Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dinqueue.c35 queue->in_progress = NULL; in sctp_inq_init()
55 if (queue->in_progress) { in sctp_inq_free()
56 sctp_chunk_free(queue->in_progress); in sctp_inq_free()
57 queue->in_progress = NULL; in sctp_inq_free()
89 chunk = queue->in_progress; in sctp_inq_peek()
116 chunk = queue->in_progress; in sctp_inq_pop()
136 chunk = queue->in_progress = NULL; in sctp_inq_pop()
179 queue->in_progress = chunk; in sctp_inq_pop()
/Linux-v5.4/fs/afs/
Dvl_probe.c141 bool in_progress = false; in afs_do_probe_vlserver() local
159 in_progress = true; in afs_do_probe_vlserver()
165 if (!in_progress) in afs_do_probe_vlserver()
167 return in_progress; in afs_do_probe_vlserver()
178 bool in_progress = false; in afs_send_vl_probes() local
190 in_progress = true; in afs_send_vl_probes()
193 return in_progress ? 0 : e.error; in afs_send_vl_probes()
Dfs_probe.c141 bool in_progress = false; in afs_do_probe_fileserver() local
158 in_progress = true; in afs_do_probe_fileserver()
164 if (!in_progress) in afs_do_probe_fileserver()
166 return in_progress; in afs_do_probe_fileserver()
177 bool in_progress = false; in afs_probe_fileservers() local
189 in_progress = true; in afs_probe_fileservers()
192 return in_progress ? 0 : e.error; in afs_probe_fileservers()
/Linux-v5.4/drivers/net/wireless/st/cw1200/
Dscan.h33 atomic_t in_progress; member
Dscan.c37 atomic_set(&priv->scan.in_progress, 1); in cw1200_scan_start()
44 atomic_set(&priv->scan.in_progress, 0); in cw1200_scan_start()
342 if (atomic_xchg(&priv->scan.in_progress, 0)) { in cw1200_scan_timeout()
Ddebug.c284 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
Dsta.c1243 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_join()
1387 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_unjoin()
/Linux-v5.4/drivers/s390/net/
Dqeth_l3.h29 u8 in_progress:1; member
Dqeth_l3_main.c174 if (addr->in_progress) in qeth_l3_delete_ip()
247 addr->in_progress = 1; in qeth_l3_add_ip()
251 addr->in_progress = 0; in qeth_l3_add_ip()
330 addr->in_progress = 1; in qeth_l3_recover_ip()
334 addr->in_progress = 0; in qeth_l3_recover_ip()
/Linux-v5.4/drivers/md/
Ddm-snap.c109 unsigned in_progress; member
1511 WARN_ON(s->in_progress); in snapshot_dtr()
1519 s->in_progress++; in account_start_copy()
1526 BUG_ON(!s->in_progress); in account_end_copy()
1527 s->in_progress--; in account_end_copy()
1528 if (likely(s->in_progress <= cow_threshold) && in account_end_copy()
1536 if (unlikely(s->in_progress > cow_threshold)) { in wait_for_in_progress()
1538 if (likely(s->in_progress > cow_threshold)) { in wait_for_in_progress()
Ddm-integrity.c209 struct rb_root in_progress; member
1100 struct rb_node **n = &ic->in_progress.rb_node; in add_new_range()
1129 rb_insert_color(&new_range->node, &ic->in_progress); in add_new_range()
1136 rb_erase(&range->node, &ic->in_progress); in remove_range_unlocked()
2834 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_postsuspend()
3611 ic->in_progress = RB_ROOT; in dm_integrity_ctr()
4118 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_dtr()
/Linux-v5.4/Documentation/filesystems/
Dorangefs.txt306 and an in_progress hash table to keep track of all the ops that are
339 in_progress hash table at the index the tag hashed to.
345 tag and remove it from the in_progress hash table. As long as the op's
366 be serviced will be removed from the in_progress hash table and
/Linux-v5.4/fs/ocfs2/dlm/
Ddlmthread.c760 goto in_progress; in dlm_thread()
776 in_progress: in dlm_thread()
/Linux-v5.4/drivers/dma/
Dfsl-edma-common.c266 struct virt_dma_desc *vdesc, bool in_progress) in fsl_edma_desc_residue() argument
281 if (!in_progress) in fsl_edma_desc_residue()
Dst_fdma.c556 bool in_progress) in st_fdma_desc_residue() argument
563 if (in_progress) { in st_fdma_desc_residue()
/Linux-v5.4/drivers/crypto/
Dpicoxcell_crypto.c108 struct list_head in_progress; member
619 list_move_tail(&req->list, &engine->in_progress); in spacc_push()
1077 req = list_first_entry(&engine->in_progress, struct spacc_req, in spacc_process_done()
1713 INIT_LIST_HEAD(&engine->in_progress); in spacc_probe()
/Linux-v5.4/include/net/sctp/
Dstructs.h1022 struct sctp_chunk *in_progress; member
/Linux-v5.4/tools/perf/scripts/python/
Dexported-sql-viewer.py1403 self.in_progress = False
1432 self.in_progress = False
1451 if self.in_progress:
1467 self.in_progress = True