Searched refs:cvmx_zone (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-malloc.h144 struct cvmx_zone struct
154 typedef struct cvmx_zone * cvmx_zone_t;
H A Dcvmx-zone.c74 if (mem_size < sizeof(struct cvmx_zone) + elem_size * num_elem)
105 zone = (cvmx_zone_t)cvmx_malloc(arena_list, sizeof(struct cvmx_zone));

Completed in 149 milliseconds