Home
last modified time | relevance | path

Searched defs:pid (Results 101 – 125 of 1020) sorted by relevance

12345678910>>...41

/openbmc/linux/kernel/
H A Dtaskstats.c50 pid_t pid; member
201 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats) in fill_stats_for_pid()
296 static int add_del_listener(pid_t pid, const struct cpumask *mask, int isadd) in add_del_listener()
377 static struct taskstats *mk_reply(struct sk_buff *skb, int type, u32 pid) in mk_reply()
505 u32 pid; in cmd_attr_pid() local
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c45 pid_t pid = -1; in call_clone3_set_tid() local
140 pid_t pid; in TEST() local
H A Dclone3_set_tid.c47 pid_t pid = -1; in call_clone3_set_tid() local
156 pid_t pid, ns1, ns2, ns3, ns_pid; in main() local
/openbmc/linux/tools/perf/bench/
H A Dsyscall.c40 pid_t pid = fork(); in test_fork() local
59 pid_t pid = fork(); in test_execve() local
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h71 static inline int wait_for_pid(pid_t pid) in wait_for_pid()
96 static inline int sys_pidfd_open(pid_t pid, unsigned int flags) in sys_pidfd_open()
H A Dpidfd_test.c96 pid_t pid; in test_pidfd_send_signal_exited_fail() local
445 int pid, pidfd = 0; in test_pidfd_poll_exec() local
511 int pid, pidfd = 0; in test_pidfd_poll_leader_exit() local
/openbmc/linux/tools/testing/selftests/nci/
H A Dnci_dev.c160 static int send_get_nfc_family(int sd, __u32 pid) in send_get_nfc_family()
176 static int get_family_id(int sd, __u32 pid, __u32 *event_group) in get_family_id()
251 static int get_nci_devid(int sd, __u16 fid, __u32 pid, int dev_id, struct msgtemplate *msg) in get_nci_devid()
304 __u32 pid; in FIXTURE() local
581 int start_polling(int dev_idx, int proto, int virtual_fd, int sd, int fid, int pid) in start_polling()
605 int stop_polling(int dev_idx, int virtual_fd, int sd, int fid, int pid) in stop_polling()
638 int get_taginfo(int dev_idx, int sd, int fid, int pid) in get_taginfo()
719 int connect_tag(int dev_idx, int virtual_fd, int sd, int fid, int pid) in connect_tag()
/openbmc/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
/openbmc/linux/tools/testing/selftests/bpf/progs/
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 Dlsm.c95 __u32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local
112 __u32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local
/openbmc/linux/tools/perf/scripts/python/
H A Dcompaction-times.py32 def filter(self, pid, comm): argument
41 def filter(self, pid, comm): argument
118 def create_pending(cls, pid, comm, start_secs, start_nsecs): argument
132 def increment_pending(cls, pid, migrated, fscan, mscan): argument
141 def complete_pending(cls, pid, secs, nsecs): argument
159 def __init__(self, comm, pid, filtered): argument
/openbmc/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()
/openbmc/linux/arch/um/drivers/
H A Dslirp_user.c40 int pid; in slirp_tramp() local
52 int fds[2], pid, err; in slirp_open() local
/openbmc/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
/openbmc/qemu/scripts/
H A Dsimpletrace.py193 def _process_event(self, rec_args, *, event, event_id, timestamp_ns, pid, **kwargs): argument
264 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id, **kwargs): argument
343 def catchall(self, *rec_args, event, timestamp_ns, pid, event_id): argument
/openbmc/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c28 __u32 pid; member
161 __u32 pid; in can_record() local
241 u32 pid; in on_newtask() local
/openbmc/linux/include/net/
H A Dscm.h20 u32 pid; member
33 struct pid *pid; /* Skb credentials */ member
58 struct pid *pid, kuid_t uid, kgid_t gid) in scm_set_cred()
/openbmc/linux/tools/include/nolibc/
H A Dsys.h387 pid_t sys_getpgid(pid_t pid) in sys_getpgid()
393 pid_t getpgid(pid_t pid) in getpgid()
542 int sys_kill(pid_t pid, int signal) in sys_kill()
548 int kill(pid_t pid, int signal) in kill()
953 int sys_setpgid(pid_t pid, pid_t pgid) in sys_setpgid()
959 int setpgid(pid_t pid, pid_t pgid) in setpgid()
1125 pid_t sys_wait4(pid_t pid, int *status, int options, struct rusage *rusage) in sys_wait4()
1141 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage) in wait4()
1148 pid_t waitpid(pid_t pid, int *status, int options) in waitpid()
/openbmc/linux/tools/thermal/thermometer/
H A Dthermometer.c421 static int thermometer_execute(int argc, char *argv[], char *const envp[], pid_t *pid) in thermometer_execute()
442 pid_t pid = *(pid_t *)arg; in kill_process() local
460 static int thermometer_wait(struct options *options, pid_t pid) in thermometer_wait()
542 pid_t pid = -1; in main() local
/openbmc/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()
/openbmc/linux/tools/bpf/runqslower/
H A Drunqslower.c14 pid_t pid; member
46 int pid; in parse_arg() local
/openbmc/linux/tools/perf/util/
H A Dmachine.c104 static void thread__set_guest_comm(struct thread *thread, pid_t pid) in thread__set_guest_comm()
112 int machine__init(struct machine *machine, const char *root_dir, pid_t pid) in machine__init()
286 struct machine *machines__add(struct machines *machines, pid_t pid, in machines__add()
334 struct machine *machines__find(struct machines *machines, pid_t pid) in machines__find()
360 struct machine *machines__findnew(struct machines *machines, pid_t pid) in machines__findnew()
430 pid_t pid) in findnew_guest_code()
518 struct thread *th, pid_t pid) in machine__update_thread_pid()
571 int pid, int tid) in __threads__get_last_match()
590 int pid, int tid) in threads__get_last_match()
620 pid_t pid, pid_t tid, in ____machine__findnew_thread()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c175 pid_t pid) in try_core_file()
256 static int parent(struct shared_info *info, pid_t pid) in parent()
412 pid_t pid; in core_pkey() local
/openbmc/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
/openbmc/linux/tools/perf/tests/
H A Dattr.c68 static int store_event(struct perf_event_attr *attr, pid_t pid, struct perf_cpu cpu, in store_event()
147 void test_attr__open(struct perf_event_attr *attr, pid_t pid, struct perf_cpu cpu, in test_attr__open()

12345678910>>...41