Searched refs:elems_total (Results 1 – 1 of 1) sorted by relevance
1038 int elems_total = 0; in get_nsec_memory_helper() local1085 elems_total += n; in get_nsec_memory_helper()1088 return elems_total; in get_nsec_memory_helper()1094 int elems_total = 0; in get_nsec_memory() local1096 elems_total = get_nsec_memory_helper(fdt, NULL); in get_nsec_memory()1097 if (elems_total <= 0) in get_nsec_memory()1100 mem = nex_calloc(elems_total, sizeof(*mem)); in get_nsec_memory()1104 elems_total = get_nsec_memory_helper(fdt, mem); in get_nsec_memory()1105 assert(elems_total > 0); in get_nsec_memory()1107 *nelems = elems_total; in get_nsec_memory()
Completed in 4 milliseconds