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() 256 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch() 316 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch() 329 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches() 373 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent() 393 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent() 461 if (list_empty(&parent->watches)) in audit_remove_watch_rule()
|
D | watch_queue.c | 477 hlist_add_head(&watch->queue_node, &wqueue->watches); in add_one_watch() 610 while (!hlist_empty(&wqueue->watches)) { in watch_queue_clear() 611 watch = hlist_entry(wqueue->watches.first, struct watch, queue_node); in watch_queue_clear() 697 INIT_HLIST_HEAD(&wqueue->watches); in watch_queue_init()
|