Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c616 uint64_t list2[size]; in test_listmount_tree() local
636 res = listmount(LSMT_ROOT, 0, i ? list2[i - 1] : 0, list2 + i, step, 0); in test_listmount_tree()
650 if (list2[i] != list[i]) { in test_listmount_tree()
653 (unsigned long long) list2[i], in test_listmount_tree()
/linux/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c196 const uint64_t list1[], const uint64_t list2[], in verify_mount_ids() argument
206 ASSERT_NE(list2[i], list2[j]); in verify_mount_ids()
214 if (list1[i] == list2[j]) in verify_mount_ids()
H A Dmount-notify_test_ns.c223 const uint64_t list1[], const uint64_t list2[], in verify_mount_ids() argument
233 ASSERT_NE(list2[i], list2[j]); in verify_mount_ids()
241 if (list1[i] == list2[j]) in verify_mount_ids()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c839 ice_match_prop_lst(struct list_head *list1, struct list_head *list2) in ice_match_prop_lst() argument
849 list_for_each_entry(tmp2, list2, list) in ice_match_prop_lst()
855 tmp2 = list_first_entry(list2, struct ice_vsig_prof, list); in ice_match_prop_lst()