Home
last modified time | relevance | path

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

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