Searched refs:CAP_LAST_CAP (Results 1 – 9 of 9) sorted by relevance
368 #define CAP_LAST_CAP CAP_AUDIT_READ macro370 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
419 #define CAP_LAST_CAP CAP_CHECKPOINT_RESTORE macro421 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
33 #if CAP_LAST_CAP > CAP_CHECKPOINT_RESTORE
83 #define CAP_LAST_U32_VALID_MASK (CAP_TO_MASK(CAP_LAST_CAP + 1) -1)
113 for (i = 0; i < CAP_LAST_CAP; i++) in create_and_enter_ns()
141 static const int cap_last_cap = CAP_LAST_CAP;
133 ``CAP_LAST_CAP`` from the kernel.
1596 #if CAP_LAST_CAP > 63