Home
last modified time | relevance | path

Searched refs:pid (Results 501 – 525 of 2194) sorted by relevance

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

/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c211 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/perf/util/
H A Dvalues.h10 u32 *pid, *tid; member
22 u32 pid, u32 tid,
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dnumaif.h27 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/linux/arch/powerpc/kvm/
H A De500_mmu.c111 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/openbmc/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A Dmdns.service7 ExecStartPre=/bin/rm -f /var/run/mdnsd.pid
10 PIDFile=/var/run/mdnsd.pid
/openbmc/linux/tools/testing/selftests/perf_events/
H A Dremove_on_exec.c103 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/phosphor-pid-control/pid/
H A Dbuilder.cpp102 auto pid = FanController::createFanPid( in buildZones() local
104 zone->addFanPID(std::move(pid)); in buildZones()
115 auto pid = ThermalController::createThermalPid( in buildZones() local
119 zone->addThermalPID(std::move(pid)); in buildZones()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlsm.c95 __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 Dtest_skc_to_unix_sock.c15 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 Dcontext.c120 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 Ddevice.c229 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 Dcache.c38 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/linux/kernel/time/
H A Dposix-cpu-timers.c61 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/linux/mm/damon/
H A Dsysfs.c214 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/u-boot/tools/
H A Dnetconsole61 pid=$!
63 kill ${pid} 2>/dev/null
/openbmc/linux/samples/bpf/
H A Dtest_current_task_under_cgroup.bpf.c32 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 Dtrace_event_user.c21 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/phosphor-pid-control/test/
H A Dpid_json_unittest.cpp50 "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 Dvmsr_energy.c258 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 Dpostgresql.init114 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 Dpidfd_open_test.c124 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 Dbinder_alloc.h60 int pid; member
111 int pid; member
129 int pid);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Ddnsmasq-noresolvconf.service7 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 Dmmu-booke.h6 int ppcemb_tlb_search(CPUPPCState *env, target_ulong address, uint32_t pid);
12 target_ulong address, uint32_t pid);
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dprocess_tree.py52 self.process_list = sorted(process_list, key = lambda p: p.pid)
97 p.child_list.sort(key = lambda p: p.pid)
129 return max( [max(proc.pid, self.get_max_pid(proc.child_list)) for proc in process_subtree] )
144 rcstartpid = p.pid
148 if p.pid > rcstartpid and p.pid < rcendpid and p.ppid // 1000 == 1:

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