Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Daudit_watch.c249 struct audit_watch *owatch, *nwatch, *nextw; in audit_update_watch() local
256 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
324 struct audit_watch *w, *nextw; in audit_remove_parent_watches() local
329 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()