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

/linux-master/include/linux/
H A Dshdma-base.h103 size_t (*get_partial)(struct shdma_chan *, struct shdma_desc *); member in struct:shdma_ops
/linux-master/drivers/dma/sh/
H A Dshdma-base.c763 if (ops->get_partial && !list_empty(&schan->ld_queue)) {
767 desc->partial = ops->get_partial(schan, desc);
H A Dshdmac.c664 .get_partial = sh_dmae_get_partial,
/linux-master/mm/
H A Dslub.c221 /* Structure holding parameters for get_partial() call chain */
2580 * partial slab and there is none available then get_partial()
2692 static struct slab *get_partial(struct kmem_cache *s, int node, function
3505 slab = get_partial(s, node, &pc);
3701 slab = get_partial(s, node, &pc);

Completed in 369 milliseconds