Searched refs:pidns_memfd_noexec_scope (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dpid_namespace.h59 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) function
69 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) function
89 static inline int pidns_memfd_noexec_scope(struct pid_namespace *ns) function
/linux-master/kernel/
H A Dpid_sysctl.h21 parent_scope = pidns_memfd_noexec_scope(ns->parent);
22 /* Equivalent to pidns_memfd_noexec_scope(ns). */
H A Dpid_namespace.c115 ns->memfd_noexec_scope = pidns_memfd_noexec_scope(parent_pid_ns);
/linux-master/mm/
H A Dmemfd.c264 int sysctl = pidns_memfd_noexec_scope(ns);

Completed in 274 milliseconds