Home
last modified time | relevance | path

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

/kernel/
Daudit_tree.c679 struct list_head cursor; in audit_trim_trees() local
682 list_add(&cursor, &tree_list); in audit_trim_trees()
683 while (cursor.next != &tree_list) { in audit_trim_trees()
690 tree = container_of(cursor.next, struct audit_tree, list); in audit_trim_trees()
692 list_move(&cursor, &tree->list); in audit_trim_trees()
721 list_del(&cursor); in audit_trim_trees()
872 struct list_head cursor, barrier; in audit_tag_tree() local
894 list_add(&cursor, &barrier); in audit_tag_tree()
896 while (cursor.next != &tree_list) { in audit_tag_tree()
900 tree = container_of(cursor.next, struct audit_tree, list); in audit_tag_tree()
[all …]