Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/futex/functional/
H A Drobust_list.c121 static int set_list(struct robust_list_head *head) in mutex_lock()
210 ret = set_list(&head); in TEST()
243 ret = set_list(&head); in TEST()
395 ret = set_list(&head); in TEST()
423 ret = set_list(&head);
457 set_list(&head); in child_wait_lock()
545 ret = set_list(&head); in TEST()
547 TH_LOG("set_list error"); in TEST()
663 ret = set_list(&head);
703 ret = set_list(
92 static int set_list(struct robust_list_head *head) set_list() function
[all...]
/linux/fs/f2fs/
H A Dsegment.c4721 INIT_LIST_HEAD(&ses->set_list); in grab_sit_entry_set()
4727 list_del(&ses->set_list); in release_sit_entry_set()
4736 if (list_is_last(&ses->set_list, head)) in adjust_sit_entry_set()
4739 list_for_each_entry_continue(next, head, set_list) in adjust_sit_entry_set()
4741 list_move_tail(&ses->set_list, &next->set_list); in adjust_sit_entry_set()
4745 list_move_tail(&ses->set_list, head); in adjust_sit_entry_set()
4753 list_for_each_entry(ses, head, set_list) { in add_sit_entry()
4765 list_add(&ses->set_list, head); in add_sit_entry()
4771 struct list_head *set_list = &sm_info->sit_entry_set; in add_sits_in_set() local
4776 add_sit_entry(segno, set_list); in add_sits_in_set()
[all …]
H A Dnode.c269 INIT_LIST_HEAD(&head->set_list); in __grab_nat_entry_set()
3091 list_for_each_entry(cur, head, set_list) { in __adjust_nat_entry_set()
3093 list_add(&nes->set_list, cur->set_list.prev); in __adjust_nat_entry_set()
3098 list_add_tail(&nes->set_list, head); in __adjust_nat_entry_set()
3263 list_for_each_entry(set, &sets, set_list) { in f2fs_flush_nat_entries()
3272 list_for_each_entry_safe(set, tmp, &sets, set_list) { in f2fs_flush_nat_entries()
H A Dsegment.h284 struct list_head set_list; /* link with all sit sets */ member