Lines Matching defs:pid
313 assert(active_req->pid != getpid());
315 active_proc = nvme_ctrlr_get_process(ctrlr, active_req->pid);
321 SPDK_ERRLOG("The owning process (pid %d) is not found. Dropping the request.\n",
322 active_req->pid);
336 pid_t pid = getpid();
347 SPDK_ERRLOG("the active process (pid %d) is not found for this controller.\n", pid);
355 assert(req->pid == pid);
743 if (nvme_qpair_is_admin_queue(qpair) && req->pid != getpid()) {