/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 336 u32 pid; in start_context() local 354 /* pid and mm not set for master contexts */ in start_context() 356 pid = 0; in start_context() 359 pid = current->mm->context.id; in start_context() 363 rc = ocxl_link_add_pe(link_token, ctx->pe, pid, 0, 0, mm, in start_context()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/ |
H A D | iscsi_target_nego.c | 559 conn->login_kworker->comm, conn->login_kworker->pid); in iscsi_target_login_timeout() 577 conn, current->comm, current->pid); in iscsi_target_do_login_rx() 613 pr_debug("Starting login timer for %s/%d\n", current->comm, current->pid); in iscsi_target_do_login_rx() 625 conn, current->comm, current->pid); in iscsi_target_do_login_rx()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rtsx_pci.h | 1243 #define CHK_PCI_PID(pcr, pid) ((pcr)->pci->device == (pid)) 1246 #define is_version(pcr, pid, ver) \ 1247 (CHK_PCI_PID(pcr, pid) && (pcr)->ic_version == (ver))
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm.c | 463 snd_iprintf(buffer, "owner_pid : %d\n", pid_vnr(substream->pid)); in snd_pcm_substream_proc_status_read() 980 substream->pid = get_pid(task_pid(current)); in snd_pcm_attach_substream() 1010 put_pid(substream->pid); in snd_pcm_detach_substream() 1011 substream->pid = NULL; in snd_pcm_detach_substream()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory-failure.c | 243 pfn, t->comm, t->pid); in kill_proc() 261 t->comm, t->pid, ret); in kill_proc() 398 pfn, tk->tsk->comm, tk->tsk->pid); in kill_procs() 411 pfn, tk->tsk->comm, tk->tsk->pid); in kill_procs()
|
H A D | nommu.c | 1061 len, current->pid, current->comm); in do_mmap_private() 1284 len, current->pid); in do_mmap() 1290 len, current->pid); in do_mmap() 1474 current->pid, current->comm, in do_munmap()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | ptrace.c | 180 * The tracee changed its pid but the PTRACE_EVENT_EXEC event in looks_like_a_spurious_pid() 1268 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() 1281 child = find_get_task_by_vpid(pid); in SYSCALL_DEFINE4() 1415 COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid, in COMPAT_SYSCALL_DEFINE4() 1426 child = find_get_task_by_vpid(pid); in COMPAT_SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | psi.c | 779 task->pid, task->comm, task_cpu(task), in psi_flags_change() 795 if (!task->pid) in psi_task_change() 822 if (next->pid) { in psi_task_switch() 850 if (prev->pid) { in psi_task_switch()
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | cxl.h | 14 #include <linux/pid.h> 560 /* use mm context associated with this pid for ds faults */ 561 struct pid *pid; member 727 __be32 pid; member
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 338 u32 pid; in start_context() local 356 /* pid and mm not set for master contexts */ in start_context() 358 pid = 0; in start_context() 361 pid = current->mm->context.id; in start_context() 365 rc = ocxl_link_add_pe(link_token, ctx->pe, pid, 0, 0, in start_context()
|
/kernel/linux/linux-6.6/drivers/net/slip/ |
H A D | slip.c | 823 sl->pid = current->pid; 1250 sl->pid != current->pid) {
|
/kernel/linux/linux-6.6/drivers/media/pci/saa7164/ |
H A D | saa7164-core.c | 110 u16 pid; in saa7164_ts_verifier() local 121 /* TODO: Query pid lower 8 bits, ignoring upper bits intensionally */ in saa7164_ts_verifier() 122 pid = ((*(bufcpu + i + 1) & 0x1f) << 8) | *(bufcpu + i + 2); in saa7164_ts_verifier() 125 if (pid == FIXED_VIDEO_PID) { in saa7164_ts_verifier() 135 if (pid == FIXED_AUDIO_PID) { in saa7164_ts_verifier() 153 printk(KERN_ERR "video pid cc, %d errors\n", port->v_cc_errors); in saa7164_ts_verifier() 156 printk(KERN_ERR "audio pid cc, %d errors\n", port->a_cc_errors); in saa7164_ts_verifier()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/c8sectpfe/ |
H A D | c8sectpfe-core.c | 186 if (dvbdmxfeed->pid == 8192) { in c8sectpfe_start_feed() 192 bitmap_set(bitmap, dvbdmxfeed->pid, 1); in c8sectpfe_start_feed() 281 if (dvbdmxfeed->pid == 8192) { in c8sectpfe_stop_feed() 286 bitmap_clear(bitmap, dvbdmxfeed->pid, 1); in c8sectpfe_stop_feed() 487 * The pid buffer can be configured (in hw) for byte or bit in configure_memdma_and_inputblock() 488 * per pid. By powers of deduction we conclude stih407 family in configure_memdma_and_inputblock() 489 * is configured (at SoC design stage) for bit per pid. in configure_memdma_and_inputblock() 498 * PID buffer needs to be aligned to size of the pid table in configure_memdma_and_inputblock() 499 * which at bit per pid is 1024 bytes (8192 pids / 8). in configure_memdma_and_inputblock() 519 /* manage cache so pid bitma in configure_memdma_and_inputblock() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 32 dev_dbg(&(_dev)->ib_dev.dev, "%s:%d:(pid %d): " format, __func__, \ 33 __LINE__, current->pid, ##arg) 36 dev_err(&(_dev)->ib_dev.dev, "%s:%d:(pid %d): " format, __func__, \ 37 __LINE__, current->pid, ##arg) 40 dev_warn(&(_dev)->ib_dev.dev, "%s:%d:(pid %d): " format, __func__, \ 41 __LINE__, current->pid, ##arg) 44 dev_printk(lvl, &(_dev)->ib_dev.dev, "%s:%d:(pid %d): " format, \ 45 __func__, __LINE__, current->pid, ##arg)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | ite-it66121.c | 294 u16 vid, pid; member 1583 (device_ids[1] << 8 | device_ids[0]) != ctx->info->pid) { in it66121_probe() 1626 .pid = 0x0612, 1632 .pid = 0x0611,
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm.c | 465 snd_iprintf(buffer, "owner_pid : %d\n", pid_vnr(substream->pid)); in snd_pcm_substream_proc_status_read() 983 substream->pid = get_pid(task_pid(current)); in snd_pcm_attach_substream() 1014 put_pid(substream->pid); in snd_pcm_detach_substream() 1015 substream->pid = NULL; in snd_pcm_detach_substream()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | ptrace.c | 182 * The tracee changed its pid but the PTRACE_EVENT_EXEC event in looks_like_a_spurious_pid() 1278 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, in SYSCALL_DEFINE4() 1289 child = find_get_task_by_vpid(pid); in SYSCALL_DEFINE4() 1417 COMPAT_SYSCALL_DEFINE4(ptrace, compat_long_t, request, compat_long_t, pid, in COMPAT_SYSCALL_DEFINE4() 1428 child = find_get_task_by_vpid(pid); in COMPAT_SYSCALL_DEFINE4()
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 406 ctrl->result = snd_pcm_async(pcm, ctrl->u.async.sig, ctrl->u.async.pid); in pcm_shm_cmd() 419 client->async_pid = ctrl->u.async.pid; in pcm_shm_cmd() 625 ctrl->result = snd_ctl_async(ctl, ctrl->u.async.sig, ctrl->u.async.pid); in ctl_shm_cmd() 638 client->async_pid = ctrl->u.async.pid; in ctl_shm_cmd()
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 820 int pid; in ThreadMain() local 825 pid = host_port->pid(); in ThreadMain() 833 pid); in ThreadMain() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 1420 int uv_os_getpriority(uv_pid_t pid, int* priority) { in uv_os_getpriority() argument 1427 r = getpriority(PRIO_PROCESS, (int) pid); in uv_os_getpriority() 1437 int uv_os_setpriority(uv_pid_t pid, int priority) { in uv_os_setpriority() argument 1441 if (setpriority(PRIO_PROCESS, (int) pid, priority) != 0) in uv_os_setpriority()
|
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_pa_main.c | 88 #include <pulsecore/pid.h> 787 pid_t pid; in real_main() local 794 if (pa_pid_file_check_running(&pid, "pulseaudio") < 0) in real_main() 797 pa_log_info("Daemon running as PID %u", pid); in real_main()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_peeling.cpp | 206 for (uint32_t pid : cfg.preds(block)) { in GetBlocksInPath() 207 if (blocks_in_path->insert(pid).second) { in GetBlocksInPath() 208 if (pid != entry) { in GetBlocksInPath() 209 GetBlocksInPath(pid, entry, blocks_in_path, cfg); in GetBlocksInPath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_peeling.cpp | 206 for (uint32_t pid : cfg.preds(block)) { in GetBlocksInPath() 207 if (blocks_in_path->insert(pid).second) { in GetBlocksInPath() 208 if (pid != entry) { in GetBlocksInPath() 209 GetBlocksInPath(pid, entry, blocks_in_path, cfg); in GetBlocksInPath()
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_peeling.cpp | 36 for (uint32_t pid : cfg.preds(block)) { in GetBlocksInPath() 37 if (blocks_in_path->insert(pid).second) { in GetBlocksInPath() 38 if (pid != entry) { in GetBlocksInPath() 39 GetBlocksInPath(pid, entry, blocks_in_path, cfg); in GetBlocksInPath()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | process.c | 1005 TM_DEBUG("--- tm_reclaim on pid %d (NIP=%lx, " in tm_reclaim_task() 1007 tsk->pid, thr->regs->nip, in tm_reclaim_task() 1013 TM_DEBUG("--- tm_reclaim on pid %d complete\n", in tm_reclaim_task() 1014 tsk->pid); in tm_reclaim_task() 1072 TM_DEBUG("*** tm_recheckpoint of pid %d (new->msr 0x%lx)\n", in tm_recheckpoint_new_task() 1073 new->pid, new->thread.regs->msr); in tm_recheckpoint_new_task() 1084 TM_DEBUG("*** tm_recheckpoint of pid %d complete " in tm_recheckpoint_new_task() 1086 new->pid, mfmsr()); in tm_recheckpoint_new_task() 1459 current->pid, s.buffer); in show_user_instructions() 1865 p->thread.pid in copy_thread() [all...] |