Searched refs:get_partial (Results 1 – 4 of 4) sorted by relevance
103 size_t (*get_partial)(struct shdma_chan *, struct shdma_desc *); member
763 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()
664 .get_partial = sh_dmae_get_partial,
2396 static void *get_partial(struct kmem_cache *s, int node, struct partial_context *pc) in get_partial() function3218 freelist = get_partial(s, node, &pc); in ___slab_alloc()3414 object = get_partial(s, node, &pc); in __slab_alloc_node()