Searched refs:el (Results 1 – 2 of 2) sorted by relevance
73 struct debug_el *el; in list_sort_test() local84 el = kmalloc(sizeof(*el), GFP_KERNEL); in list_sort_test()85 if (!el) in list_sort_test()89 el->value = prandom_u32() % (TEST_LIST_LEN / 3); in list_sort_test()90 el->serial = i; in list_sort_test()91 el->poison1 = TEST_POISON1; in list_sort_test()92 el->poison2 = TEST_POISON2; in list_sort_test()93 elts[i] = el; in list_sort_test()94 list_add_tail(&el->list, &head); in list_sort_test()115 el = container_of(cur, struct debug_el, list); in list_sort_test()[all …]
14 int deg_lambda, el, deg_omega; variable133 el = no_eras;161 if (2 * el <= r + no_eras - 1) {162 el = r + no_eras - el;