Home
last modified time | relevance | path

Searched refs:pid (Results 1801 – 1825 of 2175) sorted by relevance

1...<<71727374757677787980>>...87

/openbmc/linux/include/linux/
H A Dmm.h1658 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 Dsmb2pdu.c5244 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 Dqapi-schema.json1282 # @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 Dste_dma40.c3147 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 Dcore.c1040 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 Dbuiltin-stat.c538 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 Dbuiltin-kwork.c600 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 Damdgpu_vm.c2546 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 Dtransport.c57 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 Dseccomp.c1536 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 Ddev-network.c1245 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 Dxstate.c1833 struct pid *pid, struct task_struct *task) in proc_pid_arch_status() argument
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1110 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 Dkfd_device.c1050 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 Dmemory-tagging-extension.rst187 ``ptrace()`` system call is invoked as ``ptrace(request, pid, addr,
191 - ``pid`` - the tracee's PID.
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_nego.c550 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 Dkvm_ppc.h109 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 Dbfa_defs_svc.h1001 u32 pid; /* port ID */ member
1218 u32 pid; /* port ID */ member
H A Dbfi_ms.h504 u32 pid:24, /* remote port ID */ member
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c467 drvdata->pid = -1; in tmc_probe()
/openbmc/linux/drivers/staging/rtl8712/
H A Dos_intfs.c218 padapter->pid = 0; /* Initial the PID value used for HW PBC.*/ in r8712_init_netdev()
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8974pro-fairphone-fp2.dts146 qcom,remote-pid = <4>;
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dkvm.h45 __u64 pid; member
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l3_exceptions.sh257 -P $SMCROUTEDIR/$table_name.pid
/openbmc/qemu/bsd-user/
H A Dqemu.h193 void fork_end(pid_t pid);

1...<<71727374757677787980>>...87