Searched refs:list2 (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | list-test.c | 22 struct list_head list2; in list_test_list_init() local 27 INIT_LIST_HEAD(&list2); in list_test_list_init() 193 LIST_HEAD(list2); in list_test_list_move() 212 LIST_HEAD(list2); in list_test_list_move_tail() 234 LIST_HEAD(list2); in list_test_list_bulk_move_tail() 308 LIST_HEAD(list2); in list_test_list_empty() 321 LIST_HEAD(list2); in list_test_list_empty_careful() 393 LIST_HEAD(list2); in list_test_list_cut_position() 423 LIST_HEAD(list2); in list_test_list_cut_before() 453 LIST_HEAD(list2); in list_test_list_splice() [all …]
|
| /linux-6.15/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount_test.c | 616 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-6.15/tools/testing/selftests/filesystems/mount-notify/ |
| H A D | mount-notify_test.c | 219 const uint64_t list1[], const uint64_t list2[], in verify_mount_ids() argument 229 ASSERT_NE(list2[i], list2[j]); in verify_mount_ids() 237 if (list1[i] == list2[j]) in verify_mount_ids()
|
| /linux-6.15/drivers/media/i2c/et8ek8/ |
| H A D | et8ek8_driver.c | 485 **list2 = (const struct et8ek8_reglist **)b; in et8ek8_reglist_cmp() local 489 (*list2)->type != ET8EK8_REGLIST_MODE) in et8ek8_reglist_cmp() 492 (*list2)->type == ET8EK8_REGLIST_MODE) in et8ek8_reglist_cmp() 496 if ((*list1)->mode.window_width > (*list2)->mode.window_width) in et8ek8_reglist_cmp() 498 if ((*list1)->mode.window_width < (*list2)->mode.window_width) in et8ek8_reglist_cmp() 501 if ((*list1)->mode.window_height > (*list2)->mode.window_height) in et8ek8_reglist_cmp() 503 if ((*list1)->mode.window_height < (*list2)->mode.window_height) in et8ek8_reglist_cmp()
|
| /linux-6.15/drivers/acpi/ |
| H A D | utils.c | 417 struct acpi_handle_list *list2) in acpi_handle_list_equal() argument 419 return list1->count == list2->count && in acpi_handle_list_equal() 420 !memcmp(list1->handles, list2->handles, in acpi_handle_list_equal()
|
| /linux-6.15/include/acpi/ |
| H A D | acpi_bus.h | 37 struct acpi_handle_list *list2);
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flex_pipe.c | 843 ice_match_prop_lst(struct list_head *list1, struct list_head *list2) in ice_match_prop_lst() argument 853 list_for_each_entry(tmp2, list2, list) in ice_match_prop_lst() 859 tmp2 = list_first_entry(list2, struct ice_vsig_prof, list); in ice_match_prop_lst()
|