Searched refs:in_progress (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/net/sctp/
H A Dinqueue.c50 queue->in_progress = NULL; sctp_inq_init()
70 if (queue->in_progress) { sctp_inq_free()
71 sctp_chunk_free(queue->in_progress); sctp_inq_free()
72 queue->in_progress = NULL; sctp_inq_free()
104 chunk = queue->in_progress; sctp_inq_peek()
131 if ((chunk = queue->in_progress)) { sctp_inq_pop()
139 chunk = queue->in_progress = NULL; sctp_inq_pop()
158 chunk = queue->in_progress = sctp_inq_pop()
/linux-4.1.27/drivers/net/wireless/cw1200/
H A Dscan.h36 atomic_t in_progress; member in struct:cw1200_scan
H A Dscan.c40 atomic_set(&priv->scan.in_progress, 1); cw1200_scan_start()
47 atomic_set(&priv->scan.in_progress, 0); cw1200_scan_start()
339 if (atomic_xchg(&priv->scan.in_progress, 0)) { cw1200_scan_timeout()
H A Ddebug.c287 atomic_read(&priv->scan.in_progress) ? "active" : "idle"); cw1200_status_show()
H A Dsta.c1256 if (atomic_read(&priv->scan.in_progress)) { cw1200_do_join()
1400 if (atomic_read(&priv->scan.in_progress)) { cw1200_do_unjoin()
/linux-4.1.27/include/linux/
H A Dpm_domain.h59 unsigned int in_progress; /* Number of devices being suspended now */ member in struct:generic_pm_domain
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmthread.c702 goto in_progress; dlm_thread()
718 in_progress: dlm_thread()
/linux-4.1.27/drivers/crypto/
H A Dpicoxcell_crypto.c115 struct list_head in_progress; member in struct:spacc_engine
668 list_move_tail(&req->list, &engine->in_progress); spacc_push()
1144 req = list_first_entry(&engine->in_progress, struct spacc_req, spacc_process_done()
1793 INIT_LIST_HEAD(&engine->in_progress); spacc_probe()
/linux-4.1.27/drivers/base/power/
H A Ddomain.c551 if (not_suspended > genpd->in_progress)
700 genpd->in_progress++; pm_genpd_runtime_suspend()
702 genpd->in_progress--; pm_genpd_runtime_suspend()
1899 genpd->in_progress = 0; pm_genpd_init()
/linux-4.1.27/include/drm/
H A Ddrm_dp_mst_helper.h443 /* qlock protects the upq/downq and in_progress,
/linux-4.1.27/drivers/dma/
H A Dfsl-edma.c358 struct virt_dma_desc *vdesc, bool in_progress) fsl_edma_desc_residue()
373 if (!in_progress) fsl_edma_desc_residue()
357 fsl_edma_desc_residue(struct fsl_edma_chan *fsl_chan, struct virt_dma_desc *vdesc, bool in_progress) fsl_edma_desc_residue() argument
/linux-4.1.27/arch/x86/kernel/
H A Dalternative.c767 * making sure the in_progress flags is correctly ordered wrt. text_poke_bp()
/linux-4.1.27/include/net/sctp/
H A Dstructs.h982 struct sctp_chunk *in_progress; member in struct:sctp_inq

Completed in 757 milliseconds