Searched refs:pid_t (Results 176 - 200 of 530) sorted by path

1234567891011>>

/linux-master/kernel/
H A Dsignal.c1510 static int kill_proc_info(int sig, struct kernel_siginfo *info, pid_t pid)
1606 static int kill_something_info(int sig, struct kernel_siginfo *info, pid_t pid)
3826 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig)
3980 do_send_specific(pid_t tgid, pid_t pid, int sig, struct kernel_siginfo *info)
4009 static int do_tkill(pid_t tgid, pid_t pid, int sig)
4028 SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid_t, pid, int, sig)
4044 SYSCALL_DEFINE2(tkill, pid_t, pi
[all...]
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,
H A Dsysctl.c1334 pid_t tmp;
H A Dtaskstats.c50 pid_t pid;
201 static int fill_stats_for_pid(pid_t pid, struct taskstats *stats)
213 static int fill_stats_for_tgid(pid_t tgid, struct taskstats *stats)
295 static int add_del_listener(pid_t pid, const struct cpumask *mask, int isadd)
H A Dumh.c129 pid_t pid;
166 pid_t pid;
/linux-master/kernel/time/
H A Dposix-cpu-timers.c60 const pid_t upid = CPUCLOCK_PID(clock);
/linux-master/kernel/trace/
H A Dblktrace.c69 static void trace_note(struct blk_trace *bt, pid_t pid, int action,
186 pid_t pid)
226 pid_t pid;
H A Dbpf_trace.c3343 pid_t pid;
H A Dtrace.c594 trace_find_filtered_pid(struct trace_pid_list *filtered_pids, pid_t search_pid)
748 pid_t pid;
795 pid = (pid_t)val;
5546 "\t stype: u8/u16/u32/u64, s8/s16/s32/s64, pid_t,\n"
H A Dtrace.h197 pid_t pid;
709 pid_t search_pid);
H A Dtrace_events_synth.c264 else if (strcmp(type, "pid_t") == 0)
265 size = sizeof(pid_t);
310 else if (strcmp(type, "pid_t") == 0)
H A Dtrace_functions_graph.c23 pid_t last_pid;
349 static void print_graph_proc(struct trace_seq *s, pid_t pid)
389 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data)
391 pid_t prev_pid;
392 pid_t *last_pid;
518 enum trace_type type, int cpu, pid_t pid, u32 flags)
970 pid_t pid = ent->pid;
1292 pid_t *pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid);
H A Dtrace_osnoise.c210 pid_t pid;
/linux-master/mm/kfence/
H A Dkfence.h46 pid_t pid;
/linux-master/mm/
H A Dkmemleak.c165 pid_t pid; /* pid of the current task */
H A Dmempolicy.c1635 static int kernel_migrate_pages(pid_t pid, unsigned long maxnode,
1722 SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode,
H A Dmigrate.c2378 static struct mm_struct *find_mm_struct(pid_t pid, nodemask_t *mem_nodes)
2429 static int kernel_move_pages(pid_t pid, unsigned long nr_pages,
2459 SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages,
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,
H A Dprocess_vm_access.c151 static ssize_t process_vm_rw_core(pid_t pid, struct iov_iter *iter,
254 static ssize_t process_vm_rw(pid_t pid,
292 SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec,
299 SYSCALL_DEFINE6(process_vm_writev, pid_t, pid,
/linux-master/net/core/
H A Dnet_namespace.c724 struct net *get_net_ns_by_pid(pid_t pid)
H A Dnetdev-genl.c164 pid_t pid;
/linux-master/samples/bpf/
H A Dmap_perf_test_user.c348 pid_t pid[tasks];
H A Dtest_current_task_under_cgroup_user.c16 pid_t remote_pid, local_pid = getpid();
H A Dtest_lru_dist.c239 pid_t pid[tasks];
H A Dtest_overhead_user.c110 pid_t pid[tasks];

Completed in 398 milliseconds

1234567891011>>