Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dshdma-base.h103 size_t (*get_partial)(struct shdma_chan *, struct shdma_desc *); member
/linux/mm/
H A Dslub.c225 /* Structure holding parameters for get_partial() call chain */
2832 * partial slab and there is none available then get_partial() in get_partial_node()
2943 static struct slab *get_partial(struct kmem_cache *s, int node,
3798 * __GFP_THISNODE in pc.flags for get_partial() in ___slab_alloc()
3802 * get_partial() try partial lists of other nodes before potentially in ___slab_alloc()
3810 slab = get_partial(s, node, &pc); in ___slab_alloc()
4033 slab = get_partial(s, node, &pc);
2928 static struct slab *get_partial(struct kmem_cache *s, int node, get_partial() function