Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Daudit.c315 static unsigned int tomoyo_log_count; variable
340 if (tomoyo_log_count >= p->pref[TOMOYO_PREF_MAX_AUDIT_LOG]) in tomoyo_get_audit()
398 tomoyo_log_count++; in tomoyo_write_log2()
451 tomoyo_log_count--; in tomoyo_read_log()
472 if (tomoyo_log_count) in tomoyo_poll_log()
475 if (tomoyo_log_count) in tomoyo_poll_log()
/kernel/linux/linux-6.6/security/tomoyo/
H A Daudit.c315 static unsigned int tomoyo_log_count; variable
341 if (tomoyo_log_count >= p->pref[TOMOYO_PREF_MAX_AUDIT_LOG]) in tomoyo_get_audit()
399 tomoyo_log_count++; in tomoyo_write_log2()
452 tomoyo_log_count--; in tomoyo_read_log()
473 if (tomoyo_log_count) in tomoyo_poll_log()
476 if (tomoyo_log_count) in tomoyo_poll_log()

Completed in 2 milliseconds