Home
last modified time | relevance | path

Searched refs:gfp (Results 1 – 6 of 6) sorted by relevance

/sound/core/
Dmemalloc.c247 gfp_t gfp = snd_mem_get_gfp_flags(dmab, GFP_KERNEL); in snd_dma_continuous_alloc() local
248 void *p = alloc_pages_exact(size, gfp); in snd_dma_continuous_alloc()
280 gfp_t gfp = snd_mem_get_gfp_flags(dmab, GFP_KERNEL | __GFP_HIGHMEM); in snd_dma_vmalloc_alloc() local
282 return __vmalloc(size, gfp); in snd_dma_vmalloc_alloc()
/sound/virtio/
Dvirtio_ctl_msg.c86 size_t response_size, gfp_t gfp) in virtsnd_ctl_msg_alloc() argument
93 msg = kzalloc(sizeof(*msg) + request_size + response_size, gfp); in virtsnd_ctl_msg_alloc()
Dvirtio_ctl_msg.h24 size_t response_size, gfp_t gfp);
Dvirtio_pcm_msg.c393 unsigned int command, gfp_t gfp) in virtsnd_pcm_ctl_msg_alloc() argument
405 msg = virtsnd_ctl_msg_alloc(request_size, response_size, gfp); in virtsnd_pcm_ctl_msg_alloc()
Dvirtio_pcm.h113 unsigned int command, gfp_t gfp);
Dvirtio_card.c31 gfp_t gfp) in virtsnd_event_send() argument
41 if (virtqueue_add_sgs(vqueue, psgs, 0, 1, event, gfp) || !notify) in virtsnd_event_send()