Searched refs:pid_t (Results 51 - 75 of 530) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-tar.c51 int trace_tar(pid_t child)
65 int trace_tar_write(pid_t child)
78 pid_t pid;
/linux-master/tools/testing/selftests/pid_namespace/
H A Dregression_enomem.c24 pid_t pid;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dexhandler.c22 pid_t cpid;
H A Dns_current_pid_tgid.c24 pid_t tgid, pid;
63 pid_t cpid;
H A Ddeny_namespace.c9 static int wait_for_pid(pid_t pid)
34 pid_t pid;
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dlib.c60 int wait_for_child(pid_t child_pid)
77 int kill_child_and_wait(pid_t child_pid)
103 pid_t eat_cpu(int (test_function)(void))
107 pid_t pid;
H A Devent.h36 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd);
38 int event_open_with_pid(struct event *e, pid_t pid);
/linux-master/tools/include/nolibc/
H A Dstackprotector.h24 pid_t pid;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_map_resize.c10 const volatile pid_t pid;
H A Diters_task_vma.c9 pid_t target_pid = 0;
/linux-master/include/linux/
H A Dposix-timers_types.h20 #define CPUCLOCK_PID(clock) ((pid_t) ~((clock) >> 3))
/linux-master/drivers/gpu/drm/lima/
H A Dlima_ctx.h19 pid_t pid;
/linux-master/tools/lib/subcmd/
H A Drun-command.h20 pid_t pid;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c42 pid_t pid;
162 static bool kfd_smi_ev_enabled(pid_t pid, struct kfd_smi_client *client,
174 static void add_event_to_kfifo(pid_t pid, struct kfd_node *dev,
199 static void kfd_smi_event_add(pid_t pid, struct kfd_node *dev,
253 void kfd_smi_event_page_fault_start(struct kfd_node *node, pid_t pid,
262 void kfd_smi_event_page_fault_end(struct kfd_node *node, pid_t pid,
270 void kfd_smi_event_migration_start(struct kfd_node *node, pid_t pid,
282 void kfd_smi_event_migration_end(struct kfd_node *node, pid_t pid,
292 void kfd_smi_event_queue_eviction(struct kfd_node *node, pid_t pid,
300 void kfd_smi_event_queue_restore(struct kfd_node *node, pid_t pi
[all...]
/linux-master/tools/perf/util/
H A Dthread.h34 pid_t pid_; /* Not all tools update this */
36 pid_t tid;
38 pid_t ppid;
72 struct thread *thread__new(pid_t pid, pid_t tid);
139 static inline pid_t thread__pid(const struct thread *thread)
144 static inline void thread__set_pid(struct thread *thread, pid_t pid_)
149 static inline pid_t thread__tid(const struct thread *thread)
154 static inline void thread__set_tid(struct thread *thread, pid_t tid)
159 static inline pid_t thread__ppi
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtask_event_pinned_vs_ebb_test.c22 static int setup_child_event(struct event *event, pid_t child_pid)
42 pid_t pid;
H A Dtask_event_vs_ebb_test.c22 static int setup_child_event(struct event *event, pid_t child_pid)
40 pid_t pid;
/linux-master/drivers/misc/sgi-gru/
H A Dgrulib.h122 pid_t pid;
136 pid_t pid;
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c35 pid_t getppid_tm(bool scv, bool suspend)
38 pid_t pid;
/linux-master/tools/lib/perf/tests/
H A Dtest-threadmap.c14 static int test_threadmap_array(int nr, pid_t *array)
49 pid_t thr_array[THREADS_NR];
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.h45 __field( pid_t, next_pid )
66 __field( pid_t, pid )
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c29 static pid_t sys_clone3(struct clone_args *args)
34 static int sys_waitid(int which, pid_t pid, siginfo_t *info, int options,
43 pid_t parent_tid = -1;
50 pid_t pid;
91 pid_t parent_tid = -1;
99 pid_t pid;
153 pid_t parent_tid = -1;
160 pid_t pid;
/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c59 static struct user_za_header *get_za(pid_t pid, void **buf, size_t *size)
96 static int set_za(pid_t pid, const struct user_za_header *za)
106 static void ptrace_set_get_vl(pid_t child, unsigned int vl, bool *supported)
149 static void ptrace_set_no_data(pid_t child, unsigned int vl)
190 static void ptrace_set_get_data(pid_t child, unsigned int vl)
248 static int do_parent(pid_t child)
251 pid_t pid;
343 pid_t child;
/linux-master/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c15 static int sys_rt_sigqueueinfo(pid_t tgid, int sig, siginfo_t *uinfo)
20 static int sys_rt_tgsigqueueinfo(pid_t tgid, pid_t tid,
26 static int sys_ptrace(int request, pid_t pid, void *addr, void *data)
44 static int check_error_paths(pid_t child)
105 int check_direct_path(pid_t child, int shared, int nr)
157 pid_t child;
168 pid_t ppid = getppid();
/linux-master/tools/testing/selftests/proc/
H A Dproc-uptime-002.c35 static inline int sys_sched_getaffinity(pid_t pid, unsigned int len, unsigned long *m)
40 static inline int sys_sched_setaffinity(pid_t pid, unsigned int len, unsigned long *m)

Completed in 223 milliseconds

1234567891011>>