Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dshdma-base.h103 size_t (*get_partial)(struct shdma_chan *, struct shdma_desc *); member
/openbmc/linux/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,
/openbmc/linux/mm/
H A Dslub.c2396 static void *get_partial(struct kmem_cache *s, int node, struct partial_context *pc) in get_partial() function
3218 freelist = get_partial(s, node, &pc); in ___slab_alloc()
3414 object = get_partial(s, node, &pc); in __slab_alloc_node()