Home
last modified time | relevance | path

Searched refs:pid (Results 701 – 725 of 2194) sorted by relevance

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

/openbmc/linux/arch/um/kernel/
H A Dprocess.c51 int pid_to_processor_id(int pid) in pid_to_processor_id() argument
56 if (cpu_tasks[i].pid == pid) in pid_to_processor_id()
219 cpu_tasks[current_thread_info()->cpu].pid = os_getpid(); in arch_cpu_idle()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.h37 struct pid *pid; member
272 struct pid *pid; /* submitting process */ member
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.cpp112 std::string getCmdLine(const int pid) in getCmdLine() argument
115 "/proc/" + std::to_string(pid) + "/cmdline"; in getCmdLine()
193 TcommUtimeStime getTcommUtimeStime(const int pid, const long ticksPerSec) in getTcommUtimeStime() argument
195 const std::string& statPath = "/proc/" + std::to_string(pid) + "/stat"; in getTcommUtimeStime()
/openbmc/phosphor-bmc-code-mgmt/
H A Dimage_manager.cpp280 pid_t pid = fork(); in unTar() local
282 if (pid == 0) in unTar()
292 else if (pid > 0) in unTar()
294 waitpid(pid, &status, 0); in unTar()
/openbmc/linux/tools/perf/util/
H A Dsession.c585 event->comm.pid = bswap_32(event->comm.pid); in perf_event__comm_swap()
599 event->mmap.pid = bswap_32(event->mmap.pid); in perf_event__mmap_swap()
616 event->mmap2.pid = bswap_32(event->mmap2.pid); in perf_event__mmap2_swap()
638 event->fork.pid = bswap_32(event->fork.pid); in perf_event__task_swap()
650 event->read.pid = bswap_32(event->read.pid); in perf_event__read_swap()
674 event->itrace_start.pid = bswap_32(event->itrace_start.pid); in perf_event__itrace_start_swap()
728 event->namespaces.pid = bswap_32(event->namespaces.pid); in perf_event__namespaces_swap()
894 event->auxtrace_error.pid = bswap_32(event->auxtrace_error.pid); in perf_event__auxtrace_error_swap()
1438 u32 pid; in machines__find_for_cpumode() local
1444 pid = event->mmap.pid; in machines__find_for_cpumode()
[all …]
H A Dutil.h80 void test_attr__open(struct perf_event_attr *attr, pid_t pid, struct perf_cpu cpu,
89 char *filename_with_chroot(int pid, const char *filename);
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsmc_nand.c145 u32 pid; member
920 if (AMBA_REV_BITS(host->pid) >= 8) { in fsmc_nand_attach_chip()
928 if (AMBA_REV_BITS(host->pid) >= 8) { in fsmc_nand_attach_chip()
1030 u32 pid; in fsmc_nand_probe() local
1079 for (pid = 0, i = 0; i < 4; i++) in fsmc_nand_probe()
1080 pid |= (readl(base + resource_size(res) - 0x20 + 4 * i) & in fsmc_nand_probe()
1083 host->pid = pid; in fsmc_nand_probe()
1087 AMBA_PART_BITS(pid), AMBA_MANF_BITS(pid), in fsmc_nand_probe()
1088 AMBA_REV_BITS(pid), AMBA_CONFIG_BITS(pid)); in fsmc_nand_probe()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c35 unsigned long __kvmhv_copy_tofrom_guest_radix(int lpid, int pid, in __kvmhv_copy_tofrom_guest_radix() argument
53 if (!pid) in __kvmhv_copy_tofrom_guest_radix()
70 if (old_pid != pid) in __kvmhv_copy_tofrom_guest_radix()
71 mtspr(SPRN_PID, pid); in __kvmhv_copy_tofrom_guest_radix()
85 if (quadrant == 1 && pid != old_pid) in __kvmhv_copy_tofrom_guest_radix()
100 int pid = vcpu->arch.pid; in kvmhv_copy_tofrom_guest_radix() local
112 pid = 0; in kvmhv_copy_tofrom_guest_radix()
267 u32 pid; in kvmppc_mmu_radix_xlate() local
274 pid = vcpu->arch.pid; in kvmppc_mmu_radix_xlate()
277 pid = 0; in kvmppc_mmu_radix_xlate()
[all …]
H A Dbook3s_hv_p9_entry.c305 u32 pid; in switch_mmu_to_guest_radix() local
308 pid = vcpu->arch.pid; in switch_mmu_to_guest_radix()
319 mtspr(SPRN_PID, pid); in switch_mmu_to_guest_radix()
329 u32 pid; in switch_mmu_to_guest_hpt() local
333 pid = vcpu->arch.pid; in switch_mmu_to_guest_hpt()
344 mtspr(SPRN_PID, pid); in switch_mmu_to_guest_hpt()
353 static void switch_mmu_to_host(struct kvm *kvm, u32 pid) in switch_mmu_to_host() argument
366 mtspr(SPRN_PID, pid); in switch_mmu_to_host()
831 vcpu->arch.pid = mfspr(SPRN_PID); in kvmhv_vcpu_entry_p9()
/openbmc/linux/fs/smb/client/
H A Dfile.c2267 io_parms.pid = pid; in cifs_write()
2875 wdata->pid = cfile->pid; in cifs_write_back_from_locked_folio()
3178 pid = cfile->pid; in cifs_write_end()
3516 pid = open_file->pid; in cifs_write_from_iter()
3578 wdata->pid = pid; in cifs_write_from_iter()
4063 pid = open_file->pid; in cifs_send_async_read()
4109 rdata->pid = pid; in cifs_send_async_read()
4444 pid = open_file->pid; in cifs_read()
4471 io_parms.pid = pid; in cifs_read()
4634 pid = open_file->pid; in cifs_readahead()
[all …]
/openbmc/linux/kernel/futex/
H A Dpi.c206 pid_t pid = uval & FUTEX_TID_MASK; in attach_to_pi_state() local
262 if (pid) in attach_to_pi_state()
278 if (!pid) in attach_to_pi_state()
294 if (pid != task_pid_vnr(pi_state->owner)) in attach_to_pi_state()
414 pid_t pid = uval & FUTEX_TID_MASK; in attach_to_pi_owner() local
424 if (!pid) in attach_to_pi_owner()
426 p = find_get_task_by_vpid(pid); in attach_to_pi_owner()
/openbmc/linux/mm/
H A Dpage_owner.c33 pid_t pid; member
174 page_owner->pid = current->pid; in __set_page_owner_handle()
254 new_page_owner->pid = old_page_owner->pid; in __folio_copy_owner()
413 &page_owner->gfp_mask, page_owner->pid, in print_page_owner()
485 page_owner->pid, page_owner->tgid, page_owner->comm, in __dump_page_owner()
H A Doom_kill.c403 task->pid, from_kuid(&init_user_ns, task_uid(task)), in dump_task()
448 pr_cont(",task=%s,pid=%d,uid=%d\n", victim->comm, victim->pid, in dump_oom_summary()
571 trace_skip_task_reaping(tsk->pid); in oom_reap_task_mm()
582 trace_skip_task_reaping(tsk->pid); in oom_reap_task_mm()
586 trace_start_task_reaping(tsk->pid); in oom_reap_task_mm()
599 trace_finish_task_reaping(tsk->pid); in oom_reap_task_mm()
677 trace_wake_reaper(tsk->pid); in wake_oom_reaper()
777 trace_mark_victim(tsk->pid);
/openbmc/linux/fs/autofs/
H A Dautofs_i.h40 #define pr_fmt(fmt) KBUILD_MODNAME ":pid:%d:%s: " fmt, current->pid, __func__
93 pid_t pid; member
110 struct pid *oz_pgrp;
/openbmc/linux/security/tomoyo/
H A Drealpath.c164 const pid_t pid = (pid_t) simple_strtoul(pos + 1, &ep, 10); in tomoyo_get_local_path() local
167 if (*ep == '/' && pid && pid == in tomoyo_get_local_path()
/openbmc/qemu/bsd-user/freebsd/
H A Dos-proc.h171 pid_t pid; in do_freebsd_pdgetpid() local
173 ret = get_errno(pdgetpid(fd, &pid)); in do_freebsd_pdgetpid()
175 if (put_user_u32(pid, target_pidp)) { in do_freebsd_pdgetpid()
/openbmc/linux/drivers/char/agp/
H A Dcompat_ioctl.h65 compat_pid_t pid; /* pid of process */ member
97 struct agp_file_private *agp_find_private(pid_t pid);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/
H A Dsupervisord.conf9 pidfile=/var/run/supervisord.pid ; (supervisord pidfile;default supervisord.pid)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/
H A Dcollectd.init35 PIDFILE=/var/run/collectd.pid
39 COLLECTDMON_PIDFILE=/var/run/collectdmon.pid
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_bpf_ma.c24 int pid = 0; variable
103 if ((u32)bpf_get_current_pid_tgid() != pid) in test_bpf_mem_alloc_free()
/openbmc/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-stats.rst144 /proc/<pid>/schedstat
146 schedstats还添加了一个新的/proc/<pid>/schedstat文件,来提供一些进程级的
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h46 int pid; member
61 int pid; member
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c564 void *data, int len, int pid, int toggle, in c67x00_create_td() argument
617 td->pid_ep = ((pid & 0xF) << TD_PIDEP_OFFSET) | in c67x00_create_td()
649 int pid; in c67x00_add_data_urb() local
671 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_data_urb()
674 ret = c67x00_create_td(c67x00, urb, td_buf, len, pid, toggle, in c67x00_add_data_urb()
694 int pid; in c67x00_add_ctrl_urb() local
716 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_ctrl_urb()
717 ret = c67x00_create_td(c67x00, urb, NULL, 0, pid, 1, in c67x00_add_ctrl_urb()
748 int len, pid, ret; in c67x00_add_iso_urb() local
755 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN; in c67x00_add_iso_urb()
[all …]
/openbmc/qemu/tests/qtest/
H A Dvhost-user-blk-test.c29 pid_t pid; member
864 pid_t pid; in quit_storage_daemon() local
877 kill(qsd->pid, SIGTERM); in quit_storage_daemon()
878 pid = waitpid(qsd->pid, &wstatus, 0); in quit_storage_daemon()
879 g_assert_cmpint(pid, ==, qsd->pid); in quit_storage_daemon()
930 pid_t pid = fork(); in start_vhost_user_blk() local
931 if (pid == 0) { in start_vhost_user_blk()
947 qsd->pid = pid; in start_vhost_user_blk()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_diag.c70 pid_t pid; member
93 dc->pid = current->pid; in get_client()
125 rdc->pid = 0; in return_client()
766 if (dc->pid != current->pid) { in qib_diag_read()
840 if (dc->pid != current->pid) { in qib_diag_write()

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