Home
last modified time | relevance | path

Searched refs:pid (Results 876 – 900 of 2194) sorted by relevance

1...<<31323334353637383940>>...88

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtimer_crash.c17 skel->bss->pid = getpid(); in test_timer_crash_mode()
H A Dkprobe_multi_test.c50 skel->bss->pid = getpid(); in test_skel_api()
70 skel->bss->pid = getpid(); in test_link_api()
146 skel->bss->pid = getpid(); in test_attach_api()
236 skel->bss->pid = getpid(); in test_attach_api_fails()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_trace.h331 pid_t pid, uint64_t vm_ctx),
332 TP_ARGS(p, start, end, nptes, dst, incr, flags, pid, vm_ctx),
339 __field(pid_t, pid)
352 __entry->pid = pid;
363 " flags:0x%llx, incr:%llu, dst:\n%s", __entry->pid,
/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dptrace_32.h22 extern void arch_init_registers(int pid);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/
H A Dypbind.service9 PIDFile=/var/run/ypbind.pid
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpid.service7 PIDFile=/run/openhpid.pid
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/monit/
H A Dmonit8 pidfile=/var/run/monit.pid
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlirc_options.conf11 pidfile = /var/run/lirc/lircd.pid
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-syscall.c77 pid_t pid = getpid(), tid = syscall(SYS_gettid); in test_ptrace_syscall_restart() local
80 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_ptrace_syscall_restart()
/openbmc/qemu/scripts/
H A Dqemu-trace-stap80 if args.pid is not None:
81 stapargs.extend(["-x", args.pid])
/openbmc/linux/tools/perf/util/
H A Ddata-convert-bt.c625 ret = value_set_s32(cw, event, "perf_pid", sample->pid); in add_generic_values()
910 __NON_SAMPLE_SET_FIELD(comm, u32, pid); in __FUNC_PROCESS_NON_SAMPLE()
915 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
923 __NON_SAMPLE_SET_FIELD(fork, u32, pid);
930 __NON_SAMPLE_SET_FIELD(mmap, u32, pid);
936 __NON_SAMPLE_SET_FIELD(mmap2, u32, pid);
1259 __NON_SAMPLE_ADD_FIELD(u32, pid); in __FUNC_ADD_NON_SAMPLE_EVENT_CLASS()
1265 __NON_SAMPLE_ADD_FIELD(u32, pid);
1273 __NON_SAMPLE_ADD_FIELD(u32, pid);
1281 __NON_SAMPLE_ADD_FIELD(u32, pid);
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/
H A Dneard.in16 PIDFILE=/var/run/neard.pid
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-yosemite4/plat-svc/files/
H A Dyosemite4-sys-init.service3 Before=phosphor-pid-control.service
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dlock_data.h8 u32 pid; member
/openbmc/linux/fs/xfs/
H A Dkmem.c26 current->comm, current->pid, in kmem_alloc()
/openbmc/linux/drivers/staging/greybus/
H A Daudio_manager.h21 int pid; member
/openbmc/openbmc/poky/meta/recipes-connectivity/ofono/ofono/
H A Dofono4 PIDFILE=/var/run/ofonod.pid
/openbmc/linux/drivers/media/i2c/
H A Drdacm21.c389 u8 pid, ver, val; in ov490_initialize() local
400 ret = ov490_read_reg(dev, OV490_PID, &pid); in ov490_initialize()
414 if (OV490_ID(pid, ver) != OV490_ID_VAL) { in ov490_initialize()
416 OV490_ID(pid, ver)); in ov490_initialize()
/openbmc/linux/sound/isa/opti9xx/
H A Dopti92x-ad1848.c728 const struct pnp_card_device_id *pid) argument
737 pdev = pnp_request_card_device(card, pid->devs[0].id, NULL);
754 devmc = pnp_request_card_device(card, pid->devs[2].id, NULL);
779 devmpu = pnp_request_card_device(card, pid->devs[1].id, NULL);
791 return pid->driver_data;
1065 const struct pnp_card_device_id *pid) argument
1080 hw = snd_card_opti9xx_pnp(chip, pcard, pid);
/openbmc/linux/arch/alpha/kernel/
H A Dcore_marvel.c383 int pid, port; in marvel_find_console_vga_hose() local
400 pid = h >> 2; in marvel_find_console_vga_hose()
402 if ((io7 = marvel_find_io7(pid))) in marvel_find_console_vga_hose()
426 unsigned long pid; in marvel_specify_io7() local
431 pid = simple_strtoul(str, &pchar, 0); in marvel_specify_io7()
433 printk("User-specified IO7 at PID %lu\n", pid); in marvel_specify_io7()
434 io7 = alloc_io7(pid); in marvel_specify_io7()
/openbmc/linux/include/uapi/linux/
H A Ddlm_plock.h36 __u32 pid; member
/openbmc/linux/arch/um/include/shared/
H A Das-layout.h34 int pid; member
/openbmc/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c42 __s32 pid; member
189 .pid = 12345, in check_sample()
205 CHECK_SAMPLE(pid); in check_sample()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/cherokee/cherokee/
H A Dcherokee.init4 PIDFILE=/var/run/cherokee.pid
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/
H A Dinit-relay25 DHCRELAYPID=/var/run/dhcrelay.pid

1...<<31323334353637383940>>...88