Searched refs:CAP_LAST_CAP (Results 1 – 7 of 7) sorted by relevance
420 #define CAP_LAST_CAP CAP_CHECKPOINT_RESTORE macro422 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
33 #if CAP_LAST_CAP > CAP_CHECKPOINT_RESTORE
64 #define CAP_VALID_MASK (BIT_ULL(CAP_LAST_CAP+1)-1)
113 for (i = 0; i < CAP_LAST_CAP; i++) in create_and_enter_ns()
102 static const int cap_last_cap = CAP_LAST_CAP;
139 ``CAP_LAST_CAP`` from the kernel.
1571 #if CAP_LAST_CAP > 63
Completed in 26 milliseconds