Searched refs:crypto_ready_list (Results 1 – 3 of 3) sorted by relevance
484 list_move_tail(&th->thread_entry, &psb->crypto_ready_list); in pohmelfs_crypto_thread_make_ready()587 while (!list_empty(&psb->crypto_active_list) || !list_empty(&psb->crypto_ready_list)) { in pohmelfs_sys_crypto_exit()590 pohmelfs_crypto_flush(psb, &psb->crypto_ready_list); in pohmelfs_sys_crypto_exit()645 list_add_tail(&t->thread_entry, &psb->crypto_ready_list); in pohmelfs_sys_crypto_init()788 !list_empty(&psb->crypto_ready_list), in pohmelfs_crypto_thread_get()794 if (!list_empty(&psb->crypto_ready_list)) { in pohmelfs_crypto_thread_get()795 t = list_entry(psb->crypto_ready_list.prev, in pohmelfs_crypto_thread_get()
589 struct list_head crypto_active_list, crypto_ready_list; member
1870 INIT_LIST_HEAD(&psb->crypto_ready_list); in pohmelfs_fill_super()