Home
last modified time | relevance | path

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

/linux/block/
H A Dkyber-iosched.c181 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()
698 struct sbq_wait *wait = &khd->domain_wait[sched_domain]; in kyber_get_domain_token()
935 wait_queue_entry_t *wait = &khd->domain_wait[domain].wait; \