Searched refs:elts (Results 1 – 4 of 4) sorted by relevance
459 elt = *(TRACING_MAP_ELT(map->elts, idx)); in get_free_elt()471 if (!map->elts) in tracing_map_free_elts()475 tracing_map_elt_free(*(TRACING_MAP_ELT(map->elts, i))); in tracing_map_free_elts()476 *(TRACING_MAP_ELT(map->elts, i)) = NULL; in tracing_map_free_elts()479 tracing_map_array_free(map->elts); in tracing_map_free_elts()480 map->elts = NULL; in tracing_map_free_elts()487 map->elts = tracing_map_array_alloc(map->max_elts, in tracing_map_alloc_elts()489 if (!map->elts) in tracing_map_alloc_elts()493 *(TRACING_MAP_ELT(map->elts, i)) = tracing_map_elt_alloc(map); in tracing_map_alloc_elts()494 if (IS_ERR(*(TRACING_MAP_ELT(map->elts, i)))) { in tracing_map_alloc_elts()[all …]
189 struct tracing_map_array *elts; member
161 u8 elts[]; member180 u8 elts[]; member1668 offsetof(struct brcmf_p2p_pub_act_frame, elts); in brcmf_p2p_pub_af_tx()1669 if (cfg80211_get_p2p_attr(&act_frm->elts[0], ie_len, in brcmf_p2p_pub_af_tx()
1000 int elts = sizeof(vector128)/element_size; in kvmppc_get_vmx_offset_generic() local1002 if ((index < 0) || (index >= elts)) in kvmppc_get_vmx_offset_generic()1006 offset = elts - index - 1; in kvmppc_get_vmx_offset_generic()