Home
last modified time | relevance | path

Searched refs:active_fcmd (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
276 * - ACTIVE: active_fcmd
280 * - At most one active_fcmd at any time (single reader)
281 * - active_fcmd is always from fcmd_head list when non-NULL
294 struct ublk_batch_fetch_cmd *active_fcmd;
767 WRITE_ONCE(ubq->active_fcmd, NULL); in ublk_batch_copy_io_tags()
771 * Nothing can move on, so clear ->active_fcmd, and the caller should stop
781 WARN_ON_ONCE(fcmd != ubq->active_fcmd);
1960 * Ordering updating ubq->evts_fifo and checking ubq->active_fcmd in ublk_batch_dispatch()
286 struct ublk_batch_fetch_cmd *active_fcmd; global() member
[all...]