Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dptrace.c393 bool seize = (request == PTRACE_SEIZE); in ptrace_attach() local
397 if (seize) { in ptrace_attach()
450 if (!seize) in ptrace_attach()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4395 TEST_F(O_SUSPEND_SECCOMP, seize) in TEST_F() argument