Lines Matching refs:pid
27 last_io.pid, "----------------",
35 static int __file_type(struct inode *inode, pid_t pid)
47 else if (pid)
56 pid_t pid = task_pid_nr(current);
59 set_page_private(page, (unsigned long)pid);
66 p = radix_tree_lookup(&pids, pid);
70 radix_tree_delete(&pids, pid);
72 if (radix_tree_insert(&pids, pid, current)) {
81 pid, current->comm);
90 pid_t pid;
99 pid = page_private(fio->page);
105 last_io.pid == pid &&
106 last_io.type == __file_type(inode, pid) &&
119 last_io.pid = pid;
120 last_io.type = __file_type(inode, pid);
152 pid_t pid[PIDVEC_SIZE];
157 while ((found = gang_lookup_pids(pid, next_pid, PIDVEC_SIZE))) {
160 next_pid = pid[found - 1] + 1;
162 radix_tree_delete(&pids, pid[idx]);