Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dmemory.c6906 static struct kmem_cache *page_ptl_cachep; variable
6910 page_ptl_cachep = kmem_cache_create("page->ptl", sizeof(spinlock_t), 0, in ptlock_cache_init()
6918 ptl = kmem_cache_alloc(page_ptl_cachep, GFP_KERNEL); in ptlock_alloc()
6927 kmem_cache_free(page_ptl_cachep, ptdesc->ptl); in ptlock_free()