/openbmc/linux/tools/testing/selftests/net/ |
H A D | amt.sh | 90 smcpid=$(< $SMCROUTEDIR/amt.pid) 176 ip netns exec "${RELAY}" smcrouted -P $SMCROUTEDIR/amt.pid 268 pid=$! 270 wait $pid || err=$? 275 pid=$! 277 wait $pid || err=$?
|
/openbmc/linux/tools/perf/util/ |
H A D | values.h | 10 u32 *pid, *tid; member 22 u32 pid, u32 tid,
|
/openbmc/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-test.c | 211 int pid, status; in test_fork() local 213 pid = chk_error(fork()); in test_fork() 214 if (pid == 0) { in test_fork() 219 chk_error(waitpid(pid, &status, 0)); in test_fork() 289 int server_fd, client_fd, fd, pid, ret, val; in test_socket() local 309 pid = chk_error(fork()); in test_socket() 310 if (pid == 0) { in test_socket() 398 static void wait_for_child(pid_t pid) in wait_for_child() argument 401 chk_error(waitpid(pid, &status, 0)); in wait_for_child()
|
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | numaif.h | 27 long migrate_pages(int pid, unsigned long maxnode, in migrate_pages() argument 31 return syscall(__NR_migrate_pages, pid, maxnode, frommask, tomask); in migrate_pages()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
H A D | mdns.service | 7 ExecStartPre=/bin/rm -f /var/run/mdnsd.pid 10 PIDFile=/var/run/mdnsd.pid
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500_mmu.c | 111 if (tid && (tid != pid)) in kvmppc_e500_tlb_index() 276 int pid, int type) in tlbilx_all() argument 285 if (type == 0 || tid == pid) { in tlbilx_all() 310 int pid = get_cur_spid(vcpu); in kvmppc_e500_emul_tlbilx() local 313 tlbilx_all(vcpu_e500, 0, pid, type); in kvmppc_e500_emul_tlbilx() 314 tlbilx_all(vcpu_e500, 1, pid, type); in kvmppc_e500_emul_tlbilx() 316 tlbilx_one(vcpu_e500, pid, ea); in kvmppc_e500_emul_tlbilx() 345 unsigned int pid = get_cur_spid(vcpu); in kvmppc_e500_emul_tlbsx() local 454 gva_t eaddr, unsigned int pid, int as) in kvmppc_e500_tlb_search() argument 474 u8 pid; in kvmppc_core_vcpu_translate() local [all …]
|
/openbmc/linux/tools/testing/selftests/perf_events/ |
H A D | remove_on_exec.c | 103 pid_t pid = fork(); in TEST_F() local 105 if (pid == 0) { in TEST_F() 113 EXPECT_EQ(waitpid(pid, &status, 0), pid); in TEST_F()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | lsm.c | 95 __u32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local 101 if (is_stack && monitored_pid == pid) { in BPF_PROG() 112 __u32 pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local 118 if (monitored_pid == pid) in BPF_PROG()
|
H A D | test_skc_to_unix_sock.c | 15 pid_t pid = bpf_get_current_pid_tgid() >> 32; in BPF_PROG() local 19 if (pid != my_pid) in BPF_PROG()
|
/openbmc/linux/drivers/gpu/host1x/ |
H A D | context.c | 120 struct pid *pid) in host1x_memory_context_alloc() argument 137 if (cd->owner == pid) { in host1x_memory_context_alloc() 152 free->owner = get_pid(pid); in host1x_memory_context_alloc()
|
/openbmc/linux/drivers/i3c/ |
H A D | device.c | 229 manuf = I3C_PID_MANUF_ID(devinfo.pid); in i3c_device_match_id() 230 part = I3C_PID_PART_ID(devinfo.pid); in i3c_device_match_id() 231 ext_info = I3C_PID_EXTRA_INFO(devinfo.pid); in i3c_device_match_id() 232 rndpid = I3C_PID_RND_LOWER_32BITS(devinfo.pid); in i3c_device_match_id()
|
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | cache.c | 38 static int perf_event_open_llc_miss(pid_t pid, int cpu_no) in perf_event_open_llc_miss() argument 40 fd_lm = perf_event_open(&pea_llc_miss, pid, cpu_no, -1, in perf_event_open_llc_miss() 64 static int reset_enable_llc_perf(pid_t pid, int cpu_no) in reset_enable_llc_perf() argument 68 ret = perf_event_open_llc_miss(pid, cpu_no); in reset_enable_llc_perf()
|
/openbmc/phosphor-pid-control/pid/ |
H A D | builder.cpp | 102 auto pid = FanController::createFanPid( in buildZones() local 104 zone->addFanPID(std::move(pid)); in buildZones() 116 auto pid = ThermalController::createThermalPid( in buildZones() local 120 zone->addThermalPID(std::move(pid)); in buildZones()
|
/openbmc/linux/kernel/time/ |
H A D | posix-cpu-timers.c | 61 struct pid *pid; in pid_for_clock() local 73 pid = find_vpid(upid); in pid_for_clock() 74 if (!pid) in pid_for_clock() 78 struct task_struct *tsk = pid_task(pid, PIDTYPE_PID); in pid_for_clock() 88 if (gettime && (pid == task_pid(current))) in pid_for_clock() 94 return pid_has_task(pid, PIDTYPE_TGID) ? pid : NULL; in pid_for_clock() 389 struct pid *pid; in posix_cpu_timer_create() local 392 pid = pid_for_clock(new_timer->it_clock, false); in posix_cpu_timer_create() 393 if (!pid) { in posix_cpu_timer_create() 411 new_timer->it.cpu.pid = get_pid(pid); in posix_cpu_timer_create() [all …]
|
/openbmc/u-boot/tools/ |
H A D | netconsole | 61 pid=$! 63 kill ${pid} 2>/dev/null
|
/openbmc/linux/samples/bpf/ |
H A D | test_current_task_under_cgroup.bpf.c | 32 u64 pid = bpf_get_current_pid_tgid(); in BPF_KSYSCALL() local 38 bpf_map_update_elem(&perf_map, &idx, &pid, BPF_ANY); in BPF_KSYSCALL()
|
H A D | trace_event_user.c | 21 static int pid; variable 96 kill(pid, SIGKILL); in err_exit() 337 pid = fork(); in main() 338 if (pid == 0) { in main() 341 } else if (pid == -1) { in main()
|
/openbmc/linux/mm/damon/ |
H A D | sysfs.c | 214 int pid; member 1094 put_pid(t->pid); in damon_sysfs_destroy_targets() 1139 t->pid = find_get_pid(sys_target->pid); in damon_sysfs_add_target() 1140 if (!t->pid) in damon_sysfs_add_target() 1155 struct pid *pid_new; in damon_sysfs_update_target_pid() 1166 put_pid(target->pid); in damon_sysfs_update_target_pid() 1167 target->pid = pid_new; in damon_sysfs_update_target_pid() 1212 put_pid(t->pid); in damon_sysfs_set_targets() 1253 put_pid(t->pid); in damon_sysfs_before_terminate() 1561 int pid = -1; in pid_show() local [all …]
|
/openbmc/phosphor-pid-control/test/ |
H A D | pid_json_unittest.cpp | 50 "pid": { in TEST() 101 "pid": { in TEST() 160 "pid": { in TEST() 210 "pid": { in TEST() 297 "pid": { in TEST()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | vmsr_energy.c | 258 void vmsr_read_thread_stat(pid_t pid, in vmsr_read_thread_stat() argument 267 path_name = g_strdup_printf("/proc/%u/task/%d/stat", pid, thread_id); in vmsr_read_thread_stat() 292 pid_t *vmsr_get_thread_ids(pid_t pid, unsigned int *num_threads) in vmsr_get_thread_ids() argument 294 g_autofree char *task_path = g_strdup_printf("%d/task", pid); in vmsr_get_thread_ids() 312 if (pid != tid) { in vmsr_get_thread_ids()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
H A D | postgresql.init | 114 pid=`head -n 1 "$PGDATA/postmaster.pid" 2>/dev/null` 115 if [ "x$pid" != x ] 119 echo $pid > "$pidfile"
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_open_test.c | 124 pid_t pid; in main() local 153 pid = get_pid_from_fdinfo_file(pidfd, "Pid:", sizeof("Pid:") - 1); in main() 154 ksft_print_msg("pidfd %d refers to process with pid %d\n", pidfd, pid); in main()
|
/openbmc/linux/drivers/android/ |
H A D | binder_alloc.h | 60 int pid; member 111 int pid; member 129 int pid);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
H A D | dnsmasq-noresolvconf.service | 7 PIDFile=/run/dnsmasq.pid 9 ExecStart=/usr/bin/dnsmasq -x /run/dnsmasq.pid -7 /etc/dnsmasq.d --local-service
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-booke.h | 6 int ppcemb_tlb_search(CPUPPCState *env, target_ulong address, uint32_t pid); 12 target_ulong address, uint32_t pid);
|