Searched refs:sc_queues (Results 1 – 4 of 4) sorted by relevance
| /src/lib/libthr/thread/ |
| H A D | thr_sleepq.c | 43 LIST_HEAD(, sleepqueue) sc_queues; 55 LIST_INIT(&sc_table[i].sc_queues); in _sleepq_init() 102 LIST_FOREACH(sq, &sc->sc_queues, sq_hash) in lookup() 126 LIST_INSERT_HEAD(&sc->sc_queues, sq, sq_hash); in _sleepq_add()
|
| /src/sys/kern/ |
| H A D | subr_sleepqueue.c | 138 LIST_HEAD(, sleepqueue) sc_queues; /* List of sleep queues. */ 222 LIST_INIT(&sleepq_chains[i].sc_queues); in init_sleepqueues() 282 LIST_FOREACH(sq, &sc->sc_queues, sq_hash) in sleepq_lookup() 364 LIST_INSERT_HEAD(&sc->sc_queues, sq, sq_hash); in sleepq_add() 1165 if (LIST_EMPTY(&sc->sc_queues)) { in sleepq_chains_remove_matching() 1169 LIST_FOREACH_SAFE(sq, &sc->sc_queues, sq_hash, sq1) { in sleepq_chains_remove_matching() 1464 LIST_FOREACH(sq, &sc->sc_queues, sq_hash) in DB_SHOW_COMMAND() 1473 LIST_FOREACH(sq, &sleepq_chains[i].sc_queues, sq_hash) { in DB_SHOW_COMMAND()
|
| /src/sys/dev/rge/ |
| H A D | if_rge.c | 239 sc->sc_queues = q; in rge_attach() 647 if (sc->sc_queues) { in rge_detach() 648 free(sc->sc_queues, M_DEVBUF); in rge_detach() 649 sc->sc_queues = NULL; in rge_detach() 684 struct rge_queues *q = sc->sc_queues; in rge_intr_msi() 1107 struct rge_queues *q = sc->sc_queues; in rge_init_locked() 1381 struct rge_queues *q = sc->sc_queues; in rge_stop_locked() 1597 struct rge_queues *q = sc->sc_queues; in rge_allocmem() 1755 struct rge_queues *q = sc->sc_queues; in rge_freemem() 2490 struct rge_queues *q = sc->sc_queues; in rge_tx_task()
|
| H A D | if_rgevar.h | 175 struct rge_queues *sc_queues; member
|