Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Ddomain.c139 unsigned long access_weight; in get_layer_deny_mask() local
148 access_weight = hweight_long(all_existing_optional_access & in get_layer_deny_mask()
150 if (WARN_ON_ONCE(access_weight < 1)) in get_layer_deny_mask()
154 << ((access_weight - 1) * HWEIGHT(LANDLOCK_MAX_NUM_LAYERS - 1)); in get_layer_deny_mask()