Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c2524 goto next_queue; in iwl_pcie_freeze_txq_timer()
2532 goto next_queue; in iwl_pcie_freeze_txq_timer()
2541 goto next_queue; in iwl_pcie_freeze_txq_timer()
2547 goto next_queue; in iwl_pcie_freeze_txq_timer()
2557 next_queue: in iwl_pcie_freeze_txq_timer()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp373 kmp_task_pri_t *next_queue = lst->next; local
374 while (next_queue && next_queue->priority > pri) {
375 lst = next_queue;
376 next_queue = lst->next;
379 if (next_queue == NULL) {
386 } else if (next_queue->priority == pri) {
388 thread_data = &next_queue->td;
394 list->next = next_queue;