Home
last modified time | relevance | path

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

/xnu-8792.41.9/libsyscall/wrappers/skywalk/ !
H A Dos_channel.c885 ring_id_t rid = CHANNEL_RING_ID_ANY; /* make it crash */ in _ring_id() local
889 rid = cinfo->cinfo_first_tx_ring; in _ring_id()
893 rid = cinfo->cinfo_last_tx_ring; in _ring_id()
897 rid = cinfo->cinfo_first_rx_ring; in _ring_id()
901 rid = cinfo->cinfo_last_rx_ring; in _ring_id()
905 return rid; in _ring_id()
915 os_channel_tx_ring(const channel_t chd, const ring_id_t rid) in os_channel_tx_ring() argument
920 ci->cinfo_ch_ring_id != rid) || in os_channel_tx_ring()
921 rid < _ring_id(ci, CHANNEL_FIRST_TX_RING) || in os_channel_tx_ring()
922 rid > _ring_id(ci, CHANNEL_LAST_TX_RING))) { in os_channel_tx_ring()
[all …]
/xnu-8792.41.9/bsd/skywalk/channel/ !
H A Dos_channel.h292 const nexus_port_t port, const ring_dir_t dir, const ring_id_t rid,
379 const ring_id_t rid);
381 const ring_id_t rid);
/xnu-8792.41.9/doc/memorystatus/ !
H A Dfreezer.md42 So in theory we can get rid of these limits. However, when we tried to remove them we discovered th…