Home
last modified time | relevance | path

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

/xnu-12377.1.9/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-12377.1.9/bsd/skywalk/channel/
H A Dos_channel.h116 CHANNEL_THRESHOLD_UNIT_SLOTS, /* unit in slots (default) */ enumerator
H A Dchannel.c1320 case CHANNEL_THRESHOLD_UNIT_SLOTS: in ch_event()
1403 case CHANNEL_THRESHOLD_UNIT_SLOTS: in ch_event()
1883 cet->cet_unit != CHANNEL_THRESHOLD_UNIT_SLOTS) { in ch_ev_thresh_validate()
1909 case CHANNEL_THRESHOLD_UNIT_SLOTS: in ch_ev_thresh_validate()
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c1376 case CHANNEL_THRESHOLD_UNIT_SLOTS: in os_channel_attr_set()