Home
last modified time | relevance | path

Searched refs:na_drain (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/channel/ !
H A Dchannel_kern.c532 na_drain(ch->ch_na, TRUE); /* purge caches */ in kern_channel_memstatus()
687 na_drain(ch->ch_na, FALSE); /* prune caches */ in kern_channel_defunct()
/xnu-8020.101.4/bsd/skywalk/nexus/ !
H A Dnexus_adapter.h651 extern void na_drain(struct nexus_adapter *, boolean_t);
H A Dnexus_adapter.c3715 na_drain(struct nexus_adapter *na, boolean_t purge) in na_drain() function
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw_dp.c3430 na_drain(na, purge); /* purge/prune caches */ in fsw_drain_channels()