Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
H A Daudit.c302 struct tomoyo_log { struct
308 /* The list for "struct tomoyo_log". */
309 static LIST_HEAD(tomoyo_log);
311 /* Lock for "struct list_head tomoyo_log". */
314 /* Length of "stuct list_head tomoyo_log". */
369 struct tomoyo_log *entry; in tomoyo_write_log2()
397 list_add_tail(&entry->list, &tomoyo_log); in tomoyo_write_log2()
441 struct tomoyo_log *ptr = NULL; in tomoyo_read_log()
448 if (!list_empty(&tomoyo_log)) { in tomoyo_read_log()
449 ptr = list_entry(tomoyo_log in tomoyo_read_log()
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Daudit.c302 struct tomoyo_log { struct
308 /* The list for "struct tomoyo_log". */
309 static LIST_HEAD(tomoyo_log);
311 /* Lock for "struct list_head tomoyo_log". */
314 /* Length of "struct list_head tomoyo_log". */
370 struct tomoyo_log *entry; in tomoyo_write_log2()
398 list_add_tail(&entry->list, &tomoyo_log); in tomoyo_write_log2()
442 struct tomoyo_log *ptr = NULL; in tomoyo_read_log()
449 if (!list_empty(&tomoyo_log)) { in tomoyo_read_log()
450 ptr = list_entry(tomoyo_log in tomoyo_read_log()
[all...]

Completed in 2 milliseconds