Home
last modified time | relevance | path

Searched refs:req_pid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mailbox/
H A Dti-msgmgr.c577 int req_qid, req_pid; in ti_msgmgr_of_xlate() local
599 req_pid = p->args[0]; in ti_msgmgr_of_xlate()
602 req_pid = p->args[1]; in ti_msgmgr_of_xlate()
606 if (req_pid >= d->num_valid_queues) in ti_msgmgr_of_xlate()
608 qinst = &inst->qinsts[req_pid]; in ti_msgmgr_of_xlate()
614 if (req_qid == qinst->queue_id && req_pid == qinst->proxy_id) in ti_msgmgr_of_xlate()
620 req_qid, req_pid, p->np); in ti_msgmgr_of_xlate()
/openbmc/linux/kernel/
H A Daudit.c1278 struct pid *req_pid = task_tgid(current); in audit_receive_msg() local
1282 if (new_pid && (new_pid != pid_vnr(req_pid))) in audit_receive_msg()
1286 audit_replace(req_pid); in audit_receive_msg()
1297 if (pid_vnr(req_pid) != auditd_pid) { in audit_receive_msg()
1306 err = auditd_set(req_pid, in audit_receive_msg()