Searched refs:watches (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | audit_watch.c | 47 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()
|
D | watch_queue.c | 483 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()
|