/openbmc/linux/fs/smb/client/ |
H A D | smb2transport.c | 776 temp->pid = current->pid; in smb2_mid_entry_alloc()
|
/openbmc/linux/include/uapi/linux/ |
H A D | coda.h | 298 __kernel_pid_t pid; member
|
/openbmc/qemu/tests/image-fuzzer/ |
H A D | runner.py | 93 os.kill(process.pid, term_signal)
|
/openbmc/linux/kernel/time/ |
H A D | itimer.c | 160 struct pid *leader_pid = sig->pids[PIDTYPE_TGID]; in it_real_fn()
|
/openbmc/linux/mm/kasan/ |
H A D | report.c | 265 pr_err("%s by task %u:\n", prefix, track->pid); in print_track()
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | gluebi.c | 32 current->pid, __func__, ##__VA_ARGS__)
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_debugfs.c | 142 debugfs_create_u32("pid", 0400, q_dentry, &q->pid); in ionic_debugfs_add_qcq()
|
/openbmc/linux/Documentation/RCU/ |
H A D | rcuref.rst | 157 reference counting of struct pid, while the pattern in listing B is used by
|
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/ |
H A D | terminfo_fixes.patch | 164 + -/bin/rm -f *~ *.o *.log log.pid* *.slc log.* *.log-*
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | dlg,da7280.txt | 71 - dlg,amp-pid-enable: Enable for the amplitude PID.
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | router.sh | 132 -P $SMCROUTEDIR/$table_name.pid
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.h | 13 u8 pid[2]; member
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-ftrace.txt | 32 --pid=::
|
H A D | perf-lock.txt | 155 --pid=<value>::
|
H A D | perf-inject.txt | 95 --guest-data=<path>,<pid>[,<time offset>[,<time scale>]]::
|
/openbmc/linux/kernel/rcu/ |
H A D | rcu.h | 581 long rcutorture_sched_setaffinity(pid_t pid, const struct cpumask *in_mask);
|
/openbmc/dbus-sensors/ |
H A D | README.md | 42 [Phosphor-Pid-Control](https://github.com/openbmc/phosphor-pid-control),
|
/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-rgmii.c | 328 pko_mem_queue_qos.s.pid = ipd_port; in __cvmx_helper_rgmii_link_set()
|
/openbmc/linux/drivers/misc/ |
H A D | dw-xdata-pcie.c | 289 const struct pci_device_id *pid) in dw_xdata_pcie_probe() argument
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | drv_types.h | 339 int pid[3];/* process id from UI, 0:wps, 1:hostapd, 2:dhcpcd */ member
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu.h | 277 pid_t pid; member
|
/openbmc/linux/include/net/ |
H A D | ax25.h | 374 unsigned int pid; member
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_job.c | 66 ti.process_name, ti.tgid, ti.task_name, ti.pid); in amdgpu_job_timedout()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 323 _syscall3(int, sys_rt_sigqueueinfo, pid_t, pid, int, sig, siginfo_t *, uinfo) 324 _syscall4(int, sys_rt_tgsigqueueinfo, pid_t, pid, pid_t, tid, int, sig, 346 _syscall2(int, pidfd_open, pid_t, pid, unsigned int, flags); 356 _syscall3(int, sys_sched_getaffinity, pid_t, pid, unsigned int, len, 359 _syscall3(int, sys_sched_setaffinity, pid_t, pid, unsigned int, len, 377 _syscall4(int, sys_sched_getattr, pid_t, pid, struct sched_attr *, attr, 380 _syscall3(int, sys_sched_setattr, pid_t, pid, struct sched_attr *, attr, 383 _syscall1(int, sys_sched_getscheduler, pid_t, pid); 385 _syscall3(int, sys_sched_setscheduler, pid_t, pid, int, policy, 388 _syscall2(int, sys_sched_getparam, pid_t, pid, [all …]
|
/openbmc/linux/mm/ |
H A D | slub.c | 312 int pid; /* Pid context */ member 803 p->pid = current->pid; in set_track_update() 834 s, (void *)t->addr, pr_time - t->when, t->cpu, t->pid); in print_track() 5329 if (track->pid < l->min_pid) in add_location() 5330 l->min_pid = track->pid; in add_location() 5331 if (track->pid > l->max_pid) in add_location() 5332 l->max_pid = track->pid; in add_location() 5368 l->min_pid = track->pid; in add_location() 5369 l->max_pid = track->pid; in add_location()
|