Searched refs:malloc_type (Results 1 – 1 of 1) sorted by relevance
900 static int malloc_type; in malloc_pkey() local906 pkey_assert(malloc_type < nr_malloc_types); in malloc_pkey()908 ret = pkey_malloc[malloc_type](size, prot, pkey); in malloc_pkey()911 malloc_type++; in malloc_pkey()912 if (malloc_type >= nr_malloc_types) in malloc_pkey()913 malloc_type = (random()%nr_malloc_types); in malloc_pkey()