Lines Matching defs:active_proc
306 struct spdk_nvme_ctrlr_process *active_proc;
315 active_proc = nvme_ctrlr_get_process(ctrlr, active_req->pid);
316 if (active_proc) {
319 STAILQ_INSERT_TAIL(&active_proc->active_reqs, active_req, stailq);
832 struct spdk_nvme_ctrlr_process *active_proc;
840 active_proc = nvme_ctrlr_get_current_process(ctrlr);
842 active_proc = qpair->active_proc;
846 if (active_proc == NULL || active_proc->timeout_cb_fn == NULL) {
854 if (nvme_request_check_timeout(tr->req, tr->cid, active_proc, t02)) {
1055 if (!pqpair->shared_stats && (!qpair->active_proc ||
1056 qpair->active_proc == nvme_ctrlr_get_current_process(qpair->ctrlr))) {
1163 if (qpair->active_proc == nvme_ctrlr_get_current_process(ctrlr)) {