Home
last modified time | relevance | path

Searched refs:NET_THREAD_SYNC_RX (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Ddlil.h265 #define NET_THREAD_SYNC_RX 0x400000 /* request synchronous Rx handler */ macro
H A Ddlil.c3751 if (__improbable(net_thread_is_marked(NET_THREAD_SYNC_RX))) { in dlil_input_handler()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2299 net_thread_marks_push(NET_THREAD_SYNC_RX); in fsw_rps_thread_func()