/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_90to30_test.cpp | 77 static inline pid_t pid = 0; member in OHOS::Rosen::VSync90To30Test 374 pid = fork(); in HWTEST_F() 375 if (pid < 0) { in HWTEST_F() 378 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_90to60_test.cpp | 77 static inline pid_t pid = 0; member in OHOS::Rosen::VSync90To60Test 374 pid = fork(); in HWTEST_F() 375 if (pid < 0) { in HWTEST_F() 378 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_30to120_test.cpp | 84 static inline pid_t pid = 0; member in OHOS::Rosen::VSync30To120Test 383 pid = fork(); in HWTEST_F() 384 if (pid < 0) { in HWTEST_F() 387 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_30to60_test.cpp | 84 static inline pid_t pid = 0; member in OHOS::Rosen::VSync30To60Test 383 pid = fork(); in HWTEST_F() 384 if (pid < 0) { in HWTEST_F() 387 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_30to90_test.cpp | 84 static inline pid_t pid = 0; member in OHOS::Rosen::VSync30To90Test 383 pid = fork(); in HWTEST_F() 384 if (pid < 0) { in HWTEST_F() 387 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_60to120_test.cpp | 84 static inline pid_t pid = 0; member in OHOS::Rosen::VSync60To120Test 383 pid = fork(); in HWTEST_F() 384 if (pid < 0) { in HWTEST_F() 387 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_90to120_test.cpp | 84 static inline pid_t pid = 0; member in OHOS::Rosen::VSync90To120Test 383 pid = fork(); in HWTEST_F() 384 if (pid < 0) { in HWTEST_F() 387 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_60to90_test.cpp | 84 static inline pid_t pid = 0; member in OHOS::Rosen::VSync60To90Test 383 pid = fork(); in HWTEST_F() 384 if (pid < 0) { in HWTEST_F() 387 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_60to30_test.cpp | 77 static inline pid_t pid = 0; member in OHOS::Rosen::VSync60To30Test 374 pid = fork(); in HWTEST_F() 375 if (pid < 0) { in HWTEST_F() 378 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_120to90_test.cpp | 77 static inline pid_t pid = 0; member in OHOS::Rosen::VSync120To90Test 374 pid = fork(); in HWTEST_F() 375 if (pid < 0) { in HWTEST_F() 378 if (pid != 0) { in HWTEST_F()
|
H A D | vsync_120to60_test.cpp | 77 static inline pid_t pid = 0; member in OHOS::Rosen::VSync120To60Test 374 pid = fork(); in HWTEST_F() 375 if (pid < 0) { in HWTEST_F() 378 if (pid != 0) { in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_interface.h | 163 virtual WSError NotifyWindowExtensionVisibilityChange(int32_t pid, int32_t uid, bool visible) override 295 virtual WMError GetProcessSurfaceNodeIdByPersistentId(const int32_t pid, 298 WMError SkipSnapshotForAppProcess(int32_t pid, bool skip) override { return WMError::WM_OK; } 303 WMError SetProcessWatermark(int32_t pid, const std::string& watermarkName,
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 68 virtual WMError CheckWindowId(int32_t windowId, int32_t& pid); 98 virtual WMError NotifyWindowExtensionVisibilityChange(int32_t pid, int32_t uid, bool visible); 137 virtual WMError SkipSnapshotForAppProcess(int32_t pid, bool skip); 138 virtual WMError SetProcessWatermark(int32_t pid, const std::string& watermarkName, bool isEnabled);
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_interface.h | 150 virtual WMError CheckWindowId(int32_t windowId, int32_t& pid) { return WMError::WM_OK; } in CheckWindowId() argument 156 virtual WSError NotifyWindowExtensionVisibilityChange(int32_t pid, int32_t uid, bool visible) in NotifyWindowExtensionVisibilityChange() argument 244 virtual WMError SkipSnapshotForAppProcess(int32_t pid, bool skip) { return WMError::WM_OK; } in SkipSnapshotForAppProcess() argument 245 virtual WMError SetProcessWatermark(int32_t pid, const std::string& watermarkName, in SetProcessWatermark() argument
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_trace.h | 114 __entry->to_proc = t->to_proc->pid; 115 __entry->to_thread = t->to_thread ? t->to_thread->pid : 0; 296 __entry->proc = alloc->pid; 314 __entry->proc = alloc->pid;
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-pko.c | 593 pko_mem_port_rate0.s.pid = port; in cvmx_pko_rate_limit_packets() 600 pko_mem_port_rate1.s.pid = port; in cvmx_pko_rate_limit_packets() 628 pko_mem_port_rate0.s.pid = port; in cvmx_pko_rate_limit_bits() 640 pko_mem_port_rate1.s.pid = port; in cvmx_pko_rate_limit_bits()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | asm-offsets.c | 11 #include <linux/pid.h> 54 DEFINE(IA64_PID_LEVEL_OFFSET, offsetof (struct pid, level)); in foo() 55 DEFINE(IA64_PID_UPID_OFFSET, offsetof (struct pid, numbers[0])); in foo() 57 DEFINE(IA64_TASK_PID_OFFSET, offsetof (struct task_struct, pid)); in foo()
|
/kernel/linux/common_modules/qos_auth/auth_ctl/ |
H A D | auth_ctrl.c | 204 unsigned int tgid = data->pid; in auth_enable() 263 unsigned int tgid = data->pid; in auth_delete() 269 pr_err("[AUTH_CTRL] no auth data for this pid=%d, delete failed\n", tgid); in auth_delete() 289 unsigned int tgid = data->pid; in auth_get() 295 pr_err("[AUTH_CTRL] no auth data for this pid=%d to get\n", tgid); in auth_get() 324 unsigned int tgid = data->pid; in auth_switch() 336 pr_err("[AUTH_CTRL] no auth data for this pid=%d to switch\n", tgid); in auth_switch() 543 pr_err("[AUTH_CTRL] no auth data for this pid = %d\n, tgid"); in check_authorized() 563 pr_info("[AUTH_CTRL] not valid auth for pid %d\n", tgid); in check_authorized()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | asm-offsets.c | 11 #include <linux/pid.h> 54 DEFINE(IA64_PID_LEVEL_OFFSET, offsetof (struct pid, level)); in foo() 55 DEFINE(IA64_PID_UPID_OFFSET, offsetof (struct pid, numbers[0])); in foo() 57 DEFINE(IA64_TASK_PID_OFFSET, offsetof (struct task_struct, pid)); in foo()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-pko.c | 579 pko_mem_port_rate0.s.pid = port; in cvmx_pko_rate_limit_packets() 586 pko_mem_port_rate1.s.pid = port; in cvmx_pko_rate_limit_packets() 614 pko_mem_port_rate0.s.pid = port; in cvmx_pko_rate_limit_bits() 626 pko_mem_port_rate1.s.pid = port; in cvmx_pko_rate_limit_bits()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | ptrace_syscall.c | 90 errx(1, "got unexpected pid in event\n"); in wait_trap() 186 pid_t pid = getpid(), tid = syscall(SYS_gettid); in test_ptrace_syscall_restart() local 189 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_ptrace_syscall_restart() 306 pid_t pid = getpid(), tid = syscall(SYS_gettid); in test_restart_under_ptrace() local 310 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_restart_under_ptrace()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2proto.h | 226 u64 persistent_fid, u64 volatile_fid, u32 pid, 231 u64 persistent_fid, u64 volatile_fid, u32 pid, 261 const __u32 pid, const __u64 length, const __u64 offset, 265 const __u32 pid, const __u32 num_lock,
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | opera1.c | 306 static int opera1_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, in opera1_pid_filter() argument 314 info("pidfilter index: %d pid: %d %s", index, pid, in opera1_pid_filter() 317 b_pid[1] = onoff ? (pid & 0xff) : (0x00); in opera1_pid_filter() 318 b_pid[2] = onoff ? ((pid >> 8) & 0xff) : (0x00); in opera1_pid_filter()
|
H A D | vp702x.c | 187 static int vp702x_set_pid(struct dvb_usb_adapter *adap, u16 pid, u8 id, int onoff) in vp702x_set_pid() argument 197 pid = 0xffff; in vp702x_set_pid() 208 vp702x_usb_in_op(adap->dev, 0xe0, (((pid >> 8) & 0xff) << 8) | (id), 0, buf, 16); in vp702x_set_pid() 209 vp702x_usb_in_op(adap->dev, 0xe0, (((pid ) & 0xff) << 8) | (id+1), 0, buf, 16); in vp702x_set_pid()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | vp702x.c | 187 static int vp702x_set_pid(struct dvb_usb_adapter *adap, u16 pid, u8 id, int onoff) in vp702x_set_pid() argument 197 pid = 0xffff; in vp702x_set_pid() 208 vp702x_usb_in_op(adap->dev, 0xe0, (((pid >> 8) & 0xff) << 8) | (id), 0, buf, 16); in vp702x_set_pid() 209 vp702x_usb_in_op(adap->dev, 0xe0, (((pid ) & 0xff) << 8) | (id+1), 0, buf, 16); in vp702x_set_pid()
|