Home
last modified time | relevance | path

Searched refs:fcmd_head (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/block/
H A Dublk_drv.c270 * - IDLE: list_empty(&fcmd_head) && !active_fcmd
273 * - READY: !list_empty(&fcmd_head) && !active_fcmd
281 * - active_fcmd is always from fcmd_head list when non-NULL
291 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