Home
last modified time | relevance | path

Searched refs:pid (Results 1526 – 1550 of 2194) sorted by relevance

1...<<61626364656667686970>>...88

/openbmc/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c712 u32 pid; in __vgic_v3_clear_active_lr() local
714 pid = (lr_val & ICH_LR_PHYS_ID_MASK) >> ICH_LR_PHYS_ID_SHIFT; in __vgic_v3_clear_active_lr()
715 gic_write_dir(pid); in __vgic_v3_clear_active_lr()
/openbmc/linux/Documentation/staging/
H A Dstatic-keys.rst216 int pid;
222 pid = task_tgid_vnr(rcu_dereference(current->real_parent));
225 return pid;
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel.c1183 current->comm, current->pid, ip); in split_lock_warn()
1220 current->comm, current->pid, in handle_guest_split_lock()
1275 current->comm, current->pid, regs->ip); in handle_bus_lock()
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst175 __bpf_kfunc struct task_struct *bpf_get_task_pid(s32 pid)
561 A BPF program can also look up a task from a pid. This can be useful if the
577 lookup = bpf_task_from_pid(task->pid);
582 if (lookup->pid != task->pid) {
584 * globally-unique pid from the init_pid_ns. Thus,
585 * the pid of the lookup task should always be the
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd_intr.c515 u32 pid = (hctsiz & TSIZ_SC_MC_PID_MASK) >> TSIZ_SC_MC_PID_SHIFT; in dwc2_hcd_save_data_toggle() local
522 if (pid == TSIZ_SC_MC_PID_DATA0) in dwc2_hcd_save_data_toggle()
531 if (pid == TSIZ_SC_MC_PID_DATA0) in dwc2_hcd_save_data_toggle()
907 u32 pid; in dwc2_xfercomp_isoc_split_in() local
933 pid = (hctsiz & TSIZ_SC_MC_PID_MASK) >> TSIZ_SC_MC_PID_SHIFT; in dwc2_xfercomp_isoc_split_in()
935 if (frame_desc->actual_length >= frame_desc->length || pid == 0) { in dwc2_xfercomp_isoc_split_in()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dsuperpipe.c165 pid_t pid = task_tgid_nr(current), ctxpid = 0; in get_context() local
173 pid = task_ppid_nr(current); in get_context()
213 ctxpid = ctxi->pid; in get_context()
215 if (pid != ctxpid) in get_context()
228 "ctx_ctrl=%u\n", __func__, rctxid, ctxi, ctxpid, pid, in get_context()
836 ctxi->pid = task_tgid_nr(current); /* tgid = pid */ in init_context()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dqcm2290.dtsi364 qcom,local-pid = <0>;
365 qcom,remote-pid = <2>;
387 qcom,local-pid = <0>;
388 qcom,remote-pid = <1>;
1147 qcom,remote-pid = <1>;
1183 qcom,remote-pid = <2>;
/openbmc/linux/drivers/i3c/master/
H A Di3c-master-cdns.c296 #define DEV_ID_RR1_PID_MSB(pid) (pid) argument
299 #define DEV_ID_RR2_PID_LSB(pid) ((pid) << 16) argument
1058 info->pid = rr >> 16; in cdns_i3c_master_dev_rr_to_info()
1059 info->pid |= (u64)readl(master->regs + DEV_ID_RR1(slot)) << 16; in cdns_i3c_master_dev_rr_to_info()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.c777 attr.link_create.uprobe_multi.pid = OPTS_GET(opts, uprobe_multi.pid, 0); in bpf_link_create()
1217 int bpf_task_fd_query(int pid, int fd, __u32 flags, char *buf, __u32 *buf_len, in bpf_task_fd_query() argument
1226 attr.task_fd_query.pid = pid; in bpf_task_fd_query()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c759 if (!intlist__has_entry(seen, sample->pid)) { in perf_event__process_sample()
761 sample->pid); in perf_event__process_sample()
762 intlist__add(seen, sample->pid); in perf_event__process_sample()
1185 sample.pid); in deliver_event()
1467 OPT_STRING('p', "pid", &target->pid, "pid", in cmd_top()
/openbmc/openbmc-tools/adcapp/src/
H A DEINTR_wrappers.c782 pid_t sigwrap_waitpid(pid_t pid, int *status, int options) in sigwrap_waitpid() argument
786 pid_t Result = waitpid(pid, status, options); in sigwrap_waitpid()
/openbmc/linux/sound/isa/sb/
H A Dsb16.c573 const struct pnp_card_device_id *pid) in snd_sb16_pnp_detect() argument
585 res = snd_card_sb16_pnp(dev, card->private_data, pcard, pid); in snd_sb16_pnp_detect()
/openbmc/linux/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst55 ``/proc/pid/pagemap`` if the workload is represented by a process, or by
72 ``/proc/pid/pagemap``, ``/proc/kpageflags``, and ``/proc/kpagecgroup``.
/openbmc/linux/drivers/power/supply/
H A Dcros_usbpd-charger.c175 port->port_number, resp.vid, resp.pid, resp.ptype); in cros_usbpd_charger_get_discovery_info()
179 snprintf(port->model_name, sizeof(port->model_name), "%x", resp.pid); in cros_usbpd_charger_get_discovery_info()
/openbmc/qemu/system/
H A Drunstate.c699 void qemu_system_killed(int signal, pid_t pid) in qemu_system_killed() argument
702 shutdown_pid = pid; in qemu_system_killed()
/openbmc/qemu/migration/
H A Dpostcopy-ram.c808 static int get_mem_fault_cpu_index(uint32_t pid) in get_mem_fault_cpu_index() argument
813 if (cpu_iter->thread_id == pid) { in get_mem_fault_cpu_index()
814 trace_get_mem_fault_cpu_index(cpu_iter->cpu_index, pid); in get_mem_fault_cpu_index()
818 trace_get_mem_fault_cpu_index(-1, pid); in get_mem_fault_cpu_index()
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c994 void helper_booke_setpid(CPUPPCState *env, uint32_t pidn, target_ulong pid) in helper_booke_setpid() argument
996 env->spr[pidn] = pid; in helper_booke_setpid()
1298 int pid = tid >> MAS6_SPID_SHIFT; in helper_booke206_tlbilx3() local
1316 if ((ppcmas_tlb_check(env, tlb, NULL, address, pid) != 0) || in helper_booke206_tlbilx3()
/openbmc/qemu/qga/
H A Dmain.c588 pid_t pid, sid; in become_daemon() local
590 pid = fork(); in become_daemon()
591 if (pid < 0) { in become_daemon()
594 if (pid > 0) { in become_daemon()
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrukdump.c142 hdr.pid = gts->ts_tgid_owner; in gru_dump_context()
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A D0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch55 pid_t pid;
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemutinyrunner.py99 bb.note("runqemu started, pid is %s" % self.runqemu.pid)
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dsshd_config102 #PidFile /var/run/sshd.pid
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A D0001-Fix-intermittent-failure-of-test-t-op-sigsystem.t.patch60 ok($pids[0] == $pid, "Reaped the right process.") or diag(Dumper(\@pids));
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.service11 PIDFile=@LOCALSTATEDIR@/run/php-fpm.pid
/openbmc/linux/Documentation/arch/arm/
H A Dmem_alignment.rst38 process name, pid, pc, instruction, address, and the

1...<<61626364656667686970>>...88