Lines Matching refs:pid
698 * ->lpid, ->pid, ->tid NA for Rx windows
1070 * it exits. So take reference to its pid and release it
1072 * Acquire a reference to the task's pid to make sure
1073 * pid will not be re-used - needed only for multithread
1076 txwin->pid = get_task_pid(current, PIDTYPE_PID);
1083 put_pid(txwin->pid);
1084 pr_err("VAS: pid(%d): mm_struct is not found\n",
1085 current->pid);
1230 pr_warn_ratelimited("VAS: pid %d stuck. Waiting for credits returned for Window(%d). creds %d, Retries %d\n",
1262 pr_warn_ratelimited("VAS: pid %d stuck. Window (ID=%d) is in busy state. Retries %d\n",
1342 /* Drop references to pid. tgid and mm */
1343 put_pid(window->pid);