Searched refs:idle_slots_wait_queue (Results 1 – 2 of 2) sorted by relevance
94 init_waitqueue_head(&ksm->idle_slots_wait_queue); in blk_ksm_init()230 wait_event(ksm->idle_slots_wait_queue, in blk_ksm_get_slot_for_key()240 wake_up(&ksm->idle_slots_wait_queue); in blk_ksm_get_slot_for_key()281 wake_up(&ksm->idle_slots_wait_queue); in blk_ksm_put_slot()
70 wait_queue_head_t idle_slots_wait_queue; member