Searched refs:active_fcmd (Results 1 – 1 of 1) sorted by relevance
270 * - IDLE: list_empty(&fcmd_head) && !active_fcmd273 * - READY: !list_empty(&fcmd_head) && !active_fcmd276 * - ACTIVE: active_fcmd280 * - At most one active_fcmd at any time (single reader)281 * - active_fcmd is always from fcmd_head list when non-NULL294 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 stop781 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...]