/openbmc/linux/mm/ |
H A D | mempolicy.c | 1608 static int kernel_migrate_pages(pid_t pid, unsigned long maxnode, in kernel_migrate_pages() argument 1636 task = pid ? find_task_by_vpid(pid) : current; in kernel_migrate_pages() 1696 SYSCALL_DEFINE4(migrate_pages, pid_t, pid, unsigned long, maxnode, in SYSCALL_DEFINE4() argument 1700 return kernel_migrate_pages(pid, maxnode, old_nodes, new_nodes); in SYSCALL_DEFINE4()
|
H A D | slub.c | 312 int pid; /* Pid context */ member 803 p->pid = current->pid; in set_track_update() 834 s, (void *)t->addr, pr_time - t->when, t->cpu, t->pid); in print_track() 5322 if (track->pid < l->min_pid) in add_location() 5323 l->min_pid = track->pid; in add_location() 5324 if (track->pid > l->max_pid) in add_location() 5325 l->max_pid = track->pid; in add_location() 5361 l->min_pid = track->pid; in add_location() 5362 l->max_pid = track->pid; in add_location()
|
/openbmc/linux/sound/isa/gus/ |
H A D | interwave.c | 840 const struct pnp_card_device_id *pid) in snd_interwave_pnp_detect() argument 858 res = snd_interwave_pnp(dev, card->private_data, pcard, pid); in snd_interwave_pnp_detect()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | topdown.txt | 70 int perf_event_open(struct perf_event_attr *attr, pid_t pid, 73 return syscall(__NR_perf_event_open, attr, pid, cpu, group_fd, flags);
|
/openbmc/linux/kernel/ |
H A D | kexec_core.c | 85 if (in_interrupt() || !p->pid || is_global_init(p) || panic_on_oops) in kexec_should_crash() 1217 prstatus.common.pr_pid = current->pid; in crash_save_cpu()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib3000mc.c | 832 int dib3000mc_pid_control(struct dvb_frontend *fe, int index, int pid,int onoff) in dib3000mc_pid_control() argument 835 dib3000mc_write_word(state, 212 + index, onoff ? (1 << 13) | pid : 0); in dib3000mc_pid_control()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | signal32.c | 380 current->comm, current->pid, (unsigned long)sf, in setup_frame32() 514 current->comm, current->pid, (unsigned long)sf, in setup_rt_frame32()
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_stall.h | 321 pr_cont(" P%d", t->pid); in rcu_print_task_stall() 324 t->pid, rscr.nesting, in rcu_print_task_stall()
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2transport.c | 752 temp->pid = current->pid; in smb2_mid_entry_alloc()
|
H A D | smb2file.c | 226 if (current->tgid != li->pid) in smb2_unlock_range()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_gem.c | 135 robj->pid = task_pid_nr(current); in radeon_gem_object_create() 888 placement, (unsigned long)rbo->pid); in radeon_debugfs_gem_info_show()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | traps.c | 364 current->comm, current->pid, current_thread_info(), current); in show_registers() 1024 read_csr_excode(), current->pid, current->comm); in do_reserved()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8996.dtsi | 609 qcom,local-pid = <0>; 610 qcom,remote-pid = <2>; 633 qcom,local-pid = <0>; 634 qcom,remote-pid = <1>; 657 qcom,local-pid = <0>; 658 qcom,remote-pid = <3>; 2488 qcom,remote-pid = <3>; 2552 qcom,remote-pid = <1>; 3500 qcom,remote-pid = <2>;
|
/openbmc/u-boot/fs/ubifs/ |
H A D | lpt_commit.c | 1890 pr_err("(pid %d) start dumping LEB %d\n", current->pid, lnum); in dump_lpt_leb() 1976 pr_err("(pid %d) finish dumping LEB %d\n", current->pid, lnum); in dump_lpt_leb() 1993 pr_err("(pid %d) start dumping all LPT LEBs\n", current->pid); in ubifs_dump_lpt_lebs() 1996 pr_err("(pid %d) finish dumping all LPT LEBs\n", current->pid); in ubifs_dump_lpt_lebs()
|
/openbmc/linux/fs/ubifs/ |
H A D | lpt_commit.c | 1847 pr_err("(pid %d) start dumping LEB %d\n", current->pid, lnum); in dump_lpt_leb() 1933 pr_err("(pid %d) finish dumping LEB %d\n", current->pid, lnum); in dump_lpt_leb() 1950 pr_err("(pid %d) start dumping all LPT LEBs\n", current->pid); in ubifs_dump_lpt_lebs() 1953 pr_err("(pid %d) finish dumping all LPT LEBs\n", current->pid); in ubifs_dump_lpt_lebs()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 10292 pid < 0 ? -1 : pid /* pid */, in perf_event_open_probe() 10293 pid == -1 ? 0 : -1 /* cpu */, in perf_event_open_probe() 10433 pid < 0 ? -1 : pid, /* pid */ in perf_event_kprobe_open_legacy() 10434 pid == -1 ? 0 : -1, /* cpu */ in perf_event_kprobe_open_legacy() 11094 pid < 0 ? -1 : pid, /* pid */ in perf_event_uprobe_open_legacy() 11254 pid_t pid, in bpf_program__attach_uprobe_multi() argument 11336 if (pid == 0) in bpf_program__attach_uprobe_multi() 11337 pid = getpid(); in bpf_program__attach_uprobe_multi() 11338 if (pid > 0) in bpf_program__attach_uprobe_multi() 11339 lopts.uprobe_multi.pid = pid; in bpf_program__attach_uprobe_multi() [all …]
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | rt_link.yaml | 788 name: net-ns-pid 1258 - net-ns-pid 1330 - net-ns-pid
|
/openbmc/linux/drivers/media/firewire/ |
H A D | firedtv-avc.c | 625 int avc_tuner_set_pids(struct firedtv *fdtv, unsigned char pidc, u16 pid[]) in avc_tuner_set_pids() argument 651 c->operand[pos++] = (pid[k] >> 8) & 0x1f; in avc_tuner_set_pids() 652 c->operand[pos++] = pid[k] & 0xff; in avc_tuner_set_pids()
|
/openbmc/linux/drivers/clk/ |
H A D | clk-lmk04832.c | 193 u16 pid; member 202 .pid = 0x63d1, /* WARNING PROD_ID is inverted in the datasheet */ 1503 if ((tmp[0] << 8 | tmp[1]) != info->pid || tmp[2] != info->maskrev) { in lmk04832_probe()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm3x-sysfs.c | 1049 unsigned long pid; in ctxid_pid_store() local 1065 ret = kstrtoul(buf, 16, &pid); in ctxid_pid_store() 1070 config->ctxid_pid[config->ctxid_idx] = pid; in ctxid_pid_store()
|
/openbmc/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 1034 pid_t pid; in set_priority() local 1040 pid = getpid(); in set_priority() 1041 r = sched_setscheduler(pid, sched_policy, ¶m); in set_priority()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 382 _syscall1(int, sys_sched_getscheduler, pid_t, pid); 387 _syscall2(int, sys_sched_getparam, pid_t, pid, 390 _syscall2(int, sys_sched_setparam, pid_t, pid, 516 _syscall4(int, sys_prlimit64, pid_t, pid, int, resource, 687 safe_syscall2(int, kill, pid_t, pid, int, sig) in safe_syscall3() 1788 __get_user(cred->pid, &target_cred->pid); in target_to_host_cmsg() 1922 __put_user(cred->pid, &target_cred->pid); in host_to_target_cmsg() 2594 __put_user(cr.pid, &tcr->pid); in do_getsockopt() 7066 target_fox->pid = tswap32(fox.pid); in do_fcntl() 7077 fox.pid = tswap32(target_fox->pid); in do_fcntl() [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/ |
H A D | sssd_2.9.2.bb | 71 --with-pid-path=/run \
|
/openbmc/linux/tools/lib/perf/Documentation/ |
H A D | libperf.txt | 67 void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,sc7180-mss-pil.yaml | 244 qcom,remote-pid = <1>;
|