Home
last modified time | relevance | path

Searched refs:net_thread_marks_push (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/core/
H A Dskywalk_var.h371 net_thread_marks_push(NET_THREAD_CHANNEL_SYNC); in sk_sync_protect()
387 net_thread_marks_push(NET_THREAD_RX_NOTIFY); in sk_rx_notify_protect()
395 net_thread_marks_push(NET_THREAD_TX_NOTIFY); in sk_tx_notify_protect()
417 net_thread_marks_push(NET_THREAD_CACHE_UPDATE); in sk_cache_update_protect()
432 net_thread_marks_push(NET_THREAD_REGION_UPDATE); in sk_region_update_protect()
447 net_thread_marks_push(NET_THREAD_AYSYNC_TX); in sk_async_transmit_protect()
/xnu-12377.1.9/bsd/net/
H A Dnet_thread_marks.c57 net_thread_marks_push(u_int32_t push) in net_thread_marks_push() function
H A Ddlil.h306 extern net_thread_marks_t net_thread_marks_push(u_int32_t);
H A Dkpi_interface.c2365 marks = net_thread_marks_push(NET_THREAD_CKREQ_LLADDR); in ifnet_guarded_lladdr_copy_bytes()
H A Dpf_ioctl.c4628 marks = net_thread_marks_push(NET_THREAD_HELD_PF); in pf_af_hook()
H A Dif.c5177 marks = net_thread_marks_push(NET_THREAD_CKREQ_LLADDR); in ifconf()
/xnu-12377.1.9/bsd/kern/
H A Duipc_domain.c1045 marks = net_thread_marks_push(NET_THREAD_HELD_DOMAIN); in domain_guard_deploy()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2368 net_thread_marks_push(NET_THREAD_SYNC_RX); in fsw_rps_thread_func()