Searched refs:elts (Results 1 - 5 of 5) sorted by relevance

/linux-master/lib/
H A Dtest_list_sort.c31 struct debug_el **elts = test->priv; local
36 KUNIT_EXPECT_PTR_EQ_MSG(test, elts[ela->serial], ela, "phantom element");
37 KUNIT_EXPECT_PTR_EQ_MSG(test, elts[elb->serial], elb, "phantom element");
61 struct debug_el *el, **elts; local
65 elts = kunit_kcalloc(test, TEST_LIST_LEN, sizeof(*elts), GFP_KERNEL);
66 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, elts);
67 test->priv = elts;
78 elts[i] = el;
/linux-master/kernel/trace/
H A Dtracing_map.c459 elt = *(TRACING_MAP_ELT(map->elts, idx));
471 if (!map->elts)
475 tracing_map_elt_free(*(TRACING_MAP_ELT(map->elts, i)));
476 *(TRACING_MAP_ELT(map->elts, i)) = NULL;
479 tracing_map_array_free(map->elts);
480 map->elts = NULL;
487 map->elts = tracing_map_array_alloc(map->max_elts,
489 if (!map->elts)
493 *(TRACING_MAP_ELT(map->elts, i)) = tracing_map_elt_alloc(map);
494 if (IS_ERR(*(TRACING_MAP_ELT(map->elts,
[all...]
H A Dtracing_map.h96 * the elts field of struct tracing_map.
189 struct tracing_map_array *elts; member in struct:tracing_map
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c152 * @elts: Variable length information elements.
161 u8 elts[]; member in struct:brcmf_p2p_pub_act_frame
172 * @elts: Variable length information elements.
180 u8 elts[]; member in struct:brcmf_p2p_action_frame
1675 offsetof(struct brcmf_p2p_pub_act_frame, elts);
1676 if (cfg80211_get_p2p_attr(&act_frm->elts[0], ie_len,
/linux-master/arch/powerpc/kvm/
H A Dpowerpc.c1006 int elts = sizeof(vector128)/element_size; local
1008 if ((index < 0) || (index >= elts))
1012 offset = elts - index - 1;

Completed in 215 milliseconds