Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/channel/
H A Dchannel_var.h977 extern boolean_t kr_txempty(struct __kern_channel_ring *kring);
H A Dchannel_ring.c361 kr_txempty(struct __kern_channel_ring *kring) in kr_txempty() function
/xnu-8796.121.2/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c990 if ((flags & NA_SYNCF_FORCE_RECLAIM) || kr_txempty(kring)) { in nx_netif_compat_na_txsync()