Home
last modified time | relevance | path

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

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