Home
last modified time | relevance | path

Searched refs:pid (Results 576 – 600 of 2194) sorted by relevance

1...<<21222324252627282930>>...88

/openbmc/linux/drivers/staging/greybus/
H A Daudio_manager_module.c97 return sprintf(buf, "%d", module->desc.pid); in gb_audio_module_pid_show()
101 __ATTR(pid, 0664, gb_audio_module_pid_show, NULL);
174 snprintf(pid_string, 64, "PID=%d", module->desc.pid); in send_add_uevent()
237 module->desc.pid, in gb_audio_manager_module_dump()
/openbmc/linux/kernel/
H A Dsys.c224 struct pid *pgrp; in SYSCALL_DEFINE3()
294 struct pid *pgrp; in SYSCALL_DEFINE2()
977 int pid; in SYSCALL_DEFINE0() local
983 return pid; in SYSCALL_DEFINE0()
1080 if (!pid) in SYSCALL_DEFINE2()
1083 pgid = pid; in SYSCALL_DEFINE2()
1147 struct pid *grp; in do_getpgid()
1151 if (!pid) in do_getpgid()
1193 if (!pid) in SYSCALL_DEFINE1()
1214 static void set_special_pids(struct pid *pid) in set_special_pids() argument
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/
H A Dwatchdog.init73 start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
84 --pidfile /var/run/$NAME.pid
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.service8 PIDFile=/run/lirc/lircd.pid
14 ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid --device=/dev/lirc0
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_snprintf.c7 __u32 pid = 0; variable
46 if ((int)bpf_get_current_pid_tgid() != pid) in handler()
H A Dtest_log_fixup.c9 int pid; member
35 return bad_subprog() + bpf_core_field_size(t->pid); in bad_relo_subprog()
H A Dfind_vma.c43 if (task->pid != target_pid) in handle_getpid()
59 if (task->pid != target_pid) in handle_pe()
/openbmc/qemu/target/i386/kvm/
H A Dvmsr_energy.h77 void vmsr_read_thread_stat(pid_t pid,
92 pid_t *vmsr_get_thread_ids(pid_t pid, unsigned int *num_threads);
/openbmc/linux/tools/testing/selftests/bpf/
H A Dget_cgroup_id_user.c57 __u32 key = 0, pid; in main() local
86 pid = getpid(); in main()
87 bpf_map_update_elem(pidmap_fd, &key, &pid, 0); in main()
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,glink-edge.yaml49 qcom,remote-pid:
59 - qcom,remote-pid
95 qcom,remote-pid = <13>;
/openbmc/linux/arch/s390/mm/
H A Dpfault.c121 pid_t pid; in pfault_interrupt() local
133 pid = param64 & LPP_PID_MASK; in pfault_interrupt()
135 tsk = find_task_by_pid_ns(pid, &init_pid_ns); in pfault_interrupt()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.cpp88 std::string syslogID, pid, message, timeStamp, line; in getMessages() local
94 pid = getFieldValue(journal, "_PID"); in getMessages()
98 line = timeStamp + " " + syslogID + "[" + pid + "]: " + message; in getMessages()
/openbmc/qemu/tests/qtest/
H A Dtpm-util.h38 gboolean tpm_util_swtpm_start(const char *path, GPid *pid,
40 void tpm_util_swtpm_kill(GPid pid);
/openbmc/linux/tools/include/nolibc/
H A Dunistd.h54 int tcsetpgrp(int fd, pid_t pid) in tcsetpgrp() argument
56 return ioctl(fd, TIOCSPGRP, &pid); in tcsetpgrp()
/openbmc/linux/Documentation/trace/
H A Dhistogram.rst100 pid-specific comm fields in the event itself.
1718 same pid as 'next_pid'.
1830 pid_t pid; \
1838 wakeup_latency u64 lat; pid_t pid; int prio
1861 # echo 'hist:keys=pid,prio,lat.log2:sort=lat' >> \
2195 # echo 'wakeup_new_test pid_t pid' >> \
2199 wakeup_new_test pid_t pid
2221 # echo 'hist:keys=pid:sort=pid' >> \
2259 # echo 'hist:keys=pid,prio,lat:sort=pid,lat' >> \
2290 # echo 'hist:keys=pid:ts0=common_timestamp.usecs \
[all …]
/openbmc/linux/tools/testing/selftests/proc/
H A DMakefile12 TEST_GEN_PROGS += proc-pid-vm
17 TEST_GEN_PROGS += proc-subset-pid
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Devent.h36 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd);
38 int event_open_with_pid(struct event *e, pid_t pid);
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py234 pid = sample["pid"]
239 …return "VM:%5d VCPU:%03d %16s %5u/%-5u [%03u] %9u.%09u " % (machine_pid, vcpu, comm, pid, tid, cp…
241 return "%16s %5u/%-5u [%03u] %9u.%09u " % (comm, pid, tid, cpu, ts / 1000000000, ts %1000000000)
445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument
457 …(machine_pid, vcpu, "Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg,…
460 ("Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip))
466 def context_switch(ts, cpu, pid, tid, np_pid, np_tid, machine_pid, out, out_preempt, *x): argument
489 …(out_str, pid, tid, cpu, ts / 1000000000, ts %1000000000, np_pid, np_tid, machine_str, preempt_str)
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c41 pid_t pid; member
1304 pid_t pid = task_pid_nr(event->owner); in get_perf_etr_buf_cpu_wide() local
1327 etr_buf = idr_find(&drvdata->idr, pid); in get_perf_etr_buf_cpu_wide()
1343 ret = idr_alloc(&drvdata->idr, etr_buf, pid, pid + 1, GFP_KERNEL); in get_perf_etr_buf_cpu_wide()
1433 etr_perf->pid = task_pid_nr(event->owner); in tmc_alloc_etr_buffer()
1627 pid_t pid; in tmc_enable_etr_sink_perf() local
1646 pid = etr_perf->pid; in tmc_enable_etr_sink_perf()
1649 if (drvdata->pid != -1 && drvdata->pid != pid) { in tmc_enable_etr_sink_perf()
1658 if (drvdata->pid == pid) { in tmc_enable_etr_sink_perf()
1666 drvdata->pid = pid; in tmc_enable_etr_sink_perf()
[all …]
/openbmc/linux/sound/pci/ac97/
H A Dac97_codec.c1837 for (pid = table; pid->id; pid++) in look_for_codec_id()
1838 if (pid->id == (id & pid->mask)) in look_for_codec_id()
1839 return pid; in look_for_codec_id()
1852 if (! pid) in snd_ac97_get_name()
1859 pid->patch(ac97); in snd_ac97_get_name()
1863 if (pid) { in snd_ac97_get_name()
1887 for (pid = snd_ac97_codec_ids; pid->id; pid++) in snd_ac97_get_short_name()
1888 if (pid->id == (ac97->id & pid->mask)) in snd_ac97_get_short_name()
1889 return pid->name; in snd_ac97_get_short_name()
2114 if (pid && (pid->flags & AC97_DEFAULT_POWER_OFF)) in snd_ac97_mixer()
[all …]
/openbmc/ipmitool/lib/
H A Dhelper.c616 pid_t pid; in ipmi_start_daemon() local
642 pid = (pid_t) fork(); in ipmi_start_daemon()
643 if (pid < 0 || pid > 0) in ipmi_start_daemon()
656 pid = (pid_t) fork(); in ipmi_start_daemon()
657 if (pid < 0 || pid > 0) in ipmi_start_daemon()
/openbmc/linux/fs/autofs/
H A Dwaitq.c150 packet->pid = wq->pid; in autofs_notify_daemon()
312 pid_t pid; in autofs_wait() local
324 pid = task_pid_nr_ns(current, ns_of_pid(sbi->oz_pgrp)); in autofs_wait()
326 if (pid == 0 || tgid == 0) in autofs_wait()
398 wq->pid = pid; in autofs_wait()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/
H A Dinit13 test -z "$IRATTACH_PID" && IRATTACH_PID=/var/run/irattach.pid
59 [ -f /var/run/irattach.pid ] && echo " done" || echo " fail"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.conf3 pid /run/nginx/nginx.pid;
/openbmc/u-boot/drivers/usb/host/
H A Dsl811.h102 #define PIDEP(pid, ep) (((pid) & 0x0f) << 4 | (ep)) argument

1...<<21222324252627282930>>...88