Home
last modified time | relevance | path

Searched refs:pid (Results 3526 - 3550 of 7675) sorted by relevance

1...<<141142143144145146147148149150>>...307

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_90to30_test.cpp77 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 Dvsync_90to60_test.cpp77 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 Dvsync_30to120_test.cpp84 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 Dvsync_30to60_test.cpp84 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 Dvsync_30to90_test.cpp84 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 Dvsync_60to120_test.cpp84 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 Dvsync_90to120_test.cpp84 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 Dvsync_60to90_test.cpp84 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 Dvsync_60to30_test.cpp77 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 Dvsync_120to90_test.cpp77 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 Dvsync_120to60_test.cpp77 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 Dscene_session_manager_interface.h163 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 Dwindow_adapter.h68 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 Dwindow_manager_interface.h150 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 Dbinder_trace.h114 __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 Dcvmx-pko.c593 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 Dasm-offsets.c11 #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 Dauth_ctrl.c204 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 Dasm-offsets.c11 #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 Dcvmx-pko.c579 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 Dptrace_syscall.c90 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 Dsmb2proto.h226 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 Dopera1.c306 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 Dvp702x.c187 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 Dvp702x.c187 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()

Completed in 21 milliseconds

1...<<141142143144145146147148149150>>...307