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

/linux-master/include/linux/
H A Dseccomp.h76 extern void get_seccomp_filter(struct task_struct *tsk);
82 static inline void get_seccomp_filter(struct task_struct *tsk) function
/linux-master/kernel/
H A Dseccomp.c606 get_seccomp_filter(caller);
933 /* get_seccomp_filter - increments the reference count of the filter on @tsk */
934 void get_seccomp_filter(struct task_struct *tsk) function
H A Dfork.c1915 get_seccomp_filter(current);

Completed in 135 milliseconds