MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_thread_is_intr

Function rte_thread_is_intr

dpdk/lib/eal/linux/eal_interrupts.c:1602–1605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1600}
1601
1602int rte_thread_is_intr(void)
1603{
1604 return rte_thread_equal(intr_thread, rte_thread_self());
1605}

Callers 4

iavf_execute_vf_cmdFunction · 0.50
iavf_execute_vf_cmd_safeFunction · 0.50
hns3vf_handle_mbx_msgFunction · 0.50

Calls 2

rte_thread_equalFunction · 0.50
rte_thread_selfFunction · 0.50

Tested by

no test coverage detected