| /kernel/linux/linux-5.10/net/sctp/ |
| D | inqueue.c | 35 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()
|
| /kernel/linux/linux-5.10/fs/afs/ |
| D | vl_probe.c | 153 bool in_progress = false; in afs_do_probe_vlserver() local 171 in_progress = true; in afs_do_probe_vlserver() 178 return in_progress; in afs_do_probe_vlserver() 189 bool in_progress = false; in afs_send_vl_probes() local 201 in_progress = true; in afs_send_vl_probes() 204 return in_progress ? 0 : e.error; in afs_send_vl_probes()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
| D | scan.h | 33 atomic_t in_progress; member
|
| D | scan.c | 37 atomic_set(&priv->scan.in_progress, 1); in cw1200_scan_start() 44 atomic_set(&priv->scan.in_progress, 0); in cw1200_scan_start() 338 if (atomic_xchg(&priv->scan.in_progress, 0)) { in cw1200_scan_timeout()
|
| D | debug.c | 284 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
|
| D | sta.c | 1243 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_join() 1387 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_unjoin()
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-snap.c | 109 unsigned in_progress; member 1536 WARN_ON(s->in_progress); in snapshot_dtr() 1544 s->in_progress++; in account_start_copy() 1551 BUG_ON(!s->in_progress); in account_end_copy() 1552 s->in_progress--; in account_end_copy() 1553 if (likely(s->in_progress <= cow_threshold) && in account_end_copy() 1561 if (unlikely(s->in_progress > cow_threshold)) { in wait_for_in_progress() 1563 if (likely(s->in_progress > cow_threshold)) { in wait_for_in_progress()
|
| D | dm-integrity.c | 215 struct rb_root in_progress; member 1117 struct rb_node **n = &ic->in_progress.rb_node; in add_new_range() 1146 rb_insert_color(&new_range->node, &ic->in_progress); in add_new_range() 1153 rb_erase(&range->node, &ic->in_progress); in remove_range_unlocked() 3007 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_postsuspend() 3844 ic->in_progress = RB_ROOT; in dm_integrity_ctr() 4388 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_dtr()
|
| /kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
| D | dlmthread.c | 757 goto in_progress; in dlm_thread() 773 in_progress: in dlm_thread()
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | orangefs.rst | 320 and an in_progress hash table to keep track of all the ops that are 359 in_progress hash table at the index the tag hashed to. 365 tag and remove it from the in_progress hash table. As long as the op's 386 be serviced will be removed from the in_progress hash table and
|
| /kernel/linux/linux-5.10/drivers/crypto/ |
| D | picoxcell_crypto.c | 109 struct list_head in_progress; member 616 list_move_tail(&req->list, &engine->in_progress); in spacc_push() 1071 req = list_first_entry(&engine->in_progress, struct spacc_req, in spacc_process_done() 1713 INIT_LIST_HEAD(&engine->in_progress); in spacc_probe()
|
| /kernel/linux/linux-5.10/drivers/dma/ |
| D | fsl-edma-common.c | 271 struct virt_dma_desc *vdesc, bool in_progress) in fsl_edma_desc_residue() argument 286 if (!in_progress) in fsl_edma_desc_residue()
|
| D | st_fdma.c | 557 bool in_progress) in st_fdma_desc_residue() argument 564 if (in_progress) { in st_fdma_desc_residue()
|
| /kernel/linux/linux-5.10/include/net/sctp/ |
| D | structs.h | 1018 struct sctp_chunk *in_progress; member
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 2787 self.in_progress = False 2816 self.in_progress = False 2835 if self.in_progress: 2851 self.in_progress = True
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0017_linux_drivers_dma_dmabuf.patch | 600 + struct virt_dma_desc *vdesc, bool in_progress) 614 + if (!in_progress) 1000 + struct virt_dma_desc *vdesc, bool in_progress);
|