Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/ !
H A Ddlil.h267 #define NET_THREAD_SYNC_RX 0x400000 /* request synchronous Rx handler */ macro
H A Ddlil_input.c290 if (__improbable(net_thread_is_marked(NET_THREAD_SYNC_RX))) { in dlil_input_handler()
/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw_dp.c2292 net_thread_marks_push(NET_THREAD_SYNC_RX); in fsw_rps_thread_func()