Searched refs:fcmd_head (Results 1 – 1 of 1) sorted by relevance
270 * - IDLE: list_empty(&fcmd_head) && !active_fcmd273 * - READY: !list_empty(&fcmd_head) && !active_fcmd281 * - active_fcmd is always from fcmd_head list when non-NULL291 struct list_head fcmd_head;1971 fcmd = list_first_entry_or_null(&ubq->fcmd_head, in ublk_batch_dispatch() 2799 list_splice_init(&ubq->fcmd_head, &fcmd_list); in ublk_queue_ready() 2802 list_move(&fcmd->node, &ubq->fcmd_head); in ublk_dev_ready() 3842 list_add_tail(&fcmd->node, &ubq->fcmd_head); in ublk_handle_non_batch_cmd() 4203 INIT_LIST_HEAD(&ubq->fcmd_head); in ublk_cdev_rel() 283 struct list_head fcmd_head; global() member