Home
last modified time | relevance | path

Searched refs:pid (Results 4951 - 4975 of 7565) sorted by relevance

1...<<191192193194195196197198199200>>...303

/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H A Dsocket.h81 pid_t pid; member
/kernel/linux/linux-6.6/mm/damon/
H A Dlru_sort.c261 kdamond_pid = ctx->kdamond->pid; in damon_lru_sort_turn()
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Debt_stp.c23 u8 pid; member
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmain.h101 int pid; member
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_ioctl.h245 uint16_t pid; /* Product ID */ member
/third_party/libunwind/libunwind/include/tdep-tilegx/
H A Dlibunwind_i.h246 pid_t pid, unw_word_t ip,
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h394 * For F_SETLK and F_SETLKW the l_pid field will be set to the pid
455 * The uid, gid and pid fields are not filled in case of a writepage
469 pid_t pid; member
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c22 td->tid = td->pid = __syscall(SYS_set_tid_address, &__thread_list_lock); in __init_tp()
/third_party/musl/porting/linux/user/src/hilog/
H A Dhilog_adapter.c141 header.pid = getpid(); in HiLogAdapterPrintArgs()
/third_party/musl/src/hilog/linux/
H A Dhilog_adapter.c204 header.pid = getpid(); in HiLogAdapterPrintArgs()
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h52 int pid; member
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
H A Dindex.js14 // if we run inside of a worker_thread, `process.pid` is not unique
32 .hash(String(process.pid))
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h317 __u32 pid; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DFDRTraceWriter.cpp129 return writeMetadata<9u>(OS, R.pid()); in visit()
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp897 pid_t pid = 0; in HWTEST_F() local
898 ret = asc->StartProcess(startMsg, pid); in HWTEST_F()
941 pid_t pid = 0; in HWTEST_F() local
942 ret = asc->StartProcess(startMsg, pid); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_proxy_test.cpp870 int32_t pid = 12345; in HWTEST_F() local
871 reply.WriteInt32(pid); in HWTEST_F()
891 int32_t pid = 12345; in HWTEST_F() local
892 reply.WriteInt32(pid); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_transceiver.c364 int32_t TransProxyTransSendMsg(uint32_t connectionId, uint8_t *buf, uint32_t len, int32_t priority, int32_t pid) in TransProxyTransSendMsg() argument
372 data.pid = pid; in TransProxyTransSendMsg()
376 "send msg connId=%{public}u, len=%{public}u, seq=%{public}" PRIu64 ", priority=%{public}d, pid=%{public}d", in TransProxyTransSendMsg()
377 connectionId, len, data.seq, priority, pid); in TransProxyTransSendMsg()
H A Dsoftbus_proxychannel_message.c423 !AddNumberToJsonObject(root, JSON_KEY_PID, appInfo->myData.pid) || in PackHandshakeMsgForNormal()
558 !AddNumberToJsonObject(root, JSON_KEY_PID, appInfo->myData.pid) || in TransProxyPackHandshakeAckMsg()
661 !GetJsonObjectNumberItem(root, JSON_KEY_PID, &chanInfo->appInfo.peerData.pid) || in TransProxyUnpackHandshakeAckMsg()
731 !GetJsonObjectNumberItem(root, JSON_KEY_PID, &(appInfo->peerData.pid)) || in TransProxyUnpackNormalHandshakeMsg()
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_proxy.cpp291 WSError SceneSessionManagerLiteProxy::GetMainWindowStatesByPid(int32_t pid, std::vector<MainWindowState>& windowStates) in GetMainWindowStatesByPid() argument
306 if (!data.WriteInt32(pid)) { in GetMainWindowStatesByPid()
307 TLOGE(WmsLogTag::WMS_LIFE, "write pid failed"); in GetMainWindowStatesByPid()
862 WMError SceneSessionManagerLiteProxy::CheckWindowId(int32_t windowId, int32_t& pid) in CheckWindowId() argument
886 if (!reply.ReadInt32(pid)) { in CheckWindowId()
887 WLOGFE("Failed to read pid"); in CheckWindowId()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp625 .pid = 1234 in HWTEST_F()
658 windowInfo.pid = 1; in HWTEST_F()
660 ASSERT_EQ(ret.pid, windowInfo.pid); in HWTEST_F()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dvas-window.c698 * ->lpid, ->pid, ->tid NA for Rx windows in init_winctx_for_rxwin()
1070 * it exits. So take reference to its pid and release it in vas_tx_win_open()
1072 * Acquire a reference to the task's pid to make sure in vas_tx_win_open()
1073 * pid will not be re-used - needed only for multithread in vas_tx_win_open()
1076 txwin->pid = get_task_pid(current, PIDTYPE_PID); in vas_tx_win_open()
1083 put_pid(txwin->pid); in vas_tx_win_open()
1084 pr_err("VAS: pid(%d): mm_struct is not found\n", in vas_tx_win_open()
1085 current->pid); in vas_tx_win_open()
1230 pr_warn_ratelimited("VAS: pid %d stuck. Waiting for credits returned for Window(%d). creds %d, Retries %d\n", in poll_window_credits()
1262 pr_warn_ratelimited("VAS: pid in poll_window_busy_state()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c469 /* Create proc/<pid>/queues/<queue id> folder */ in kfd_procfs_add_queue()
475 pr_warn("Creating proc/<pid>/queues/%u failed", in kfd_procfs_add_queue()
515 * - proc/<pid>/stats_<gpuid>/ in kfd_procfs_add_sysfs_stats()
516 * - proc/<pid>/stats_<gpuid>/evicted_ms in kfd_procfs_add_sysfs_stats()
517 * - proc/<pid>/stats_<gpuid>/cu_occupancy in kfd_procfs_add_sysfs_stats()
580 * - proc/<pid>/vram_<gpuid> in kfd_procfs_add_sysfs_files()
581 * - proc/<pid>/sdma_<gpuid> in kfd_procfs_add_sysfs_files()
789 (int)process->lead_thread->pid); in kfd_create_process()
791 pr_warn("Creating procfs pid directory failed"); in kfd_create_process()
801 pr_warn("Creating pasid for pid in kfd_create_process()
[all...]
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dcxl.h14 #include <linux/pid.h>
558 /* use mm context associated with this pid for ds faults */
559 struct pid *pid; member
725 __be32 pid; member
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
H A Dsaa7164-core.c110 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-5.10/drivers/media/platform/sti/c8sectpfe/
H A Dc8sectpfe-core.c183 if (dvbdmxfeed->pid == 8192) { in c8sectpfe_start_feed()
189 bitmap_set(bitmap, dvbdmxfeed->pid, 1); in c8sectpfe_start_feed()
278 if (dvbdmxfeed->pid == 8192) { in c8sectpfe_stop_feed()
283 bitmap_clear(bitmap, dvbdmxfeed->pid, 1); in c8sectpfe_stop_feed()
489 * The pid buffer can be configured (in hw) for byte or bit in configure_memdma_and_inputblock()
490 * per pid. By powers of deduction we conclude stih407 family in configure_memdma_and_inputblock()
491 * is configured (at SoC design stage) for bit per pid. in configure_memdma_and_inputblock()
501 * PID buffer needs to be aligned to size of the pid table in configure_memdma_and_inputblock()
502 * which at bit per pid is 1024 bytes (8192 pids / 8). in configure_memdma_and_inputblock()
524 /* manage cache so pid bitma in configure_memdma_and_inputblock()
[all...]

Completed in 29 milliseconds

1...<<191192193194195196197198199200>>...303