Home
last modified time | relevance | path

Searched defs:pid (Results 76 – 100 of 708) sorted by relevance

12345678910>>...29

/linux/tools/testing/selftests/bpf/progs/
H A Dima.c31 u32 pid; in ima_test_common() local
57 u32 pid; in ima_test_deny() local
H A Dtest_d_path.c25 pid_t pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local
46 pid_t pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local
H A Dtest_uprobe_autoattach.c94 int pid = bpf_get_current_pid_tgid() >> 32; in BPF_UPROBE() local
107 int pid = bpf_get_current_pid_tgid() >> 32; in BPF_URETPROBE() local
H A Dprofiler.inc.h332 u32 pid, void* payload) in populate_var_metadata() argument
554 u32 pid = get_userspace_pid(); in BPF_KPROBE() local
604 int pid = ctx->args[0]; in tracepoint__syscalls__sys_enter_kill() local
697 u32 pid in raw_tracepoint__sched_process_exec() local
786 u32 pid = get_userspace_pid(); kprobe_ret__do_filp_open() local
839 u32 pid = get_userspace_pid(); BPF_KPROBE() local
894 u32 pid = get_userspace_pid(); BPF_KPROBE() local
[all...]
H A Dlsm.c95 __s32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local
112 __u32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local
/linux/samples/pidfd/
H A Dpidfd-metadata.c52 static int pidfd_metadata_fd(pid_t pid, int pidfd) in pidfd_metadata_fd()
88 pid_t pid; in main() local
/linux/tools/testing/selftests/cgroup/
H A Dtest_pids.c33 int pid; in test_pids_max() local
78 int pid; in test_pids_events() local
/linux/tools/perf/bench/
H A Dsyscall.c40 pid_t pid = fork(); test_fork() local
59 pid_t pid = fork(); test_execve() local
/linux/tools/testing/selftests/proc/
H A Dfd-003-kthread.c40 static int kernel_thread_fd(unsigned int pid) in kernel_thread_fd()
157 unsigned int pid; in main() local
/linux/fs/
H A Dfcntl.c127 void __f_setown(struct file *filp, struct pid *pid, enum pid_type type, in __f_setown()
156 struct pid *pid = NULL; in f_setown() local
197 pid_t pid = 0; in f_getown() local
220 struct pid *pid; in f_setown_ex() local
905 struct pid *pid; in send_sigio() local
943 struct pid *pid; in send_sigurg() local
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-orion.c31 unsigned pid, unsigned long *config) in orion_mpp_ctrl_get()
47 unsigned pid, unsigned long config) in orion_mpp_ctrl_set()
/linux/fs/proc/
H A Dbase.c422 struct pid *pid, struct task_struct *task) in proc_pid_wchan()
464 struct pid *pid, struct task_struct *task) in proc_pid_stack()
512 struct pid *pid, struct task_struct *task) in proc_pid_schedstat()
586 struct pid *pid, struct task_struct *task) in proc_oom_score()
632 struct pid *pid, struct task_struct *task) in proc_pid_limits()
676 struct pid *pid, struct task_struct *task) in proc_pid_syscall()
804 struct pid *pid = proc_pid(inode); in proc_single_show() local
1935 struct pid *pid = ei->pid; in proc_pid_evict_inode() local
1949 struct pid *pid; in proc_pid_make_inode() local
2002 struct pid *pid; in proc_pid_make_base_inode() local
[all …]
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c34 *vidtv_mux_get_pid_ctx(struct vidtv_mux *m, u16 pid) in vidtv_mux_get_pid_ctx()
45 *vidtv_mux_create_pid_ctx_once(struct vidtv_mux *m, u16 pid) in vidtv_mux_create_pid_ctx_once()
79 u16 pid; in vidtv_mux_pid_ctx_init() local
/linux/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c81 static bool set_watchpoint(pid_t pid, int size, int wp) in set_watchpoint()
116 pid_t pid = fork(); in run_test() local
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c222 __u32 pid; member
3287 pid_t pid; TEST() local
3375 pid_t pid; TEST() local
3504 pid_t pid; TEST() local
3555 pid_t pid; TEST() local
3630 pid_t pid; TEST() local
3666 pid_t pid; TEST() local
3707 pid_t pid, pid2; TEST() local
3784 pid_t pid; TEST() local
3834 pid_t pid; TEST() local
3920 pid_t pid; TEST() local
3972 pid_t pid; TEST() local
4031 pid_t pid; TEST() local
4125 pid_t pid; TEST() local
4287 pid_t pid; TEST() local
4365 pid_t pid; TEST() local
4412 pid_t pid; FIXTURE() local
4509 get_proc_stat(struct __test_metadata * _metadata,pid_t pid) get_proc_stat() argument
4529 pid_t pid, pids[3]; TEST() local
4608 get_proc_syscall(struct __test_metadata * _metadata,int pid) get_proc_syscall() argument
4633 pid_t pid; TEST() local
4705 pid_t pid; TEST() local
4780 pid_t pid; TEST() local
4861 pid_t pid; TEST() local
[all...]
/linux/tools/include/nolibc/
H A Dsys.h404 pid_t sys_getpgid(pid_t pid) in sys_getpgid()
410 pid_t getpgid(pid_t pid) in getpgid()
522 int sys_kill(pid_t pid, int signal) in sys_kill()
528 int kill(pid_t pid, int signal) in kill()
800 int sys_setpgid(pid_t pid, pid_t pgid) in sys_setpgid()
806 int setpgid(pid_t pid, pid_t pgid) in setpgid()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c33 static int set_pathname(int fd, pid_t pid) in set_pathname()
41 static int trigger_fstat_events(pid_t pid) in trigger_fstat_events()
/linux/tools/bpf/runqslower/
H A Drunqslower.c14 pid_t pid; member
46 int pid; in parse_arg() local
/linux/drivers/usb/storage/
H A Dusual-tables.c43 u16 vid, pid, bcdmin, bcdmax; member
79 unsigned vid, pid, bcd; in usb_usual_ignore_device() local
/linux/arch/um/drivers/
H A Dxterm.c19 int pid; member
91 int pid, fd, new, err; in xterm_open() local
/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py304 def __init__(self, pid, tid, comm, runs, acc, mean, argument
565 def update_pid(self, pid): argument
569 def _task_id(pid, cpu): argument
777 def _limit_filtered(tid, pid, comm): argument
/linux/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c45 pid_t pid = -1; in call_clone3_set_tid() local
151 pid_t pid, ns1, ns2, ns3, ns_pid; in main() local
/linux/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c62 static int wait_for_pid(pid_t pid) in wait_for_pid()
138 pid_t pid = fork(); in do_tiocgptpeer() local
/linux/drivers/hid/bpf/progs/
H A DWacom__ArtPen.bpf.c48 __u16 pid; member
150 __u16 pid; in probe() local
/linux/drivers/macintosh/
H A Dwindfarm_pm91.c104 struct wf_cpu_pid_state pid; member
119 struct wf_pid_state pid; member
132 struct wf_pid_state pid; member

12345678910>>...29