Home
last modified time | relevance | path

Searched refs:tomoyo_round2 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Daudit.c274 len = tomoyo_round2(len); in tomoyo_init_log()
384 len = tomoyo_round2(strlen(buf) + 1); in tomoyo_write_log2()
389 entry->size = len + tomoyo_round2(sizeof(*entry)); in tomoyo_write_log2()
H A Dcommon.h1283 * tomoyo_round2 - Round up to power of 2 for calculating memory usage.
1291 static inline int tomoyo_round2(size_t size) in tomoyo_round2() function
1299 * tomoyo_round2 - Round up to power of 2 for calculating memory usage.
1308 static inline int tomoyo_round2(size_t size) in tomoyo_round2() function
H A Dcommon.c2106 len = tomoyo_round2(entry.query_len); in tomoyo_supervisor()

Completed in 7 milliseconds