Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mailbox/
Dti-msgmgr.c571 int req_qid, req_pid; in ti_msgmgr_of_xlate() local
593 req_pid = p->args[0]; in ti_msgmgr_of_xlate()
596 req_pid = p->args[1]; in ti_msgmgr_of_xlate()
600 if (req_pid >= d->num_valid_queues) in ti_msgmgr_of_xlate()
602 qinst = &inst->qinsts[req_pid]; in ti_msgmgr_of_xlate()
608 if (req_qid == qinst->queue_id && req_pid == qinst->proxy_id) in ti_msgmgr_of_xlate()
614 req_qid, req_pid, p->np); in ti_msgmgr_of_xlate()
/linux-6.1.9/kernel/
Daudit.c1267 struct pid *req_pid = task_tgid(current); in audit_receive_msg() local
1271 if (new_pid && (new_pid != pid_vnr(req_pid))) in audit_receive_msg()
1275 audit_replace(req_pid); in audit_receive_msg()
1286 if (pid_vnr(req_pid) != auditd_pid) { in audit_receive_msg()
1295 err = auditd_set(req_pid, in audit_receive_msg()