Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dinqueue.c50 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()
/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dscan.h36 atomic_t in_progress; member
Dscan.c40 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()
Ddebug.c287 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); in cw1200_status_show()
Dsta.c1246 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_join()
1390 if (atomic_read(&priv->scan.in_progress)) { in cw1200_do_unjoin()
/Linux-v4.19/drivers/s390/net/
Dqeth_l3.h29 u8 in_progress:1; member
Dqeth_l3_main.c177 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()
/Linux-v4.19/Documentation/filesystems/
Dorangefs.txt306 and an in_progress hash table to keep track of all the ops that are
339 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's
366 be serviced will be removed from the in_progress hash table and
/Linux-v4.19/fs/ocfs2/dlm/
Ddlmthread.c775 goto in_progress; in dlm_thread()
791 in_progress: in dlm_thread()
/Linux-v4.19/drivers/crypto/
Dpicoxcell_crypto.c121 struct list_head in_progress; member
632 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()
/Linux-v4.19/drivers/dma/
Dst_fdma.c563 bool in_progress) in st_fdma_desc_residue() argument
570 if (in_progress) { in st_fdma_desc_residue()
Dfsl-edma.c368 struct virt_dma_desc *vdesc, bool in_progress) in fsl_edma_desc_residue() argument
383 if (!in_progress) in fsl_edma_desc_residue()
/Linux-v4.19/drivers/md/
Ddm-integrity.c196 struct rb_root in_progress; member
916 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()
/Linux-v4.19/include/net/sctp/
Dstructs.h1032 struct sctp_chunk *in_progress; member