/openbmc/linux/include/linux/ |
H A D | mm.h | 1658 static inline int cpu_pid_to_cpupid(int cpu, int pid) in cpu_pid_to_cpupid() argument 1660 return ((cpu & LAST__CPU_MASK) << LAST__PID_SHIFT) | (pid & LAST__PID_MASK); in cpu_pid_to_cpupid() 1693 #define cpupid_match_pid(task, cpupid) __cpupid_match_pid(task->pid, cpupid) 1734 pid_bit = hash_32(current->pid, ilog2(BITS_PER_LONG)); in vma_set_access_pid_bit() 1770 static inline int cpu_pid_to_cpupid(int nid, int pid) in cpu_pid_to_cpupid() argument
|
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 5244 unsigned int id = KSMBD_NO_FID, pid = KSMBD_NO_FID; in smb2_get_info_file() local 5258 pid = work->compound_pfid; in smb2_get_info_file() 5264 pid = req->PersistentFileId; in smb2_get_info_file() 5267 fp = ksmbd_lookup_fd_slow(work, id, pid); in smb2_get_info_file() 5581 unsigned int id = KSMBD_NO_FID, pid = KSMBD_NO_FID; in smb2_get_info_sec() local 5609 pid = work->compound_pfid; in smb2_get_info_sec() 5615 pid = req->PersistentFileId; in smb2_get_info_sec() 5618 fp = ksmbd_lookup_fd_slow(work, id, pid); in smb2_get_info_sec() 6416 unsigned int id = KSMBD_NO_FID, pid = KSMBD_NO_FID; in smb2_set_info() local 6427 pid = work->compound_pfid; in smb2_set_info() [all …]
|
/openbmc/qemu/qga/ |
H A D | qapi-schema.json | 1282 # @pid: pid returned from guest-exec 1289 'data': { 'pid': 'int' }, 1295 # @pid: pid of child process in guest OS 1300 'data': { 'pid': 'int'} }
|
/openbmc/linux/drivers/dma/ |
H A D | ste_dma40.c | 3147 u32 pid; in d40_hw_detect_init() local 3162 for (pid = 0, i = 0; i < 4; i++) in d40_hw_detect_init() 3163 pid |= (readl(virtbase + SZ_4K - 0x20 + 4 * i) in d40_hw_detect_init() 3173 if (AMBA_MANF_BITS(pid) != AMBA_VENDOR_ST) { in d40_hw_detect_init() 3175 AMBA_MANF_BITS(pid), in d40_hw_detect_init() 3188 rev = AMBA_REV_BITS(pid); in d40_hw_detect_init()
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 1040 static inline int perf_cgroup_connect(pid_t pid, struct perf_event *event, in perf_cgroup_connect() argument 7185 data->tid_entry.pid = perf_event_pid(event, current); in __perf_event_header__init_id() 7963 u32 pid; member 7979 .pid = perf_event_pid(event, task), in perf_event_read_event() 8219 u32 pid; member 8253 task_event->event_id.pid = perf_event_pid(event, task); in perf_event_task_output() 8328 u32 pid; member 8357 comm_event->event_id.pid = perf_event_pid(event, comm_event->task); in perf_event_comm_output() 8425 u32 pid; member 8456 namespaces_event->event_id.pid = perf_event_pid(event, in perf_event_namespaces_output() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 538 threads->map[i].pid); in is_target_alive() 711 child_pid = evsel_list->workload.pid; in __run_perf_stat() 1195 OPT_STRING('p', "pid", &target.pid, "pid", 2843 evlist__first(evsel_list)->ignore_missing_thread = target.pid; in cmd_stat()
|
H A D | builtin-kwork.c | 600 thread = machine__findnew_thread(machine, sample->pid, sample->pid); in timehist_save_callchain() 602 pr_debug("Failed to get thread for pid %d\n", sample->pid); in timehist_save_callchain()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.c | 2546 if (vm->task_info.pid) in amdgpu_vm_set_task_info() 2549 vm->task_info.pid = current->pid; in amdgpu_vm_set_task_info() 2555 vm->task_info.tgid = current->group_leader->pid; in amdgpu_vm_set_task_info()
|
/openbmc/linux/fs/smb/client/ |
H A D | transport.c | 57 temp->pid = current->pid; in alloc_mid() 142 trace_smb3_slow_rsp(smb_cmd, midEntry->mid, midEntry->pid, in __release_mid()
|
/openbmc/linux/kernel/ |
H A D | seccomp.c | 1536 unotif.pid = task_pid_vnr(knotif->task); in seccomp_notify_recv() 2477 struct pid *pid, struct task_struct *task) in proc_pid_seccomp_cache() argument
|
/openbmc/qemu/hw/usb/ |
H A D | dev-network.c | 1245 switch(p->pid) { in usb_net_handle_data() 1281 p->pid, p->ep->nr, p->iov.size); in usb_net_handle_data()
|
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | xstate.c | 1833 struct pid *pid, struct task_struct *task) in proc_pid_arch_status() argument
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | osf_sys.c | 1110 SYSCALL_DEFINE4(osf_wait4, pid_t, pid, int __user *, ustatus, int, options, in SYSCALL_DEFINE4() argument 1114 long err = kernel_wait4(pid, ustatus, options, &r); in SYSCALL_DEFINE4()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_device.c | 1050 WARN(debug_evictions, "Evicting pid %d", p->lead_thread->pid); in kgd2kfd_quiesce_mm() 1119 p->lead_thread->pid, delay_jiffies); in kgd2kfd_schedule_evict_and_restore_process()
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | memory-tagging-extension.rst | 187 ``ptrace()`` system call is invoked as ``ptrace(request, pid, addr, 191 - ``pid`` - the tracee's PID.
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_nego.c | 550 conn, current->comm, current->pid); in iscsi_target_do_login_rx() 599 conn, current->comm, current->pid); in iscsi_target_do_login_rx()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_ppc.h | 109 extern void kvmppc_mmu_switch_pid(struct kvm_vcpu *vcpu, u32 pid); 441 void kvmppc_set_pid(struct kvm_vcpu *vcpu, u32 pid);
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_defs_svc.h | 1001 u32 pid; /* port ID */ member 1218 u32 pid; /* port ID */ member
|
H A D | bfi_ms.h | 504 u32 pid:24, /* remote port ID */ member
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-tmc-core.c | 467 drvdata->pid = -1; in tmc_probe()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | os_intfs.c | 218 padapter->pid = 0; /* Initial the PID value used for HW PBC.*/ in r8712_init_netdev()
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8974pro-fairphone-fp2.dts | 146 qcom,remote-pid = <4>;
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | kvm.h | 45 __u64 pid; member
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_l3_exceptions.sh | 257 -P $SMCROUTEDIR/$table_name.pid
|
/openbmc/qemu/bsd-user/ |
H A D | qemu.h | 193 void fork_end(pid_t pid);
|