Searched refs:idle_slots_wait_queue (Results 1 – 2 of 2) sorted by relevance
104 init_waitqueue_head(&profile->idle_slots_wait_queue); in blk_crypto_profile_init() 287 wait_event(profile->idle_slots_wait_queue, in blk_crypto_get_keyslot() 297 wake_up(&profile->idle_slots_wait_queue); in blk_crypto_get_keyslot() 334 wake_up(&profile->idle_slots_wait_queue); in blk_crypto_put_keyslot()
179 wait_queue_head_t idle_slots_wait_queue; member