Searched refs:pid_t (Results 1 - 25 of 530) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c443 pid_t fork_lazy_child(void)
445 pid_t forkret;
1191 pid_t forkret;
1376 pid_t child_pid;
1549 pid_t child;
H A Dmdwe_test.c131 pid_t pid;
H A Duffd-unit-tests.c306 pid_t child;
773 pid_t pid;
832 pid_t pid;
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h383 pid_t child = 1; \
874 pid_t pid; /* pid of test when being run */
/linux-master/include/linux/
H A Dmm.h1716 static inline bool __cpupid_match_pid(pid_t task_pid, int cpupid)
H A Dfs.h1121 extern pid_t f_getown(struct file *filp);
/linux-master/fs/smb/client/
H A Dcifsglob.h1506 pid_t pid;
1530 pid_t pid;
H A Dfile.c3515 pid_t pid;
4056 pid_t pid;
4626 pid_t pid;
/linux-master/mm/
H A Dpage_owner.c33 pid_t pid;
34 pid_t tgid;
35 pid_t free_pid;
36 pid_t free_tgid;
242 pid_t pid, pid_t tgid, char *comm)
267 pid_t pid, pid_t tgid,
/linux-master/kernel/
H A Dfork.c2756 pid_t kernel_clone(struct kernel_clone_args *args)
2763 pid_t nr;
2846 pid_t kernel_thread(int (*fn)(void *), void *arg, const char *name,
2865 pid_t user_mode_thread(int (*fn)(void *), void *arg, unsigned long flags)
2952 pid_t *kset_tid = kargs->set_tid;
3007 (kargs->set_tid_size * sizeof(pid_t))))
3087 pid_t set_tid[MAX_PID_NS_LEVEL];
H A Dsys.c1073 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid)
1144 static int do_getpgid(pid_t pid)
1172 SYSCALL_DEFINE1(getpgid, pid_t, pid)
1186 SYSCALL_DEFINE1(getsid, pid_t, pid)
1229 pid_t session = pid_vnr(sid);
1684 SYSCALL_DEFINE4(prlimit64, pid_t, pid, unsigned int, resource,
/linux-master/fs/fuse/
H A Dfile.c2627 const struct file_lock *fl, int opcode, pid_t pid,
2678 pid_t pid_nr = pid_nr_ns(pid, fm->fc->pid_ns);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h1376 int vmw_mksstat_get_kern_slot(pid_t pid, struct vmw_private *dev_priv);
/linux-master/fs/ceph/
H A Dmds_client.h402 pid_t tgid;
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c1551 static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid, int cpu, int group_fd, unsigned long flags)
1561 const pid_t pid = -1;
7429 pid_t child_pid;
/linux-master/kernel/trace/
H A Dbpf_trace.c3343 pid_t pid;
/linux-master/kernel/bpf/
H A Dsyscall.c5059 pid_t pid = attr->task_fd_query.pid;
/linux-master/security/
H A Dsecurity.c3316 int security_task_setpgid(struct task_struct *p, pid_t pgid)
/linux-master/fs/bcachefs/
H A Dbtree_iter.c3009 pid_t pid = current->pid;
3162 pid_t pid;
/linux-master/tools/testing/selftests/net/
H A Dtls.c1361 pid_t pid;
/linux-master/tools/testing/selftests/exec/
H A Dexecveat.c80 pid_t child;
/linux-master/tools/lib/bpf/
H A Dlibbpf.c11745 pid_t pid,
11858 bpf_program__attach_uprobe_opts(const struct bpf_program *prog, pid_t pid,
12059 bool retprobe, pid_t pid,
12069 pid_t pid, const char *binary_path,
/linux-master/fs/
H A Dexec.c1805 pid_t old_pid, old_vpid;
/linux-master/kernel/sched/
H A Dcore.c7577 static struct task_struct *find_process_by_pid(pid_t pid)
7582 static struct task_struct *find_get_task(pid_t pid)
7595 find_get_task(pid), pid_t pid)
8047 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param)
8126 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param)
8141 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param)
8152 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr,
8187 SYSCALL_DEFINE1(sched_getscheduler, pid_t, pid)
8217 SYSCALL_DEFINE2(sched_getparam, pid_t, pid, struct sched_param __user *, param)
8291 SYSCALL_DEFINE4(sched_getattr, pid_t, pi
[all...]
/linux-master/io_uring/
H A Dwaitid.c27 pid_t upid;

Completed in 674 milliseconds

1234567891011>>