Searched refs:in_progress (Results 1 – 14 of 14) sorted by relevance
50 queue->in_progress = NULL; in sctp_inq_init()70 if (queue->in_progress) { in sctp_inq_free()71 sctp_chunk_free(queue->in_progress); in sctp_inq_free()72 queue->in_progress = NULL; in sctp_inq_free()104 chunk = queue->in_progress; in sctp_inq_peek()131 chunk = queue->in_progress; in sctp_inq_pop()151 chunk = queue->in_progress = NULL; in sctp_inq_pop()194 queue->in_progress = chunk; in sctp_inq_pop()
36 atomic_t in_progress; member
40 atomic_set(&priv->scan.in_progress, 1); in cw1200_scan_start()47 atomic_set(&priv->scan.in_progress, 0); in cw1200_scan_start()343 if (atomic_xchg(&priv->scan.in_progress, 0)) { in cw1200_scan_timeout()
287 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
1246 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_join()1390 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_unjoin()
29 u8 in_progress:1; member
177 if (addr->in_progress) in qeth_l3_delete_ip()250 addr->in_progress = 1; in qeth_l3_add_ip()254 addr->in_progress = 0; in qeth_l3_add_ip()323 addr->in_progress = 1; in qeth_l3_recover_ip()327 addr->in_progress = 0; in qeth_l3_recover_ip()
306 and an in_progress hash table to keep track of all the ops that are339 in_progress hash table at the index the tag hashed to.345 tag and remove it from the in_progress hash table. As long as the op's366 be serviced will be removed from the in_progress hash table and
775 goto in_progress; in dlm_thread()791 in_progress: in dlm_thread()
121 struct list_head in_progress; member632 list_move_tail(&req->list, &engine->in_progress); in spacc_push()1079 req = list_first_entry(&engine->in_progress, struct spacc_req, in spacc_process_done()1717 INIT_LIST_HEAD(&engine->in_progress); in spacc_probe()
563 bool in_progress) in st_fdma_desc_residue() argument570 if (in_progress) { in st_fdma_desc_residue()
368 struct virt_dma_desc *vdesc, bool in_progress) in fsl_edma_desc_residue() argument383 if (!in_progress) in fsl_edma_desc_residue()
196 struct rb_root in_progress; member916 struct rb_node **n = &ic->in_progress.rb_node; in add_new_range()945 rb_insert_color(&new_range->node, &ic->in_progress); in add_new_range()952 rb_erase(&range->node, &ic->in_progress); in remove_range_unlocked()2418 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_postsuspend()3107 ic->in_progress = RB_ROOT; in dm_integrity_ctr()3529 BUG_ON(!RB_EMPTY_ROOT(&ic->in_progress)); in dm_integrity_dtr()
1032 struct sctp_chunk *in_progress; member