Home
last modified time | relevance | path

Searched refs:pid (Results 2726 - 2750 of 4829) sorted by relevance

1...<<101102103104105106107108109110>>...194

/third_party/musl/porting/linux/user/src/process/
H A D_Fork.c28 self->pid = self->tid; in _Fork()
/third_party/nghttp2/src/
H A Dshrpx_log_config.h55 pid_t pid; member
/third_party/ltp/testcases/kernel/syscalls/capset/
H A Dcapset04.c35 header->pid = child_pid; in verify_capset()
/third_party/node/deps/v8/src/libplatform/tracing/
H A Drecorder-win.cc53 TraceLoggingValue(trace_event->pid(), "pid"), in AddEvent()
/third_party/skia/third_party/externals/tint/src/ast/
H A Dinterpolate_decoration.h37 /// @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 Ddw-edma-pcie.c67 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 Ddsemul.c119 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 Dprocess.c56 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 Dcpuisolation03.sh112 for pid in $(cat taskpid.txt); do
114 | awk -F " " '{print $3}' | grep -w "$pid") ];then
/kernel/linux/linux-5.10/block/
H A Dioprio.c18 * 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 Dkfd_smi_events.c248 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 Dmmu_context.h214 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 Dperf-hwbreak.c37 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 Dutils.c206 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 Dringbuf.c22 int pid; member
96 skel->bss->pid = getpid(); in test_ringbuf()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Ddsemul.c116 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 Dprocess.c70 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 Dcxllib.c192 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 Dcq.c130 cq->pid = current->pid; in mlx5_core_create_cq()
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_audit.c65 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 Di915_gpu_error.h51 pid_t pid; member
95 pid_t pid; member
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dcxllib.c191 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 Dbinder_internal.h342 * @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 Dlocking.c167 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 Dtty_audit.c65 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()

Completed in 12 milliseconds

1...<<101102103104105106107108109110>>...194