Home
last modified time | relevance | path

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

/linux/kernel/
H A Dptrace.c388 static inline void ptrace_set_stopped(struct task_struct *task, bool seize) in ptrace_set_stopped() argument
393 if (!seize) in ptrace_set_stopped()
423 bool seize = (request == PTRACE_SEIZE); in ptrace_attach() local
426 if (seize) { in ptrace_attach()
474 ptrace_set_stopped(task, seize); in ptrace_attach()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4477 TEST_F(O_SUSPEND_SECCOMP, seize) in TEST_F()
4471 TEST_F(O_SUSPEND_SECCOMP,seize) TEST_F() argument