Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c119 static void * malloc_internal(size_t, percpu_t *);
185 static percpu_t *cpu_list;
236 percpu_t *list_rotor; in malloc()
793 percpu_t *new_cpu_list; in setup_caches()
840 cache_space_needed = ncpus * (sizeof (percpu_t) + CACHELIST_SIZE); in setup_caches()
842 new_cpu_list = (percpu_t *)sbrk(cache_space_needed); in setup_caches()
844 if (new_cpu_list == (percpu_t *)-1 || in setup_caches()
948 percpu_t *cpuptr; in reinit_cpu_list()
1009 malloc_internal(size_t size, percpu_t *cpuptr) in malloc_internal()
1505 percpu_t *cpuptr; in malloc_prepare()
[all …]
H A Dmtmalloc_impl.h79 } percpu_t; typedef