Searched refs:CAP_LAST_CAP (Results 1 – 6 of 6) sorted by relevance
355 #define CAP_LAST_CAP CAP_AUDIT_READ macro357 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
82 #define CAP_LAST_U32_VALID_MASK (CAP_TO_MASK(CAP_LAST_CAP + 1) -1)
106 for (i = 0; i < CAP_LAST_CAP; i++) in create_and_enter_ns()
141 static const int cap_last_cap = CAP_LAST_CAP;
179 CAP_LAST_CAP from the kernel.
1558 #if CAP_LAST_CAP > 63