Symbol: set_list
fs/f2fs/node.c
264
INIT_LIST_HEAD(&head->set_list);
fs/f2fs/node.c
3055
list_for_each_entry(cur, head, set_list) {
fs/f2fs/node.c
3057
list_add(&nes->set_list, cur->set_list.prev);
fs/f2fs/node.c
3062
list_add_tail(&nes->set_list, head);
fs/f2fs/node.c
3226
list_for_each_entry(set, &sets, set_list) {
fs/f2fs/node.c
3235
list_for_each_entry_safe(set, tmp, &sets, set_list) {
fs/f2fs/node.h
154
struct list_head set_list; /* link with other nat sets */
fs/f2fs/segment.c
4597
INIT_LIST_HEAD(&ses->set_list);
fs/f2fs/segment.c
4603
list_del(&ses->set_list);
fs/f2fs/segment.c
4612
if (list_is_last(&ses->set_list, head))
fs/f2fs/segment.c
4615
list_for_each_entry_continue(next, head, set_list)
fs/f2fs/segment.c
4617
list_move_tail(&ses->set_list, &next->set_list);
fs/f2fs/segment.c
4621
list_move_tail(&ses->set_list, head);
fs/f2fs/segment.c
4629
list_for_each_entry(ses, head, set_list) {
fs/f2fs/segment.c
4641
list_add(&ses->set_list, head);
fs/f2fs/segment.c
4647
struct list_head *set_list = &sm_info->sit_entry_set;
fs/f2fs/segment.c
4652
add_sit_entry(segno, set_list);
fs/f2fs/segment.c
4716
list_for_each_entry_safe(ses, tmp, head, set_list) {
fs/f2fs/segment.h
288
struct list_head set_list; /* link with all sit sets */
net/mac80211/tests/s1g_tim.c
210
static const u16 set_list[] = { 1, 6, 21, 23 };
net/mac80211/tests/s1g_tim.c
217
fill_bitmap(exp, set_list, ARRAY_SIZE(set_list));
net/mac80211/tests/s1g_tim.c
231
static const u16 set_list[] = { 31 };
net/mac80211/tests/s1g_tim.c
238
fill_bitmap(exp, set_list, ARRAY_SIZE(set_list));
net/mac80211/tests/s1g_tim.c
251
static const u16 set_list[] = { 1, 6, 13, 15, 17, 22, 29, 31, 33,
net/mac80211/tests/s1g_tim.c
262
fill_bitmap(exp, set_list, ARRAY_SIZE(set_list));
tools/testing/selftests/futex/functional/robust_list.c
177
ret = set_list(&head);
tools/testing/selftests/futex/functional/robust_list.c
214
ret = set_list(&head);
tools/testing/selftests/futex/functional/robust_list.c
366
ret = set_list(&head);
tools/testing/selftests/futex/functional/robust_list.c
398
ret = set_list(&head);
tools/testing/selftests/futex/functional/robust_list.c
432
set_list(&head);
tools/testing/selftests/futex/functional/robust_list.c
516
ret = set_list(&head);