Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dshdma-base.h103 size_t (*get_partial)(struct shdma_chan *, struct shdma_desc *); member
/linux-6.15/drivers/dma/sh/
H A Dshdma-base.c763 if (ops->get_partial && !list_empty(&schan->ld_queue)) { in shdma_terminate_all()
767 desc->partial = ops->get_partial(schan, desc); in shdma_terminate_all()
H A Dshdmac.c664 .get_partial = sh_dmae_get_partial,
/linux-6.15/mm/
H A Dslub.c2971 static struct slab *get_partial(struct kmem_cache *s, int node, in get_partial() function
3838 slab = get_partial(s, node, &pc); in ___slab_alloc()
4061 slab = get_partial(s, node, &pc); in __slab_alloc_node()