Searched refs:CAP_TO_MASK (Results 1 – 2 of 2) sorted by relevance
55 #ifndef CAP_TO_MASK56 # define CAP_TO_MASK(x) (1 << ((x) & 31)) macro
57 uint32_t mask = CAP_TO_MASK(cap->id); in tst_cap_action()