Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Drobust_list.c92 static int set_list(struct robust_list_head *head) in set_list() function
177 ret = set_list(&head); in child_fn_lock()
214 ret = set_list(&head); in TEST()
366 ret = set_list(&head); in child_fn_lock_with_error()
398 ret = set_list(&head); in TEST()
432 set_list(&head); in child_lock_holder()
516 ret = set_list(&head); in child_circular_list()
/linux/fs/f2fs/
H A Dsegment.c4602 INIT_LIST_HEAD(&ses->set_list); in grab_sit_entry_set()
4608 list_del(&ses->set_list); in release_sit_entry_set()
4617 if (list_is_last(&ses->set_list, head)) in adjust_sit_entry_set()
4620 list_for_each_entry_continue(next, head, set_list) in adjust_sit_entry_set()
4622 list_move_tail(&ses->set_list, &next->set_list); in adjust_sit_entry_set()
4626 list_move_tail(&ses->set_list, head); in adjust_sit_entry_set()
4634 list_for_each_entry(ses, head, set_list) { in add_sit_entry()
4646 list_add(&ses->set_list, head); in add_sit_entry()
4652 struct list_head *set_list = &sm_info->sit_entry_set; in add_sits_in_set() local
4657 add_sit_entry(segno, set_list); in add_sits_in_set()
[all …]
H A Dnode.h162 struct list_head set_list; /* link with other nat sets */ member
H A Dnode.c264 INIT_LIST_HEAD(&head->set_list); in __grab_nat_entry_set()
3022 list_for_each_entry(cur, head, set_list) { in __adjust_nat_entry_set()
3024 list_add(&nes->set_list, cur->set_list.prev); in __adjust_nat_entry_set()
3029 list_add_tail(&nes->set_list, head); in __adjust_nat_entry_set()
3190 list_for_each_entry_safe(set, tmp, &sets, set_list) { in f2fs_flush_nat_entries()
H A Dsegment.h289 struct list_head set_list; /* link with all sit sets */ member