Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c168 static int __testmgr_alloc_buf(char *buf[XBUFSIZE], int order) in __testmgr_alloc_buf() argument
173 buf[i] = (char *)__get_free_pages(GFP_KERNEL, order); in __testmgr_alloc_buf()
182 free_pages((unsigned long)buf[i], order); in __testmgr_alloc_buf()
192 static void __testmgr_free_buf(char *buf[XBUFSIZE], int order) in __testmgr_free_buf() argument
197 free_pages((unsigned long)buf[i], order); in __testmgr_free_buf()
DKconfig53 This module is intended to be loaded at early boot time in order to
1754 blocks parallel, utilizing resources of out-of-order CPUs better.