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

/linux-4.4.14/mm/
H A Dmemory.c3926 static struct kmem_cache *page_ptl_cachep; variable in typeref:struct:kmem_cache
3930 page_ptl_cachep = kmem_cache_create("page->ptl", sizeof(spinlock_t), 0, ptlock_cache_init()
3938 ptl = kmem_cache_alloc(page_ptl_cachep, GFP_KERNEL); ptlock_alloc()
3947 kmem_cache_free(page_ptl_cachep, page->ptl); ptlock_free()

Completed in 59 milliseconds