Searched refs:COP_PID_NONE (Results 1 – 3 of 3) sorted by relevance
23 #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()
19 #define COP_PID_NONE 0 macro34 #define get_cop_pid(m) (COP_PID_NONE)35 #define disable_cop_pid(m) (COP_PID_NONE)
156 if (free_pid != COP_PID_NONE) in drop_cop()