Searched refs:search_empty (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_memory.c | 78 * of accessing page in set_tlb_bus and set_silent_tlb. search_empty() 125 search_empty(struct snd_util_memhdr *hdr, int size) in search_empty() function 193 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_sg_pages() 240 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_cont_pages()
|
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident_memory.c | 72 * of accessing page in set_tlb_bus and set_silent_tlb. search_empty() 108 search_empty(struct snd_util_memhdr *hdr, int size) in search_empty() function 176 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_sg_pages() 220 blk = search_empty(hdr, runtime->dma_bytes); in snd_trident_alloc_cont_pages()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | memory.c | 202 search_empty(struct snd_emu10k1 *emu, int size) in search_empty() function 316 blk = search_empty(emu, runtime->dma_bytes + idx); in snd_emu10k1_alloc_pages()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | memory.c | 206 search_empty(struct snd_emu10k1 *emu, int size) in search_empty() function 319 blk = search_empty(emu, runtime->dma_bytes); in snd_emu10k1_alloc_pages()
|
Completed in 3 milliseconds