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

/linux-4.4.14/security/tomoyo/
H A Dutil.c92 static const u16 tomoyo_eom[2][12] = { tomoyo_convert_time() local
112 for (m = 0; m < 11 && time >= tomoyo_eom[r][m]; m++) tomoyo_convert_time()
115 time -= tomoyo_eom[r][m - 1]; tomoyo_convert_time()

Completed in 144 milliseconds