Home
last modified time | relevance | path

Searched refs:watches (Results 1 – 2 of 2) sorted by relevance

/kernel/
Daudit_watch.c47 struct list_head watches; /* anchor for audit_watch->wlist */ member
60 WARN_ON(!list_empty(&parent->watches)); in audit_free_parent()
146 INIT_LIST_HEAD(&parent->watches); in audit_init_parent()
255 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
315 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch()
328 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
372 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent()
392 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent()
460 if (list_empty(&parent->watches)) in audit_remove_watch_rule()
Dwatch_queue.c483 hlist_add_head(&watch->queue_node, &wqueue->watches); in add_one_watch()
613 while (!hlist_empty(&wqueue->watches)) { in watch_queue_clear()
614 watch = hlist_entry(wqueue->watches.first, struct watch, queue_node); in watch_queue_clear()
700 INIT_HLIST_HEAD(&wqueue->watches); in watch_queue_init()