Searched refs:wlist (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | audit_watch.c | 53 struct list_head wlist; /* entry in parent->watches list */ member 128 list_del(&watch->wlist); in audit_remove_watch() 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()
|