Home
last modified time | relevance | path

Searched refs:CAP_LAST_CAP (Results 1 – 2 of 2) sorted by relevance

/include/uapi/linux/
Dcapability.h421 #define CAP_LAST_CAP CAP_CHECKPOINT_RESTORE macro
423 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
/include/linux/
Dcapability.h64 #define CAP_VALID_MASK (BIT_ULL(CAP_LAST_CAP+1)-1)