Home
last modified time | relevance | path

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

/xnu-11417.140.69/tests/skywalk/
H A Dskt_kqueue.c377 lowat_unit = CHANNEL_THRESHOLD_UNIT_SLOTS; in skt_kqueue_lowat_basic_rx()
393 if (lowat_unit == CHANNEL_THRESHOLD_UNIT_SLOTS) { in skt_kqueue_lowat_basic_rx()
497 lowat_unit = CHANNEL_THRESHOLD_UNIT_SLOTS; in skt_kqueue_lowat_basic_tx()
506 if (lowat_unit == CHANNEL_THRESHOLD_UNIT_SLOTS) { in skt_kqueue_lowat_basic_tx()
/xnu-11417.140.69/bsd/skywalk/channel/
H A Dos_channel.h124 CHANNEL_THRESHOLD_UNIT_SLOTS, /* unit in slots (default) */ enumerator
H A Dchannel.c1319 case CHANNEL_THRESHOLD_UNIT_SLOTS: in ch_event()
1402 case CHANNEL_THRESHOLD_UNIT_SLOTS: in ch_event()
1925 cet->cet_unit != CHANNEL_THRESHOLD_UNIT_SLOTS) { in ch_ev_thresh_validate()
1951 case CHANNEL_THRESHOLD_UNIT_SLOTS: in ch_ev_thresh_validate()
/xnu-11417.140.69/libsyscall/wrappers/skywalk/
H A Dos_channel.c1415 case CHANNEL_THRESHOLD_UNIT_SLOTS: in os_channel_attr_set()