Searched refs:in_progress (Results 1 – 16 of 16) sorted by relevance
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()
153 bool in_progress = false; in afs_do_probe_vlserver() local171 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() local201 in_progress = true; in afs_send_vl_probes()204 return in_progress ? 0 : e.error; in afs_send_vl_probes()
33 atomic_t in_progress; member
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()
284 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
1244 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_join()1388 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_unjoin()
163 goto in_progress; in cachefiles_read()182 in_progress: in cachefiles_read()345 goto in_progress; in __cachefiles_write()364 in_progress: in __cachefiles_write()
110 unsigned int in_progress; member1519 WARN_ON(s->in_progress); in snapshot_dtr()1527 s->in_progress++; in account_start_copy()1534 BUG_ON(!s->in_progress); in account_end_copy()1535 s->in_progress--; in account_end_copy()1536 if (likely(s->in_progress <= cow_threshold) && in account_end_copy()1544 if (unlikely(s->in_progress > cow_threshold)) { in wait_for_in_progress()1546 if (likely(s->in_progress > cow_threshold)) { in wait_for_in_progress()
225 struct rb_root in_progress; member1233 struct rb_node **n = &ic->in_progress.rb_node; in add_new_range()1262 rb_insert_color(&new_range->node, &ic->in_progress); in add_new_range()1269 rb_erase(&range->node, &ic->in_progress); in remove_range_unlocked()3163 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_postsuspend()4052 ic->in_progress = RB_ROOT; in dm_integrity_ctr()4607 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_dtr()
755 goto in_progress; in dlm_thread()771 in_progress: in dlm_thread()
49 bool in_progress; member1427 conn->in_progress = false; in io_connect_prep()1439 if (connect->in_progress) { in io_connect()1466 connect->in_progress = true; in io_connect()
320 and an in_progress hash table to keep track of all the ops that are359 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's386 be serviced will be removed from the in_progress hash table and
271 struct virt_dma_desc *vdesc, bool in_progress) in fsl_edma_desc_residue() argument286 if (!in_progress) in fsl_edma_desc_residue()
557 bool in_progress) in st_fdma_desc_residue() argument564 if (in_progress) { in st_fdma_desc_residue()
1043 struct sctp_chunk *in_progress; member
2788 self.in_progress = False2817 self.in_progress = False2836 if self.in_progress:2852 self.in_progress = True
Completed in 68 milliseconds