/openbmc/qemu/target/s390x/ |
H A D | arch_dump.c | 33 uint32_t pid; member 105 note->contents.prstatus.pid = cpu_to_be32(id); in s390x_write_elf64_prstatus()
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | fuse.h | 329 uint32_t pid; /* tgid */ member 990 uint32_t pid; member
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | qemurunner.py | 272 os.killpg(os.getpgid(self.runqemu.pid), signal.SIGTERM) 275 self.logger.debug("runqemu started, pid is %s" % self.runqemu.pid) 560 os.killpg(os.getpgid(self.runqemu.pid), signal.SIGTERM) 572 os.killpg(os.getpgid(self.runqemu.pid), signal.SIGKILL)
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-top.txt | 85 -p <pid>:: 86 --pid=<pid>:: 129 Sort by key(s): pid, comm, dso, symbol, parent, srcline, weight,
|
/openbmc/linux/sound/core/ |
H A D | pcm.c | 465 snd_iprintf(buffer, "owner_pid : %d\n", pid_vnr(substream->pid)); in snd_pcm_substream_proc_status_read() 983 substream->pid = get_pid(task_pid(current)); in snd_pcm_attach_substream() 1014 put_pid(substream->pid); in snd_pcm_detach_substream() 1015 substream->pid = NULL; in snd_pcm_detach_substream()
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 338 u32 pid; in start_context() local 358 pid = 0; in start_context() 361 pid = current->mm->context.id; in start_context() 365 rc = ocxl_link_add_pe(link_token, ctx->pe, pid, 0, 0, in start_context()
|
/openbmc/linux/tools/perf/util/ |
H A D | evsel.c | 2024 int pid = -1, err, old_errno; in evsel__open_cpu() local 2040 pid = evsel->cgrp->fd; in evsel__open_cpu() 2057 pid = perf_thread_map__pid(threads, thread); in evsel__open_cpu() 2071 pid, perf_cpu_map__cpu(cpus, idx).cpu, group_fd, evsel->open_flags); in evsel__open_cpu() 2073 fd = sys_perf_event_open(&evsel->core.attr, pid, in evsel__open_cpu() 2090 test_attr__open(&evsel->core.attr, pid, in evsel__open_cpu() 2249 sample->pid = u.val32[0]; in perf_evsel__parse_id_sample() 2364 data->cpu = data->pid = data->tid = -1; in evsel__parse_sample() 2402 data->pid = u.val32[0]; in evsel__parse_sample()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm6375.dtsi | 724 qcom,local-pid = <0>; 725 qcom,remote-pid = <2>; 748 qcom,local-pid = <0>; 749 qcom,remote-pid = <5>; 772 qcom,local-pid = <0>; 773 qcom,remote-pid = <1>; 1511 qcom,remote-pid = <1>; 1549 qcom,remote-pid = <2>; 1585 qcom,remote-pid = <5>;
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | user.rst | 65 The maximum number of pid namespaces that any user in the current
|
/openbmc/u-boot/drivers/video/ |
H A D | am335x-fb.c | 71 unsigned int pid; /* 0x00 */ member
|
/openbmc/linux/tools/testing/selftests/ipc/ |
H A D | msgque.c | 197 int msg, pid, err; in main() local
|
/openbmc/linux/fs/ocfs2/ |
H A D | dlmglue.h | 82 struct pid *oh_owner_pid;
|
/openbmc/linux/drivers/iommu/ |
H A D | fsl_pamu.h | 272 u8 pid; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | 0001-Add-prototype-to-function-definitions.patch | 39 @@ -760,7 +761,7 @@ expCreateChannel(interp,fdin,fdout,pid)
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-pr-helper.rst | 65 :file:`/var/run/qemu-pr-helper.pid`.
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/monkey/ |
H A D | monkey_1.6.9.bb | 22 -DPID_FILE=/run/monkey.pid \
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | atomics.c | 179 skel->bss->pid = getpid(); in test_atomics()
|
/openbmc/linux/mm/damon/ |
H A D | lru_sort.c | 261 kdamond_pid = ctx->kdamond->pid; in damon_lru_sort_turn()
|
/openbmc/linux/kernel/ |
H A D | hung_task.c | 133 t->comm, t->pid, (jiffies - t->last_switch_time) / HZ); in check_hung_task()
|
/openbmc/linux/fs/lockd/ |
H A D | clntlock.c | 184 if (fl_blocked->fl_u.nfs_fl.owner->pid != lock->svid) in nlmclnt_grant()
|
/openbmc/linux/Documentation/devicetree/bindings/misc/ |
H A D | qcom,fastrpc.yaml | 116 qcom,remote-pid = <2>;
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,sm6350-pas.yaml | 164 qcom,remote-pid = <2>;
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | audio_codec.h | 120 int pid; member
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tmc.h | 196 pid_t pid; member
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
H A D | 0002-run_program-support-timeout.patch | 33 + os.kill(proc.pid, signal.SIGKILL)
|