Searched refs:force_sig_seccomp (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/sched/
H A Dsignal.h324 int force_sig_seccomp(int syscall, int reason, bool force_coredump);
/linux-master/kernel/
H A Dseccomp.c1239 force_sig_seccomp(this_syscall, data, false);
1314 force_sig_seccomp(this_syscall, data, true);
H A Dsignal.c1838 * force_sig_seccomp - signals the task to allow in-process syscall emulation
1845 int force_sig_seccomp(int syscall, int reason, bool force_coredump) function

Completed in 218 milliseconds