/openbmc/u-boot/tools/patman/ |
H A D | tout.py | 18 in_progress = False variable 53 global in_progress 54 if verbose > 0 and stdout_is_tty and in_progress: 57 in_progress = False 65 global in_progress 73 in_progress = True
|
/openbmc/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() 185 queue->in_progress = chunk; in sctp_inq_pop()
|
/openbmc/linux/include/trace/events/ |
H A D | xdma.h | 56 __field(bool, in_progress) 60 __entry->in_progress = 61 ctx->current_client ? ctx->current_client->in_progress : false; 64 __entry->in_progress ? "" : "not ", 65 __entry->in_progress ? (__entry->dir_upstream ? " upstream" : " downstream") : ""
|
/openbmc/linux/fs/afs/ |
H A 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()
|
/openbmc/qemu/block/ |
H A D | block-gen.h | 34 bool in_progress; member 43 AIO_WAIT_WHILE(s->ctx, s->in_progress); in bdrv_poll_co()
|
/openbmc/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 | 1244 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_join() 1388 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_unjoin()
|
/openbmc/linux/drivers/soc/aspeed/ |
H A D | aspeed-xdma.c | 250 bool in_progress; member 448 client->in_progress = true; in aspeed_xdma_start() 481 ctx->current_client->in_progress = false; in aspeed_xdma_done() 609 rc = wait_event_interruptible(ctx->wait, !client->in_progress); in aspeed_xdma_write() 629 if (READ_ONCE(client->in_progress)) in aspeed_xdma_poll() 632 if (!READ_ONCE(client->in_progress)) { in aspeed_xdma_poll() 687 rc = wait_event_interruptible(client->ctx->wait, !client->in_progress); in aspeed_xdma_vma_close()
|
/openbmc/linux/fs/cachefiles/ |
H A D | io.c | 163 goto in_progress; in cachefiles_read() 182 in_progress: in cachefiles_read() 335 goto in_progress; in __cachefiles_write() 354 in_progress: in __cachefiles_write()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_sdradd.c | 62 uint8_t in_progress; /* 0=partial, 1=last */ member 122 sdr_rq->in_progress = PARTIAL_ADD; in ipmi_sdr_add_record() 154 sdr_rq->in_progress = LAST_RECORD; in ipmi_sdr_add_record()
|
/openbmc/linux/drivers/md/ |
H A D | dm-snap.c | 110 unsigned int in_progress; member 1517 WARN_ON(s->in_progress); in snapshot_dtr() 1525 s->in_progress++; in account_start_copy() 1532 BUG_ON(!s->in_progress); in account_end_copy() 1533 s->in_progress--; in account_end_copy() 1534 if (likely(s->in_progress <= cow_threshold) && in account_end_copy() 1542 if (unlikely(s->in_progress > cow_threshold)) { in wait_for_in_progress() 1544 if (likely(s->in_progress > cow_threshold)) { in wait_for_in_progress()
|
H A D | dm-integrity.c | 225 struct rb_root in_progress; member 1218 struct rb_node **n = &ic->in_progress.rb_node; in add_new_range() 1247 rb_insert_color(&new_range->node, &ic->in_progress); in add_new_range() 1254 rb_erase(&range->node, &ic->in_progress); in remove_range_unlocked() 3251 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_postsuspend() 4140 ic->in_progress = RB_ROOT; in dm_integrity_ctr() 4684 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_dtr()
|
/openbmc/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
|
/openbmc/linux/io_uring/ |
H A D | net.c | 49 bool in_progress; member 1515 conn->in_progress = conn->seen_econnaborted = false; in io_connect_prep() 1550 connect->in_progress = true; in io_connect() 1565 if (connect->in_progress) { in io_connect()
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmthread.c | 755 goto in_progress; in dlm_thread() 771 in_progress: in dlm_thread()
|
/openbmc/linux/drivers/dma/ |
H A D | st_fdma.c | 557 bool in_progress) in st_fdma_desc_residue() argument 564 if (in_progress) { in st_fdma_desc_residue()
|
H A D | fsl-edma-common.c | 343 struct virt_dma_desc *vdesc, bool in_progress) in fsl_edma_desc_residue() argument 360 if (!in_progress) in fsl_edma_desc_residue()
|
/openbmc/qemu/hw/hyperv/ |
H A D | vmbus.c | 220 bool in_progress; member 2177 if (vmbus->in_progress) { in vmbus_run() 2181 vmbus->in_progress = true; in vmbus_run() 2188 vmbus->in_progress = false; in vmbus_run()
|
/openbmc/linux/include/net/sctp/ |
H A D | structs.h | 1043 struct sctp_chunk *in_progress; member
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2788 self.in_progress = False 2817 self.in_progress = False 2836 if self.in_progress: 2852 self.in_progress = True
|