Home
last modified time | relevance | path

Searched refs:shstk_free (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dshstk.h21 void shstk_free(struct task_struct *p);
33 static inline void shstk_free(struct task_struct *p) {} in shstk_free() function
H A Dmmu_context.h195 shstk_free(tsk); \
/linux/arch/x86/kernel/
H A Dshstk.c405 void shstk_free(struct task_struct *tsk) in shstk_free() function
499 shstk_free(current); in shstk_disable()
H A Dprocess.c126 shstk_free(tsk); in exit_thread()