Searched refs:pid_t (Results 1 - 25 of 532) sorted by relevance

1234567891011>>

/linux-master/arch/xtensa/include/uapi/asm/
H A Dsockios.h26 #define SIOCSPGRP _IOW('s', 8, pid_t)
27 #define SIOCGPGRP _IOR('s', 9, pid_t)
/linux-master/arch/alpha/include/uapi/asm/
H A Dsockios.h11 #define SIOCSPGRP _IOW('s', 8, pid_t)
12 #define SIOCGPGRP _IOR('s', 9, pid_t)
/linux-master/arch/mips/include/uapi/asm/
H A Dsockios.h21 #define SIOCSPGRP _IOW('s', 8, pid_t)
22 #define SIOCGPGRP _IOR('s', 9, pid_t)
/linux-master/tools/perf/util/
H A Djit.h8 struct machine *machine, char *filename, pid_t pid, pid_t tid, u64 *nbytes);
H A Dthread_map.h12 struct perf_thread_map *thread_map__new_by_pid(pid_t pid);
13 struct perf_thread_map *thread_map__new_by_tid(pid_t tid);
16 struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
27 bool thread_map__has(struct perf_thread_map *threads, pid_t pid);
H A Dnamespaces.h34 pid_t pid;
35 pid_t tgid;
36 pid_t nstgid;
50 struct nsinfo *nsinfo__new(pid_t pid);
58 pid_t nsinfo__tgid(const struct nsinfo *nsi);
59 pid_t nsinfo__nstgid(const struct nsinfo *nsi);
60 pid_t nsinfo__pid(const struct nsinfo *nsi);
61 pid_t nsinfo__in_pidns(const struct nsinfo *nsi);
H A Dthreads.h27 struct thread *threads__find(struct threads *threads, pid_t tid);
28 struct thread *threads__findnew(struct threads *threads, pid_t pid, pid_t tid, bool *created);
/linux-master/tools/bpf/runqslower/
H A Drunqslower.h10 pid_t pid;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_uprobe.c8 pid_t my_pid = 0;
18 pid_t pid = bpf_get_current_pid_tgid() >> 32;
30 pid_t pid = bpf_get_current_pid_tgid() >> 32;
42 pid_t pid = bpf_get_current_pid_tgid() >> 32;
54 pid_t pid = bpf_get_current_pid_tgid() >> 32;
H A Dtest_prog_array_init.c8 const volatile pid_t my_pid = 0;
32 pid_t pid = bpf_get_current_pid_tgid() >> 32;
H A Dtest_skc_to_unix_sock.c9 const volatile pid_t my_pid = 0;
15 pid_t pid = bpf_get_current_pid_tgid() >> 32;
H A Dtest_probe_read_user_str.c9 pid_t pid = 0;
/linux-master/arch/sh/include/uapi/asm/
H A Dsockios.h12 #define SIOCSPGRP _IOW('s', 8, pid_t)
13 #define SIOCGPGRP _IOR('s', 9, pid_t)
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.h32 void kfd_smi_event_page_fault_start(struct kfd_node *node, pid_t pid,
35 void kfd_smi_event_page_fault_end(struct kfd_node *node, pid_t pid,
37 void kfd_smi_event_migration_start(struct kfd_node *node, pid_t pid,
42 void kfd_smi_event_migration_end(struct kfd_node *node, pid_t pid,
45 void kfd_smi_event_queue_eviction(struct kfd_node *node, pid_t pid,
47 void kfd_smi_event_queue_restore(struct kfd_node *node, pid_t pid);
49 void kfd_smi_event_unmap_from_gpu(struct kfd_node *node, pid_t pid,
/linux-master/tools/lib/perf/include/perf/
H A Dthreadmap.h11 LIBPERF_API struct perf_thread_map *perf_thread_map__new_array(int nr_threads, pid_t *array);
13 LIBPERF_API void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);
16 LIBPERF_API pid_t perf_thread_map__pid(struct perf_thread_map *map, int idx);
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dlib.h23 extern int kill_child_and_wait(pid_t child_pid);
24 extern int wait_for_child(pid_t child_pid);
29 extern pid_t eat_cpu(int (test_function)(void));
/linux-master/tools/include/nolibc/
H A Dstd.h27 typedef signed int pid_t; typedef
/linux-master/include/linux/
H A Dpid.h22 * Storing pid_t values in the kernel and referring to them later has a
130 extern struct pid *alloc_pid(struct pid_namespace *ns, pid_t *set_tid,
175 static inline pid_t pid_nr(struct pid *pid)
177 pid_t nr = 0;
183 pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns);
184 pid_t pid_vnr(struct pid *pid);
228 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns);
230 static inline pid_t task_pid_nr(struct task_struct *tsk)
235 static inline pid_t task_pid_nr_ns(struct task_struct *tsk, struct pid_namespace *ns)
240 static inline pid_t task_pid_vn
[all...]
H A Dagpgart.h64 pid_t pid; /* pid of process */
92 pid_t pid;
100 pid_t pid;
115 pid_t my_pid;
/linux-master/kernel/
H A Dexit.h6 pid_t pid;
27 int kernel_waitid_prepare(struct wait_opts *wo, int which, pid_t upid,
/linux-master/io_uring/
H A Dsqpoll.h16 pid_t task_pid;
17 pid_t task_tgid;
/linux-master/include/keys/
H A Drequest_key_auth-type.h23 pid_t pid;
/linux-master/tools/lib/perf/include/internal/
H A Dthreadmap.h10 pid_t pid;
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_syscall.c23 extern int test_vmx(vector int *varray, pid_t *pid);
27 pid_t fork_pid;
51 pid_t pid2;
52 pid_t pid;
/linux-master/tools/perf/
H A Dperf-sys.h14 pid_t pid, int cpu, int group_fd,

Completed in 260 milliseconds

1234567891011>>