Searched refs:CAP_LAST_CAP (Results 1 – 8 of 8) sorted by relevance
422 #define CAP_LAST_CAP CAP_CHECKPOINT_RESTORE macro424 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
36 u64 ktime_ns_expiration[CAP_LAST_CAP+1];
39 #if CAP_LAST_CAP > CAP_CHECKPOINT_RESTORE
64 #define CAP_VALID_MASK (BIT_ULL(CAP_LAST_CAP+1)-1)
104 for (i = 0; i < CAP_LAST_CAP; i++) in create_and_enter_ns()
85 static const int cap_last_cap = CAP_LAST_CAP;
139 ``CAP_LAST_CAP`` from the kernel.
1619 #if CAP_LAST_CAP > 63