Home
last modified time | relevance | path

Searched refs:pid (Results 1226 – 1250 of 2199) sorted by relevance

1...<<41424344454647484950>>...88

/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-evb-npcm845/packagegroups/
H A Dpackagegroup-evb-npcm845-apps.bb30 phosphor-pid-control \
/openbmc/qemu/include/sysemu/
H A Drunstate.h104 void qemu_system_killed(int signal, pid_t pid);
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c267 linfo.task.pid = getpid(); in test_task_tid()
281 linfo.task.pid = getpid(); in test_task_pid()
1412 skel->bss->pid = getpid(); in test_task_vma_common()
1448 snprintf(maps_path, 64, "/proc/%u/maps", skel->bss->pid); in test_task_vma_common()
1482 skel->bss->pid = getpid(); in test_task_vma_dead_task()
1586 skel->bss->pid = getpid(); in test_task_vma_offset_common()
1623 linfo.task.pid = getpid(); in test_task_vma_offset()
1629 linfo.task.pid = 0; in test_task_vma_offset()
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c149 !current->pid || is_global_init(current)) in die_will_crash()
242 if (in_interrupt() || panic_on_oops || !current->pid || in oops_end()
326 current->comm, current->pid, signame(signr), signr, in show_signal_msg()
905 smp_processor_id(), current->comm, current->pid, in p9_hmi_special_emu()
940 smp_processor_id(), current->comm, current->pid, in p9_hmi_special_emu()
955 smp_processor_id(), current->comm, current->pid, in p9_hmi_special_emu()
962 smp_processor_id(), current->comm, current->pid, regs->nip, in p9_hmi_special_emu()
981 smp_processor_id(), current->comm, current->pid, in p9_hmi_special_emu()
/openbmc/linux/drivers/atm/
H A Dsolos-pci.c135 pid_t pid; member
202 "L%05d\n%s\n", current->pid, attr->attr.name); in solos_param_show()
210 prm.pid = current->pid; in solos_param_show()
258 "L%05d\n%s\n%s\n", current->pid, attr->attr.name, buf); in solos_param_store()
266 prm.pid = current->pid; in solos_param_store()
432 if (prm->port == port && prm->pid == cmdpid) { in process_command()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c1443 int wstatus, pid; in server_main() local
1445 pid = waitpid(env.worker_pids[i], &wstatus, 0); in server_main()
1446 if (pid != env.worker_pids[i]) in server_main()
1713 pid_t pid; in main() local
1719 pid = fork(); in main()
1720 if (pid < 0) { in main()
1723 } else if (pid != 0) { /* main process */ in main()
1725 env.worker_pids[i] = pid; in main()
/openbmc/linux/tools/perf/jvmti/
H A Djvmti_agent.c313 header.pid = getpid(); in jvmti_open()
386 rec.pid = getpid(); in jvmti_write_code()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddevelopment-shell.rst46 directory (e.g., ``run.do_configure.``\ `pid`). If a task's script does
59 - Any ``run.*`` file that does not have a ``.pid`` extension is a
/openbmc/linux/mm/kasan/
H A Dcommon.c51 track->pid = current->pid; in kasan_set_track()
/openbmc/linux/kernel/rcu/
H A Dupdate.c529 long rcutorture_sched_setaffinity(pid_t pid, const struct cpumask *in_mask) in rcutorture_sched_setaffinity() argument
533 ret = sched_setaffinity(pid, in_mask); in rcutorture_sched_setaffinity()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c362 static bool pid_filter__has(struct pids_filtered *pids, pid_t pid) in pid_filter__has() argument
364 return bpf_map_lookup_elem(pids, &pid) != NULL; in pid_filter__has()
/openbmc/linux/arch/powerpc/mm/nohash/
H A De500.c98 unsigned long size, unsigned long flags, unsigned int pid) in settlbcam() argument
110 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid); in settlbcam()
/openbmc/qemu/tools/i386/
H A Dqemu-vmsr-helper.c117 static bool is_tid_present(pid_t pid, pid_t tid) in is_tid_present() argument
119 g_autofree char *tidPath = g_strdup_printf("/proc/%d/task/%d", pid, tid); in is_tid_present()
/openbmc/qemu/include/io/
H A Dchannel.h164 unsigned int *pid,
1002 unsigned int *pid,
/openbmc/linux/arch/ia64/kernel/
H A Dasm-offsets.c54 DEFINE(IA64_PID_LEVEL_OFFSET, offsetof (struct pid, level)); in foo()
55 DEFINE(IA64_PID_UPID_OFFSET, offsetof (struct pid, numbers[0])); in foo()
57 DEFINE(IA64_TASK_PID_OFFSET, offsetof (struct task_struct, pid)); in foo()
/openbmc/qemu/target/cris/
H A Dop_helper.c47 void helper_tlb_flush_pid(CPUCRISState *env, uint32_t pid) in helper_tlb_flush_pid() argument
50 pid &= 0xff; in helper_tlb_flush_pid()
51 if (pid != (env->pregs[PR_PID] & 0xff)) { in helper_tlb_flush_pid()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Docxl.c532 unsigned long pid, in pnv_ocxl_tlb_invalidate() argument
578 val |= FIELD_PREP(PNV_OCXL_ATSD_LNCH_PID, pid); in pnv_ocxl_tlb_invalidate()
590 __func__, val, pid); in pnv_ocxl_tlb_invalidate()
/openbmc/linux/tools/lib/perf/
H A Devsel.c81 pid_t pid, struct perf_cpu cpu, int group_fd, in sys_perf_event_open() argument
84 return syscall(__NR_perf_event_open, attr, pid, cpu.cpu, group_fd, flags); in sys_perf_event_open()
162 threads->map[thread].pid, in perf_evsel__open()
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_sched.c294 "error task list is full\n", ctx->pname, ctx->pid); in lima_sched_build_error_task_list()
346 pid_chunk->pid = ctx->pid; in lima_sched_build_error_task_list()
/openbmc/linux/tools/perf/util/
H A Ds390-cpumsf.c509 .pid = basic->hpp & S390_LPP_PID_MASK, in s390_cpumsf_make_event()
537 __func__, pos, sample.ip, basic->P, basic->CL, sample.pid, in s390_cpumsf_make_event()
887 pid_t pid, pid_t tid, u64 ip, u64 timestamp) in s390_cpumsf_synth_error() argument
895 code, cpu, pid, tid, ip, msg, timestamp); in s390_cpumsf_synth_error()
907 sample->pid, sample->tid, 0, in s390_cpumsf_lost()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_concat_range.sh1397 wait $(for pid in ${pids}; do echo ${pid}; done)
1399 kill $(for pid in ${flood_pids}; do echo ${pid}; done) 2>/dev/null
1401 wait $(for pid in ${flood_pids}; do echo ${pid}; done) 2>/dev/null
/openbmc/linux/drivers/misc/cxl/
H A Dguest.c526 u32 pid, idx; in attach_afu_directed() local
538 pid = 0; in attach_afu_directed()
544 pid = current->pid; in attach_afu_directed()
556 elem->common.pid = cpu_to_be32(pid); in attach_afu_directed()
/openbmc/linux/kernel/time/
H A Dposix-timers.c377 static struct pid *good_sigevent(sigevent_t * event) in good_sigevent()
379 struct pid *pid = task_tgid(current); in good_sigevent() local
384 pid = find_vpid(event->sigev_notify_thread_id); in good_sigevent()
385 rtn = pid_task(pid, PIDTYPE_PID); in good_sigevent()
395 return pid; in good_sigevent()
/openbmc/linux/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c333 int pid) in ttusb_set_channel() argument
338 (pid >> 8) & 0xff, pid & 0xff in ttusb_set_channel()
582 int pid = ((muxpack[1] & 0x0F) << 8) | muxpack[2]; in ttusb_process_muxpack() local
586 && (pid == ttusb->channel[channel].pid)) in ttusb_process_muxpack()
896 ttusb_set_channel(ttusb, dvbdmxfeed->index, feed_type, dvbdmxfeed->pid); in ttusb_start_feed()
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.py108 self.pid = common_pid

1...<<41424344454647484950>>...88