Searched refs:tomoyo_log (Results 1 – 1 of 1) sorted by relevance
296 struct tomoyo_log { struct303 static LIST_HEAD(tomoyo_log);362 struct tomoyo_log *entry; in tomoyo_write_log2()389 list_add_tail(&entry->list, &tomoyo_log); in tomoyo_write_log2()432 struct tomoyo_log *ptr = NULL; in tomoyo_read_log()438 if (!list_empty(&tomoyo_log)) { in tomoyo_read_log()439 ptr = list_entry(tomoyo_log.next, typeof(*ptr), list); in tomoyo_read_log()