Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/mm/
Dicswx_pid.c23 #define COP_PID_MIN (COP_PID_NONE + 1)
62 if (mm->context.cop_pid == COP_PID_NONE) { in get_cop_pid()
73 int free_pid = COP_PID_NONE; in disable_cop_pid()
75 if ((!mm->context.acop) && (mm->context.cop_pid != COP_PID_NONE)) { in disable_cop_pid()
77 mm->context.cop_pid = COP_PID_NONE; in disable_cop_pid()
Dicswx.h19 #define COP_PID_NONE 0 macro
34 #define get_cop_pid(m) (COP_PID_NONE)
35 #define disable_cop_pid(m) (COP_PID_NONE)
Dicswx.c156 if (free_pid != COP_PID_NONE) in drop_cop()