Home
last modified time | relevance | path

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

/security/landlock/
A Ddomain.c140 unsigned long access_weight; in get_layer_deny_mask() local
149 access_weight = hweight_long(all_existing_optional_access & in get_layer_deny_mask()
151 if (WARN_ON_ONCE(access_weight < 1)) in get_layer_deny_mask()
155 << ((access_weight - 1) * HWEIGHT(LANDLOCK_MAX_NUM_LAYERS - 1)); in get_layer_deny_mask()

Completed in 3 milliseconds