Searched refs:get_partial (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | shdma-base.h | 106 size_t (*get_partial)(struct shdma_chan *, struct shdma_desc *); member
|
/linux-4.4.14/drivers/dma/sh/ |
D | sudmac.c | 330 .get_partial = sudmac_get_partial,
|
D | shdma-base.c | 766 if (ops->get_partial && !list_empty(&schan->ld_queue)) { in shdma_terminate_all() 770 desc->partial = ops->get_partial(schan, desc); in shdma_terminate_all()
|
D | rcar-hpbdma.c | 500 .get_partial = hpb_dmae_get_partial,
|
D | shdmac.c | 674 .get_partial = sh_dmae_get_partial,
|
/linux-4.4.14/mm/ |
D | slub.c | 1772 static void *get_partial(struct kmem_cache *s, gfp_t flags, int node, in get_partial() function 2263 freelist = get_partial(s, flags, node, c); in new_slab_objects()
|