Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_ss_functions.c62 TAILQ_INIT(&asoc->ss_data.out.wheel); in sctp_ss_default_init()
86 while (!TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_default_clear()
89 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_clear()
129 TAILQ_INSERT_TAIL(&asoc->ss_data.out.wheel, in sctp_ss_default_add()
141 if (TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_default_is_empty()
198 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_select()
202 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_default_select()
315 if (TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_rr_add()
357 strq = TAILQ_FIRST(&asoc->ss_data.out.wheel); in sctp_ss_rrp_packet_done()
455 if (TAILQ_EMPTY(&asoc->ss_data.out.wheel)) { in sctp_ss_prio_add()
[all …]
H A Dsctp_structs.h560 struct sctpwheel_listhead wheel; member
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_001.ksh129 log_must chgrp wheel /$TESTPOOL/$TESTFS/setattr
/f-stack/
H A DREADME.md25 …P stack into F-Stack. Not only does this allow us to stop reinventing the wheel, we can take advan…