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

/linux-master/security/tomoyo/
H A Dcommon.c2320 static time64_t tomoyo_stat_modified[TOMOYO_MAX_POLICY_STAT]; variable
2332 tomoyo_stat_modified[index] = ktime_get_real_seconds();
2353 if (tomoyo_stat_modified[i]) {
2356 tomoyo_convert_time(tomoyo_stat_modified[i], &stamp);

Completed in 111 milliseconds