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

/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c277 struct hugepd_freelist **batchp; local
279 batchp = &get_cpu_var(hugepd_freelist_cur);
288 if (*batchp == NULL) {
289 *batchp = (struct hugepd_freelist *)__get_free_page(GFP_ATOMIC);
290 (*batchp)->index = 0;
293 (*batchp)->ptes[(*batchp)->index++] = hugepte;
294 if ((*batchp)->index == HUGEPD_FREELIST_SIZE) {
295 call_rcu(&(*batchp)->rcu, hugepd_free_rcu_callback);
296 *batchp
[all...]

Completed in 311 milliseconds