nextw             248 kernel/audit_watch.c 	struct audit_watch *owatch, *nwatch, *nextw;
nextw             255 kernel/audit_watch.c 	list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) {
nextw             325 kernel/audit_watch.c 	struct audit_watch *w, *nextw;
nextw             330 kernel/audit_watch.c 	list_for_each_entry_safe(w, nextw, &parent->watches, wlist) {