Home
last modified time | relevance | path

Searched refs:domain_wait (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dkyber-iosched.c187 struct sbq_wait domain_wait[KYBER_NUM_DOMAINS]; member
490 khd->domain_wait[i].sbq = NULL; in kyber_init_hctx()
491 init_waitqueue_func_entry(&khd->domain_wait[i].wait, in kyber_init_hctx()
493 khd->domain_wait[i].wait.private = hctx; in kyber_init_hctx()
494 INIT_LIST_HEAD(&khd->domain_wait[i].wait.entry); in kyber_init_hctx()
705 struct sbq_wait *wait = &khd->domain_wait[sched_domain]; in kyber_get_domain_token()
942 wait_queue_entry_t *wait = &khd->domain_wait[domain].wait; \
/kernel/linux/linux-6.6/block/
H A Dkyber-iosched.c188 struct sbq_wait domain_wait[KYBER_NUM_DOMAINS]; member
496 khd->domain_wait[i].sbq = NULL; in kyber_init_hctx()
497 init_waitqueue_func_entry(&khd->domain_wait[i].wait, in kyber_init_hctx()
499 khd->domain_wait[i].wait.private = hctx; in kyber_init_hctx()
500 INIT_LIST_HEAD(&khd->domain_wait[i].wait.entry); in kyber_init_hctx()
712 struct sbq_wait *wait = &khd->domain_wait[sched_domain]; in kyber_get_domain_token()
949 wait_queue_entry_t *wait = &khd->domain_wait[domain].wait; \

Completed in 4 milliseconds