Searched refs:rid (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/libsyscall/wrappers/skywalk/ |
| H A D | os_channel.c | 858 ring_id_t rid = CHANNEL_RING_ID_ANY; /* make it crash */ in _ring_id() local 862 rid = cinfo->cinfo_first_tx_ring; in _ring_id() 866 rid = cinfo->cinfo_last_tx_ring; in _ring_id() 870 rid = cinfo->cinfo_first_rx_ring; in _ring_id() 874 rid = cinfo->cinfo_last_rx_ring; in _ring_id() 878 return rid; in _ring_id() 888 os_channel_tx_ring(const channel_t chd, const ring_id_t rid) in os_channel_tx_ring() argument 893 ci->cinfo_ch_ring_id != rid) || in os_channel_tx_ring() 894 rid < _ring_id(ci, CHANNEL_FIRST_TX_RING) || in os_channel_tx_ring() 895 rid > _ring_id(ci, CHANNEL_LAST_TX_RING))) { in os_channel_tx_ring() [all …]
|
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | os_channel.h | 286 const nexus_port_t port, const ring_dir_t dir, const ring_id_t rid, 373 const ring_id_t rid); 375 const ring_id_t rid);
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skt_ringid.c | 73 channel_ring_t (*get_ring)(const channel_t chd, const ring_id_t rid)) in skt_ringid_main_common() argument
|
| H A D | skywalk_test_utils.h | 218 const ring_dir_t dir, const ring_id_t rid, const channel_attr_t attr,
|
| H A D | skywalk_test_utils.c | 256 const ring_dir_t dir, const ring_id_t rid, const channel_attr_t attr, in sktu_channel_create_extended() argument 320 ret = os_channel_create_extended(uuid, port, dir, rid, tmpattr); in sktu_channel_create_extended()
|
| /xnu-12377.41.6/doc/vm/ |
| H A D | freezer.md | 38 So in theory we can get rid of these limits. However, when we tried to remove them we discovered th…
|