Lines Matching refs:tomoyo_log
302 struct tomoyo_log {
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;
398 list_add_tail(&entry->list, &tomoyo_log);
442 struct tomoyo_log *ptr = NULL;
449 if (!list_empty(&tomoyo_log)) {
450 ptr = list_entry(tomoyo_log.next, typeof(*ptr), list);