Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/src/
H A Dck_hp.c79 ck_stack_init(&state->subscribers); in CK_STACK_CONTAINER()
103 CK_STACK_FOREACH(&global->subscribers, entry) { in ck_hp_recycle()
148 ck_stack_push_upmc(&state->subscribers, &entry->global_entry); in ck_hp_register()
198 CK_STACK_FOREACH(&global->subscribers, entry) { in ck_hp_member_cache()
/f-stack/dpdk/doc/guides/nics/
H A Dsoftnic.rst76 #. ``tm_qsize0``: size of scheduler queue 0 (traffic class 0) of the pipes/subscribers.
79 #. ``tm_qsize1``: size of scheduler queue 1 (traffic class 1) of the pipes/subscribers.
82 #. ``tm_qsize2``: size of scheduler queue 2 (traffic class 2) of the pipes/subscribers.
85 #. ``tm_qsize3``: size of scheduler queue 3 (traffic class 3) of the pipes/subscribers.
88 #. ``tm_qsize4``: size of scheduler queue 4 (traffic class 4) of the pipes/subscribers.
91 #. ``tm_qsize5``: size of scheduler queue 5 (traffic class 5) of the pipes/subscribers.
94 #. ``tm_qsize6``: size of scheduler queue 6 (traffic class 6) of the pipes/subscribers.
97 #. ``tm_qsize7``: size of scheduler queue 7 (traffic class 7) of the pipes/subscribers.
100 #. ``tm_qsize8``: size of scheduler queue 8 (traffic class 8) of the pipes/subscribers.
103 #. ``tm_qsize9``: size of scheduler queue 9 (traffic class 9) of the pipes/subscribers.
[all …]
/f-stack/freebsd/contrib/ck/include/
H A Dck_hp.h43 ck_stack_t subscribers; member