Searched refs:idle_slots_wait_queue (Results 1 – 2 of 2) sorted by relevance
100 init_waitqueue_head(&ksm->idle_slots_wait_queue); in blk_ksm_init()268 wait_event(ksm->idle_slots_wait_queue, in blk_ksm_get_slot_for_key()278 wake_up(&ksm->idle_slots_wait_queue); in blk_ksm_get_slot_for_key()319 wake_up(&ksm->idle_slots_wait_queue); in blk_ksm_put_slot()
92 wait_queue_head_t idle_slots_wait_queue; member