Searched refs:watches (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | audit_watch.c | 58 struct list_head watches; /* anchor for audit_watch->wlist */ member 71 WARN_ON(!list_empty(&parent->watches)); in audit_free_parent() 157 INIT_LIST_HEAD(&parent->watches); in audit_init_parent() 269 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch() 329 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch() 342 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches() 384 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent() 403 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent() 460 if (list_empty(&parent->watches)) { in audit_remove_watch_rule()
|