Lines Matching refs:entry
57 struct list_head entry; member
102 list_for_each_entry_continue(tmp, &req_queue.cmds, entry) { in ccp_crypto_cmd_complete()
115 if (req_queue.backlog == &crypto_cmd->entry) in ccp_crypto_cmd_complete()
116 req_queue.backlog = crypto_cmd->entry.next; in ccp_crypto_cmd_complete()
119 struct ccp_crypto_cmd, entry); in ccp_crypto_cmd_complete()
123 if (req_queue.backlog == &crypto_cmd->entry) in ccp_crypto_cmd_complete()
124 req_queue.backlog = crypto_cmd->entry.next; in ccp_crypto_cmd_complete()
129 list_del(&crypto_cmd->entry); in ccp_crypto_cmd_complete()
223 list_for_each_entry(tmp, &req_queue.cmds, entry) { in ccp_crypto_enqueue_cmd()
243 req_queue.backlog = &crypto_cmd->entry; in ccp_crypto_enqueue_cmd()
248 list_add_tail(&crypto_cmd->entry, &req_queue.cmds); in ccp_crypto_enqueue_cmd()
354 list_for_each_entry_safe(ahash_alg, ahash_tmp, &hash_algs, entry) { in ccp_unregister_algs()
356 list_del(&ahash_alg->entry); in ccp_unregister_algs()
360 list_for_each_entry_safe(ablk_alg, ablk_tmp, &cipher_algs, entry) { in ccp_unregister_algs()
362 list_del(&ablk_alg->entry); in ccp_unregister_algs()