/third_party/rust/crates/libc/src/ |
H A D | psp.rs | 3189 pub fn sceUsbActivate(pid: u32) -> i32; in sceUsbActivate() 3190 pub fn sceUsbDeactivate(pid: u32) -> i32; in sceUsbDeactivate()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2454 pub pid: __kernel_pid_t, 4934 pub pid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2453 pub pid: __kernel_pid_t, 4932 pub pid: __u32,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2433 pub pid: __kernel_pid_t, 4936 pub pid: __u32,
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 3572 def persistent_load(self, pid): 3573 return pid
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 6928 const std::string& jsStack, int pid, OHOS::NWeb::RenderProcessNotRespondingReason reason) in OnRenderProcessNotResponding() 6932 [weak = WeakClaim(this), jsStack, pid, reason]() { in OnRenderProcessNotResponding() 6938 jsStack, pid, static_cast<int>(reason))); in OnRenderProcessNotResponding() 6927 OnRenderProcessNotResponding( const std::string& jsStack, int pid, OHOS::NWeb::RenderProcessNotRespondingReason reason) OnRenderProcessNotResponding() argument
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 3028 std::string pid = ""; in DumpData() local 3031 pid = param; in DumpData() 3032 LOGD("Find pid in element dump pipeline"); in DumpData() 3035 if (pid == "") { in DumpData() 3036 LOGD("Dump element without pid"); in DumpData()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | fair.c | 1946 this_cpupid = cpu_pid_to_cpupid(dst_cpu, current->pid); in should_numa_migrate_memory() 3033 grp->gid = p->pid; in task_numa_group() 3199 * to be private if the accessing pid has not changed in task_numa_fault() 3267 return test_bit(hash_32(current->pid, ilog2(BITS_PER_LONG)), &pids); in vma_is_accessed()
|
/third_party/backends/backend/ |
H A D | mustek.c | 2950 SANE_Pid pid; in do_stop() local 2974 pid = sanei_thread_waitpid (s->reader_pid, &exit_status); in do_stop() 2975 if (!sanei_thread_is_valid (pid)) in do_stop()
|
H A D | umax.c | 4664 SANE_Pid pid; in do_cancel() local 4676 pid = sanei_thread_waitpid(scanner->reader_pid, &status); in do_cancel() 4678 if (!sanei_thread_is_valid (pid)) in do_cancel()
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 2118 napData.pid = -1; in LaunchAbility()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.c | 542 current->pid); in isert_release_kref()
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_generic.c | 643 current->comm, current->pid); in ppp_ioctl()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_ioctl_linux.c | 2019 if (copy_from_user(&padapter->pid, pdata->pointer, sizeof(int))) in r871x_set_pid()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_xmit.c | 475 if (psta->isrc && psta->pid > 0) in update_attrib_phy_info()
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.c | 599 "vhost-%d", current->pid); in vhost_dev_set_owner()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events.c | 186 __common_field(int, pid); in trace_define_common_fields() 671 /* Wait till all users are no longer using pid filtering */ in __ftrace_clear_event_pids() 1698 * to only keep ignore_pid set if next pid matches. in register_pid_events() 1777 * Always do this in case a pid was appended or removed. in event_pid_write() 3366 /* Clear the pid list */ in event_trace_del_tracer() 3462 * to set the TIF_SYSCALL_TRACEPOINT flag of pid 1. But event_trace_enable() 3463 * is called before pid 1 starts, and this flag is never set, making
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 2232 u32 pid; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 5087 uint16_t pid; /* USB-IF PID */ member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 309 * @sk_peer_pid: &struct pid for this socket's peer 503 struct pid *sk_peer_pid;
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vhost.c | 634 snprintf(name, sizeof(name), "vhost-%d", current->pid); in vhost_worker_create()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_ioctl_linux.c | 2017 if (copy_from_user(&padapter->pid, pdata->pointer, sizeof(int))) in r871x_set_pid()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ublk_drv.c | 1382 pr_devel("%s: qid %d, pid %d, addr %lx pg_off %lx sz %lu\n", in ublk_ch_mmap() 1383 __func__, q_id, current->pid, vma->vm_start, in ublk_ch_mmap()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | sdma_v4_0.c | 2132 "pasid:%u, for process %s pid %d thread %s pid %d\n", in sdma_v4_0_print_iv_entry() 2135 task_info.task_name, task_info.pid); in sdma_v4_0_print_iv_entry()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.c | 543 current->pid); in isert_release_kref()
|