Home
last modified time | relevance | path

Searched refs:seize (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/kernel/
Dptrace.c378 static inline void ptrace_set_stopped(struct task_struct *task, bool seize) in ptrace_set_stopped() argument
383 if (!seize) in ptrace_set_stopped()
413 bool seize = (request == PTRACE_SEIZE); in ptrace_attach() local
416 if (seize) { in ptrace_attach()
464 ptrace_set_stopped(task, seize); in ptrace_attach()
/linux-6.12.1/tools/testing/selftests/seccomp/
Dseccomp_bpf.c4450 TEST_F(O_SUSPEND_SECCOMP, seize) in TEST_F() argument