Searched refs:in_progress (Results 1 – 7 of 7) sorted by relevance
36 atomic_t in_progress; member
40 atomic_set(&priv->scan.in_progress, 1); in cw1200_scan_start()47 atomic_set(&priv->scan.in_progress, 0); in cw1200_scan_start()341 if (atomic_xchg(&priv->scan.in_progress, 0)) { in cw1200_scan_timeout()
287 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
1252 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_join()1396 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_unjoin()
108 unsigned in_progress; member1399 WARN_ON(s->in_progress); in snapshot_dtr()1407 s->in_progress++; in account_start_copy()1414 BUG_ON(!s->in_progress); in account_end_copy()1415 s->in_progress--; in account_end_copy()1416 if (likely(s->in_progress <= cow_threshold) && in account_end_copy()1424 if (unlikely(s->in_progress > cow_threshold)) { in wait_for_in_progress()1426 if (likely(s->in_progress > cow_threshold)) { in wait_for_in_progress()
121 struct list_head in_progress; member609 list_move_tail(&req->list, &engine->in_progress); in spacc_push()1055 req = list_first_entry(&engine->in_progress, struct spacc_req, in spacc_process_done()1728 INIT_LIST_HEAD(&engine->in_progress); in spacc_probe()
358 struct virt_dma_desc *vdesc, bool in_progress) in fsl_edma_desc_residue() argument373 if (!in_progress) in fsl_edma_desc_residue()