Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dinqueue.c35 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 Dvl_probe.c156 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 Dscan.h33 atomic_t in_progress; member
H A 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()
336 if (atomic_xchg(&priv->scan.in_progress, 0)) { in cw1200_scan_timeout()
H A Ddebug.c284 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
H A Dsta.c1245 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_join()
1389 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_unjoin()
/linux/kernel/time/
H A Dtick-sched.c212 static atomic_t in_progress; in tick_limited_update_jiffies64() local
215 inp = atomic_read(&in_progress); in tick_limited_update_jiffies64()
216 if (inp || !atomic_try_cmpxchg(&in_progress, &inp, 1)) in tick_limited_update_jiffies64()
221 atomic_set(&in_progress, 0); in tick_limited_update_jiffies64()
/linux/drivers/md/
H A Ddm-snap.c115 unsigned int in_progress; member
1508 WARN_ON(s->in_progress); in snapshot_dtr()
1516 s->in_progress++; in account_start_copy()
1523 BUG_ON(!s->in_progress); in account_end_copy()
1524 s->in_progress--; in account_end_copy()
1525 if (likely(s->in_progress <= cow_threshold) && in account_end_copy()
1533 if (unlikely(s->in_progress > cow_threshold)) { in wait_for_in_progress()
1535 if (likely(s->in_progress > cow_threshold)) { in wait_for_in_progress()
/linux/drivers/platform/x86/intel/pmt/
H A Dcrashlog.c91 u32 in_progress; member
478 .status.in_progress = TYPE1_VER2_IN_PROGRESS,
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c301 atomic_t in_progress; member
747 if (!atomic_read(&(sched)->reset.in_progress) && \
763 if (!atomic_read(&sched->reset.in_progress) && \
2690 if (atomic_read(&sched->reset.in_progress)) in group_schedule_locked()
2949 atomic_set(&sched->reset.in_progress, true); in panthor_sched_pre_reset()
2995 atomic_set(&sched->reset.in_progress, false); in panthor_sched_post_reset()
3409 drm_WARN_ON(&ptdev->base, atomic_read(&sched->reset.in_progress)); in queue_timedout_job()
3748 if (atomic_read(&sched->reset.in_progress)) { in panthor_group_create()
3794 } else if (!atomic_read(&sched->reset.in_progress)) { in panthor_group_destroy()
/linux/io_uring/
H A Dnet.c52 bool in_progress; member
1742 conn->in_progress = conn->seen_econnaborted = false; in io_connect_prep()
1759 if (connect->in_progress) { in io_connect()
1773 connect->in_progress = true; in io_connect()
1781 if (connect->in_progress) { in io_connect()
/linux/Documentation/filesystems/
H A Dorangefs.rst320 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 Ddlmthread.c755 goto in_progress; in dlm_thread()
771 in_progress: in dlm_thread()
/linux/drivers/dma/
H A Dst_fdma.c558 bool in_progress) in st_fdma_desc_residue() argument
565 if (in_progress) { in st_fdma_desc_residue()
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2791 self.in_progress = False
2820 self.in_progress = False
2839 if self.in_progress:
2855 self.in_progress = True