Searched refs:list2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/lib/ |
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() 38 KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); in list_test_list_init() 189 LIST_HEAD(list2); in list_test_list_move() 192 list_add_tail(&b, &list2); in list_test_list_move() 195 list_move(&a, &list2); in list_test_list_move() 200 KUNIT_EXPECT_PTR_EQ(test, &a, list2.next); in list_test_list_move() 208 LIST_HEAD(list2); in list_test_list_move_tail() 211 list_add_tail(&b, &list2); in list_test_list_move_tail() 214 list_move_tail(&a, &list2); in list_test_list_move_tail() [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | list_utils.robot | 32 [Arguments] ${list1} ${list2} 35 # list2 The second list to intersect. 38 ${length2}= Get Length ${list2} 43 ... ${length1} < ${length2} ${list2} 44 @{smaller_list}= Set Variable If ${length1} >= ${length2} ${list2} 61 [Arguments] ${list1} ${list2} 64 # list2 The list which is to be subtracted from list1. 69 ... Should Contain ${list2} ${item}
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|