Lines Matching refs:cmds
54 struct list_head cmds;
99 /* Held cmds will be after the current cmd in the queue so start
103 list_for_each_entry_continue(tmp, &req_queue.cmds, entry) {
111 * Because cmds can be executed from any point in the cmd list
114 if (req_queue.backlog != &req_queue.cmds) {
128 /* Remove the cmd entry from the list of cmds */
225 list_for_each_entry(tmp, &req_queue.cmds, entry) {
241 if (req_queue.backlog == &req_queue.cmds)
247 list_add_tail(&crypto_cmd->entry, &req_queue.cmds);
406 INIT_LIST_HEAD(&req_queue.cmds);
407 req_queue.backlog = &req_queue.cmds;