/openbmc/linux/include/linux/ceph/ |
H A D | ceph_fs.h | 456 __le64 pid; /* process id requesting the lock */ member 628 __le64 pid; /* process id holding the lock on the client */ member
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace.h | 444 long sys_ptrace(enum __ptrace_request request, pid_t pid, unsigned long addr, unsigned long data) in sys_ptrace() argument 446 return syscall(__NR_ptrace, request, pid, (void *)addr, data); in sys_ptrace()
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-stats.rst | 152 /proc/<pid>/schedstat 154 schedstats also adds a new /proc/<pid>/schedstat file to include some of
|
/openbmc/linux/arch/x86/platform/uv/ |
H A D | uv_nmi.c | 713 cpu, current->pid, current->comm, (void *)regs->ip); in uv_nmi_dump_cpu_ip() 730 if (current->pid != 0 || !uv_nmi_action_is("ips")) in uv_nmi_dump_state_cpu()
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_counter.c | 382 } else if (target->pid || evsel->evlist->workload.pid != -1) { in bperf_check_target()
|
/openbmc/linux/fs/crypto/ |
H A D | policy.c | 454 current->comm, current->pid); in set_encryption_policy() 463 current->comm, current->pid); in set_encryption_policy()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | signal.c | 368 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_frame() 422 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_rt_frame()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/ |
H A D | postfix_3.8.6.bb | 184 install -m 0755 -d ${D}${localstatedir}/spool/postfix/pid 185 chown root:root ${D}${localstatedir}/spool/postfix/pid
|
/openbmc/linux/include/uapi/linux/ |
H A D | kfd_ioctl.h | 616 __u32 pid; /* Used during ops: PROCESS_INFO, RESUME */ member 1436 __u32 pid; member
|
/openbmc/linux/mm/ |
H A D | util.c | 506 pr_debug("%s: [%d] caller %ps %c%lu %lu/%lu%s\n", __func__, task->pid, in __account_locked_vm() 979 __func__, current->pid, current->comm); in __vm_enough_memory()
|
/openbmc/linux/sound/isa/msnd/ |
H A D | msnd_pinnacle.c | 1017 const struct pnp_card_device_id *pid) in snd_msnd_pnp_detect() argument 1036 pnp_dev = pnp_request_card_device(pcard, pid->devs[0].id, NULL); in snd_msnd_pnp_detect() 1040 mpu_dev = pnp_request_card_device(pcard, pid->devs[1].id, NULL); in snd_msnd_pnp_detect()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | idle.c | 590 u64 pid; member 667 sprs.pid = mfspr(SPRN_PID); in power9_idle_stop() 783 mtspr(SPRN_PID, sprs.pid); in power9_idle_stop()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | cxl.h | 561 struct pid *pid; member 727 __be32 pid; member
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | ksm.rst | 224 ``/proc/<pid>/ksm_stat``, and ksm_rmap_items is also shown in 225 ``/proc/<pid>/ksm_stat``. The process profit is also shown in 226 ``/proc/<pid>/ksm_stat`` as ksm_process_profit.
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 255 u32 pid; /* Process ID */ member 282 c32.pid = client.pid; in compat_drm_getclient()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 1522 local pid=${cappid[$if_name]} 1524 $ns_cmd kill "$pid" && wait "$pid"
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 1522 local pid=${cappid[$if_name]} 1524 $ns_cmd kill "$pid" && wait "$pid"
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 1522 local pid=${cappid[$if_name]} 1524 $ns_cmd kill "$pid" && wait "$pid"
|
/openbmc/linux/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 1522 local pid=${cappid[$if_name]} 1524 $ns_cmd kill "$pid" && wait "$pid"
|
/openbmc/linux/drivers/media/pci/saa7164/ |
H A D | saa7164-core.c | 110 u16 pid; in saa7164_ts_verifier() local 122 pid = ((*(bufcpu + i + 1) & 0x1f) << 8) | *(bufcpu + i + 2); in saa7164_ts_verifier() 125 if (pid == FIXED_VIDEO_PID) { in saa7164_ts_verifier() 135 if (pid == FIXED_AUDIO_PID) { in saa7164_ts_verifier()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | ite-it66121.c | 294 u16 vid, pid; member 1583 (device_ids[1] << 8 | device_ids[0]) != ctx->info->pid) { in it66121_probe() 1626 .pid = 0x0612, 1632 .pid = 0x0611,
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 33 __LINE__, current->pid, ##arg) 37 __LINE__, current->pid, ##arg) 41 __LINE__, current->pid, ##arg) 45 __func__, __LINE__, current->pid, ##arg)
|
/openbmc/linux/net/sched/ |
H A D | sch_htb.c | 820 u32 *pid; in htb_lookup_leaf() member 826 sp->pid = &hprio->last_ptr_id; in htb_lookup_leaf() 829 if (!*sp->pptr && *sp->pid) { in htb_lookup_leaf() 834 htb_id_find_next_upper(prio, sp->root, *sp->pid); in htb_lookup_leaf() 836 *sp->pid = 0; /* ptr is valid now so that remove this hint as it in htb_lookup_leaf() 861 sp->pid = &clp->last_ptr_id; in htb_lookup_leaf()
|
/openbmc/linux/mm/kfence/ |
H A D | report.c | 114 show_alloc ? "allocated" : "freed", track->pid, in kfence_print_stack()
|
/openbmc/linux/kernel/ |
H A D | rseq.c | 197 sig, current->rseq_sig, current->pid, usig); in rseq_get_rseq_cs()
|