Home
last modified time | relevance | path

Searched refs:disable_cop_pid (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/mm/
Dicswx.h31 extern int disable_cop_pid(struct mm_struct *mm);
35 #define disable_cop_pid(m) (COP_PID_NONE) macro
Dicswx_pid.c71 int disable_cop_pid(struct mm_struct *mm) in disable_cop_pid() function
Dicswx.c145 free_pid = disable_cop_pid(mm); in drop_cop()