| /linux/net/sctp/ |
| H A D | inqueue.c | 35 queue->in_progress = NULL; in sctp_inq_init() 63 if (queue->in_progress) { in sctp_inq_free() 64 sctp_inq_chunk_free(queue->in_progress); in sctp_inq_free() 65 queue->in_progress = NULL; in sctp_inq_free() 97 chunk = queue->in_progress; in sctp_inq_peek() 124 chunk = queue->in_progress; in sctp_inq_pop() 142 chunk = queue->in_progress = NULL; in sctp_inq_pop() 186 queue->in_progress = chunk; in sctp_inq_pop()
|
| /linux/fs/afs/ |
| H A D | vl_probe.c | 156 bool in_progress = false; in afs_do_probe_vlserver() local 190 in_progress = true; in afs_do_probe_vlserver() 198 return in_progress; in afs_do_probe_vlserver() 209 bool in_progress = false; in afs_send_vl_probes() local 219 in_progress = true; in afs_send_vl_probes() 222 return in_progress ? 0 : e.error; in afs_send_vl_probes()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | scan.h | 33 atomic_t in_progress; member
|
| H A 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()
|
| H A D | debug.c | 284 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
|
| H A D | sta.c | 1245 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_join() 1389 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_unjoin()
|
| /linux/fs/cachefiles/ |
| H A D | io.c | 165 goto in_progress; in cachefiles_read() 184 in_progress: in cachefiles_read() 336 goto in_progress; in __cachefiles_write() 353 in_progress: in __cachefiles_write()
|
| /linux/drivers/md/ |
| H A D | dm-snap.c | 115 unsigned int in_progress; member 1512 WARN_ON(s->in_progress); in snapshot_dtr() 1520 s->in_progress++; in account_start_copy() 1527 BUG_ON(!s->in_progress); in account_end_copy() 1528 s->in_progress--; in account_end_copy() 1529 if (likely(s->in_progress <= cow_threshold) && in account_end_copy() 1537 if (unlikely(s->in_progress > cow_threshold)) { in wait_for_in_progress() 1539 if (likely(s->in_progress > cow_threshold)) { in wait_for_in_progress()
|
| H A D | dm-integrity.c | 233 struct rb_root in_progress; member 1214 struct rb_node **n = &ic->in_progress.rb_node; in add_new_range() 1243 rb_insert_color(&new_range->node, &ic->in_progress); in add_new_range() 1250 rb_erase(&range->node, &ic->in_progress); in remove_range_unlocked() 3781 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_postsuspend() 4701 ic->in_progress = RB_ROOT; in dm_integrity_ctr() 5336 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_dtr()
|
| /linux/drivers/platform/x86/intel/pmt/ |
| H A D | crashlog.c | 91 u32 in_progress; member 478 .status.in_progress = TYPE1_VER2_IN_PROGRESS,
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_sched.c | 309 atomic_t in_progress; member 755 if (!atomic_read(&(sched)->reset.in_progress) && \ 771 if (!atomic_read(&sched->reset.in_progress) && \ 2674 if (atomic_read(&sched->reset.in_progress)) in group_schedule_locked() 2932 atomic_set(&sched->reset.in_progress, true); in panthor_sched_pre_reset() 2980 atomic_set(&sched->reset.in_progress, false); in panthor_sched_post_reset() 3382 drm_WARN_ON(&ptdev->base, atomic_read(&sched->reset.in_progress)); in queue_timedout_job() 3721 if (atomic_read(&sched->reset.in_progress)) { in panthor_group_create() 3767 } else if (!atomic_read(&sched->reset.in_progress)) { in panthor_group_destroy()
|
| /linux/io_uring/ |
| H A D | net.c | 51 bool in_progress; member 1766 conn->in_progress = conn->seen_econnaborted = false; in io_connect_prep() 1783 if (connect->in_progress) { in io_connect() 1797 connect->in_progress = true; in io_connect() 1805 if (connect->in_progress) { in io_connect()
|
| /linux/Documentation/filesystems/ |
| H A 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
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmthread.c | 755 goto in_progress; in dlm_thread() 771 in_progress: in dlm_thread()
|
| /linux/drivers/dma/ |
| H A D | st_fdma.c | 558 bool in_progress) in st_fdma_desc_residue() argument 565 if (in_progress) { in st_fdma_desc_residue()
|
| H A D | fsl-edma-common.c | 345 struct virt_dma_desc *vdesc, bool in_progress) in fsl_edma_desc_residue() argument 362 if (!in_progress) in fsl_edma_desc_residue()
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2791 self.in_progress = False 2820 self.in_progress = False 2839 if self.in_progress: 2855 self.in_progress = True
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ufs | 1682 in_progress Resize operation in progress
|