Home
last modified time | relevance | path

Searched refs:pid (Results 3726 - 3750 of 6186) sorted by relevance

1...<<141142143144145146147148149150>>...248

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_peeling.cpp206 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 Dloop_peeling.cpp36 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 Dprocess.c1005 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...]
/kernel/linux/linux-5.10/drivers/i3c/master/
H A Di3c-master-cdns.c297 #define DEV_ID_RR1_PID_MSB(pid) (pid)
300 #define DEV_ID_RR2_PID_LSB(pid) ((pid) << 16)
1059 info->pid = rr >> 16; in cdns_i3c_master_dev_rr_to_info()
1060 info->pid |= (u64)readl(master->regs + DEV_ID_RR1(slot)) << 16; in cdns_i3c_master_dev_rr_to_info()
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dsuperpipe.c147 * NOTE: despite the name pid, in linux, current->pid actually refers
151 * as a pid in the traditional sense.
165 pid_t pid = task_tgid_nr(current), ctxpid = 0; in get_context() local
173 pid = task_ppid_nr(current); in get_context()
213 ctxpid = ctxi->pid; in get_context()
215 if (pid != ctxpid) in get_context()
227 dev_dbg(dev, "%s: rctxid=%016llx ctxinfo=%p ctxpid=%u pid=%u " in get_context()
228 "ctx_ctrl=%u\n", __func__, rctxid, ctxi, ctxpid, pid, in get_context()
835 ctxi->pid in init_context()
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_intr.c545 u32 pid = (hctsiz & TSIZ_SC_MC_PID_MASK) >> TSIZ_SC_MC_PID_SHIFT; in dwc2_hcd_save_data_toggle() local
552 if (pid == TSIZ_SC_MC_PID_DATA0) in dwc2_hcd_save_data_toggle()
561 if (pid == TSIZ_SC_MC_PID_DATA0) in dwc2_hcd_save_data_toggle()
937 u32 pid; in dwc2_xfercomp_isoc_split_in() local
963 pid = (hctsiz & TSIZ_SC_MC_PID_MASK) >> TSIZ_SC_MC_PID_SHIFT; in dwc2_xfercomp_isoc_split_in()
965 if (frame_desc->actual_length >= frame_desc->length || pid == 0) { in dwc2_xfercomp_isoc_split_in()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_htb.c775 u32 *pid; in htb_lookup_leaf() member
781 sp->pid = &hprio->last_ptr_id; in htb_lookup_leaf()
784 if (!*sp->pptr && *sp->pid) { in htb_lookup_leaf()
789 htb_id_find_next_upper(prio, sp->root, *sp->pid); in htb_lookup_leaf()
791 *sp->pid = 0; /* ptr is valid now so that remove this hint as it in htb_lookup_leaf()
816 sp->pid = &clp->last_ptr_id; in htb_lookup_leaf()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c747 pydict_set_item_string_decref(dict_sample, "pid", in get_perf_sample_dict()
748 _PyLong_FromLong(sample->pid)); in get_perf_sample_dict()
808 int pid; in python_process_tracepoint() local
821 pid = raw_field_value(event, "common_pid", data); in python_process_tracepoint()
863 PyTuple_SetItem(t, n++, _PyLong_FromLong(pid)); in python_process_tracepoint()
870 pydict_set_item_string_decref(dict, "common_pid", _PyLong_FromLong(pid)); in python_process_tracepoint()
1005 tuple_set_s32(t, 1, machine->pid); in python_export_machine()
1878 "event_name, cpu, secs, nsecs, pid, comm):\n" in python_generate_script()
1880 "(event_name, cpu, secs, nsecs, pid, comm), end=\"\")\n\n"); in python_generate_script()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsglob.h1332 __u32 pid; member
1397 __u32 pid; /* process id who opened file */ member
1425 __u32 pid; member
1466 pid_t pid; member
1490 pid_t pid; member
1671 __u32 pid; /* process id */ member
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dsuperpipe.c147 * NOTE: despite the name pid, in linux, current->pid actually refers
151 * as a pid in the traditional sense.
165 pid_t pid = task_tgid_nr(current), ctxpid = 0; in get_context() local
173 pid = task_ppid_nr(current); in get_context()
213 ctxpid = ctxi->pid; in get_context()
215 if (pid != ctxpid) in get_context()
227 dev_dbg(dev, "%s: rctxid=%016llx ctxinfo=%p ctxpid=%u pid=%u " in get_context()
228 "ctx_ctrl=%u\n", __func__, rctxid, ctxi, ctxpid, pid, in get_context()
836 ctxi->pid in init_context()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_intr.c515 u32 pid = (hctsiz & TSIZ_SC_MC_PID_MASK) >> TSIZ_SC_MC_PID_SHIFT; in dwc2_hcd_save_data_toggle() local
522 if (pid == TSIZ_SC_MC_PID_DATA0) in dwc2_hcd_save_data_toggle()
531 if (pid == TSIZ_SC_MC_PID_DATA0) in dwc2_hcd_save_data_toggle()
907 u32 pid; in dwc2_xfercomp_isoc_split_in() local
933 pid = (hctsiz & TSIZ_SC_MC_PID_MASK) >> TSIZ_SC_MC_PID_SHIFT; in dwc2_xfercomp_isoc_split_in()
935 if (frame_desc->actual_length >= frame_desc->length || pid == 0) { in dwc2_xfercomp_isoc_split_in()
/kernel/linux/linux-6.6/drivers/i3c/master/
H A Di3c-master-cdns.c296 #define DEV_ID_RR1_PID_MSB(pid) (pid)
299 #define DEV_ID_RR2_PID_LSB(pid) ((pid) << 16)
1058 info->pid = rr >> 16; in cdns_i3c_master_dev_rr_to_info()
1059 info->pid |= (u64)readl(master->regs + DEV_ID_RR1(slot)) << 16; in cdns_i3c_master_dev_rr_to_info()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_htb.c820 u32 *pid; in htb_lookup_leaf() member
826 sp->pid = &hprio->last_ptr_id; in htb_lookup_leaf()
829 if (!*sp->pptr && *sp->pid) { in htb_lookup_leaf()
834 htb_id_find_next_upper(prio, sp->root, *sp->pid); in htb_lookup_leaf()
836 *sp->pid = 0; /* ptr is valid now so that remove this hint as it in htb_lookup_leaf()
861 sp->pid = &clp->last_ptr_id; in htb_lookup_leaf()
/third_party/node/tools/
H A Dtest.py659 def KillProcessWithID(pid, signal_to_send=signal.SIGTERM):
661 os.popen('taskkill /T /F /PID %d' % pid)
663 os.kill(pid, signal_to_send)
683 def KillTimedOutProcess(context, pid):
690 KillProcessWithID(pid, signal_to_send)
725 KillTimedOutProcess(context, process.pid)
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Dplat_pm_wlan.h262 hi_void wlan_pm_set_wkfail_pid(int pid);
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger_arm.c231 output->printf(output, "pid: %d comm: %s\n", current->pid, current->comm); in fiq_debugger_dump_stacktrace()
H A Dfiq_debugger_arm64.c162 output->printf(output, "pid: %d comm: %s\n", current->pid, current->comm); in fiq_debugger_dump_stacktrace()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_pp_job.c103 job->pid = _mali_osk_get_pid(); in mali_pp_job_create()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_pp_job.c91 job->pid = _mali_osk_get_pid(); in mali_pp_job_create()
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger_arm64.c186 output->printf(output, "pid: %d comm: %s\n", in fiq_debugger_dump_stacktrace()
187 current->pid, current->comm); in fiq_debugger_dump_stacktrace()
/kernel/linux/linux-5.10/arch/xtensa/mm/
H A Dfault.c69 current->comm, current->pid, in do_page_fault()
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dasm-offsets.c80 DEFINE(TASK_PID, offsetof(struct task_struct, pid)); in main()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-xaui.c99 pko_mem_port_ptrs.s.pid = interface * 16 + i; in __cvmx_helper_xaui_probe()
/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dmisaligned.c159 pr_err("fault during user misaligned fixup @ %#lx; isn=%08x addr=0x%08x sp=0x%08lx pid=%d\n", in handle_unaligned_c()
162 current->pid); in handle_unaligned_c()
H A Dprocess.c158 pr_emerg("COMM=%s PID=%d\n", current->comm, current->pid); in dump()

Completed in 40 milliseconds

1...<<141142143144145146147148149150>>...248