Home
last modified time | relevance | path

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

/openbmc/linux/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; \