Searched refs:max_size (Results 1 - 2 of 2) sorted by relevance

/security/integrity/ima/
H A Dima_crypto.c141 * @max_size: Maximum amount of memory to allocate.
146 * max_size amount of memory and then splitting that until zero order is
154 static void *ima_alloc_pages(loff_t max_size, size_t *allocated_size, argument
162 order = min(get_order(max_size), order);
/security/apparmor/include/
H A Dpolicy.h93 * @max_size: maximum space allowed for all profiles in namespace
99 int max_size; member in struct:aa_ns_acct

Completed in 299 milliseconds