Home
last modified time | relevance | path

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

/kernel/
Daudit_watch.c42 struct list_head wlist; /* entry in parent->watches list */ member
117 list_del(&watch->wlist); in audit_remove_watch()
255 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
317 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch()
330 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
374 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent()
394 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent()
/kernel/locking/
Drwsem.c407 struct list_head wlist; in rwsem_mark_wake() local
501 INIT_LIST_HEAD(&wlist); in rwsem_mark_wake()
507 list_move_tail(&waiter->list, &wlist); in rwsem_mark_wake()
534 list_for_each_entry_safe(waiter, tmp, &wlist, list) { in rwsem_mark_wake()