Searched refs:has_secure_computing (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dseccomp.h21 static inline int has_secure_computing(struct thread_info *ti) function
32 static inline int has_secure_computing(struct thread_info *ti) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dprocess.c599 * has_secure_computing returns 0 at compile time (SECCOMP=n).
604 if (has_secure_computing(prev) || has_secure_computing(next)) {
606 if (has_secure_computing(prev) &&
607 !has_secure_computing(next)) {
609 } else if (!has_secure_computing(prev) &&
610 has_secure_computing(next))

Completed in 28 milliseconds