mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-24 15:26:58 +00:00
Originally freeing descriptors was split into a locked and an unlocked
part. The locked part in vchan_get_all_descriptors() collected all
descriptors on a separate list_head. This was done to allow iterating
over that new list in vchan_dma_desc_free_list() without a lock held.
This became broken in
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| sf-pdma.c | ||
| sf-pdma.h | ||