/third_party/musl/porting/linux/user/src/process/ |
H A D | _Fork.c | 28 self->pid = self->tid; in _Fork()
|
/third_party/nghttp2/src/ |
H A D | shrpx_log_config.h | 55 pid_t pid; member
|
/third_party/ltp/testcases/kernel/syscalls/capset/ |
H A D | capset04.c | 35 header->pid = child_pid; in verify_capset()
|
/third_party/node/deps/v8/src/libplatform/tracing/ |
H A D | recorder-win.cc | 53 TraceLoggingValue(trace_event->pid(), "pid"), in AddEvent()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | interpolate_decoration.h | 37 /// @param pid the identifier of the program that owns this node 41 InterpolateDecoration(ProgramID pid,
|
/kernel/linux/linux-5.10/drivers/dma/dw-edma/ |
H A D | dw-edma-pcie.c | 67 const struct pci_device_id *pid) in dw_edma_pcie_probe() 69 const struct dw_edma_pcie_data *pdata = (void *)pid->driver_data; in dw_edma_pcie_probe() 66 dw_edma_pcie_probe(struct pci_dev *pdev, const struct pci_device_id *pid) dw_edma_pcie_probe() argument
|
/kernel/linux/linux-5.10/arch/mips/math-emu/ |
H A D | dsemul.c | 119 pr_debug("allocate emuframe %d to %d\n", idx, current->pid); in alloc_emuframe() 131 pr_debug("free emuframe %d from %d\n", idx, current->pid); in free_emuframe()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | process.c | 56 if (S390_lowcore.current_pid != current->pid) { in arch_setup_new_exec() 57 S390_lowcore.current_pid = current->pid; in arch_setup_new_exec()
|
/kernel/linux/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/ |
H A D | cpuisolation03.sh | 112 for pid in $(cat taskpid.txt); do 114 | awk -F " " '{print $3}' | grep -w "$pid") ];then
|
/kernel/linux/linux-5.10/block/ |
H A D | ioprio.c | 18 * ioprio_set(PRIO_PROCESS, pid, prio); 74 * which was implicitly allowed for pid 0 by security in ioprio_check_cap() 105 struct pid *pgrp; in SYSCALL_DEFINE3() 197 struct pid *pgrp; in SYSCALL_DEFINE2()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_smi_events.c | 248 if (!task_info.pid) in kfd_smi_event_update_vmfault() 252 task_info.pid, task_info.task_name); in kfd_smi_event_update_vmfault()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mmu_context.h | 214 void do_h_rpt_invalidate_prt(unsigned long pid, unsigned long lpid, 218 static inline void do_h_rpt_invalidate_prt(unsigned long pid,
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/ |
H A D | perf-hwbreak.c | 37 static inline int sys_perf_event_open(struct perf_event_attr *attr, pid_t pid, in sys_perf_event_open() argument 42 return syscall(__NR_perf_event_open, attr, pid, cpu, group_fd, flags); in sys_perf_event_open()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
H A D | utils.c | 206 static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid, in perf_event_open() argument 209 return syscall(__NR_perf_event_open, hw_event, pid, cpu, in perf_event_open()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | ringbuf.c | 22 int pid; member 96 skel->bss->pid = getpid(); in test_ringbuf()
|
/kernel/linux/linux-6.6/arch/mips/math-emu/ |
H A D | dsemul.c | 116 pr_debug("allocate emuframe %d to %d\n", idx, current->pid); in alloc_emuframe() 128 pr_debug("free emuframe %d from %d\n", idx, current->pid); in free_emuframe()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | process.c | 70 if (S390_lowcore.current_pid != current->pid) { in arch_setup_new_exec() 71 S390_lowcore.current_pid = current->pid; in arch_setup_new_exec()
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | cxllib.c | 192 attr->pid = mm->context.id; in cxllib_get_PE_attributes() 196 attr->pid = 0; in cxllib_get_PE_attributes()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cq.c | 130 cq->pid = current->pid; in mlx5_core_create_cq()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_audit.c | 65 pid_t pid = task_pid_nr(current); in tty_audit_log() local 74 audit_log_format(ab, "%s pid=%u uid=%u auid=%u ses=%u major=%d" in tty_audit_log() 75 " minor=%d comm=", description, pid, uid, in tty_audit_log()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 51 pid_t pid; member 95 pid_t pid; member
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | cxllib.c | 191 attr->pid = mm->context.id; in cxllib_get_PE_attributes() 195 attr->pid = 0; in cxllib_get_PE_attributes()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder_internal.h | 342 * @pid PID of group_leader of process 409 int pid; member 446 * @pid: PID for this thread 480 int pid; member
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | locking.c | 167 eb->lock_owner = current->pid; in btrfs_try_tree_write_lock() 199 eb->lock_owner = current->pid;
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_audit.c | 65 pid_t pid = task_pid_nr(current); in tty_audit_log() local 75 audit_log_format(ab, "%s pid=%u uid=%u auid=%u ses=%u major=%d minor=%d comm=", in tty_audit_log() 76 description, pid, uid, loginuid, sessionid, in tty_audit_log()
|