Home
last modified time | relevance | path

Searched refs:el (Results 1 – 2 of 2) sorted by relevance

/lib/
Dlist_sort.c212 struct debug_el *el; in list_sort_test() local
225 el = kmalloc(sizeof(*el), GFP_KERNEL); in list_sort_test()
226 if (!el) { in list_sort_test()
231 el->value = prandom_u32() % (TEST_LIST_LEN / 3); in list_sort_test()
232 el->serial = i; in list_sort_test()
233 el->poison1 = TEST_POISON1; in list_sort_test()
234 el->poison2 = TEST_POISON2; in list_sort_test()
235 elts[i] = el; in list_sort_test()
236 list_add_tail(&el->list, &head); in list_sort_test()
257 el = container_of(cur, struct debug_el, list); in list_sort_test()
[all …]
/lib/reed_solomon/
Ddecode_rs.c20 int deg_lambda, el, deg_omega; variable
123 el = no_eras;
151 if (2 * el <= r + no_eras - 1) {
152 el = r + no_eras - el;