mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
1021dd010d
The only generic interface to execute asynchronously in the BH context is tasklet; however, it's marked deprecated and has some design flaws. To replace tasklets, BH workqueue support was recently added. A BH workqueue behaves similarly to regular workqueues except that the queued work items are executed in the BH context. This patch converts drivers/media/* from tasklet to BH workqueue. Based on the work done by Tejun Heo <tj@kernel.org> Signed-off-by: Allen Pais <allen.lkml@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> |
||
---|---|---|
.. | ||
hopper_cards.c | ||
hopper_vp3028.c | ||
hopper_vp3028.h | ||
Kconfig | ||
Makefile | ||
mantis_ca.c | ||
mantis_ca.h | ||
mantis_cards.c | ||
mantis_common.h | ||
mantis_core.h | ||
mantis_dma.c | ||
mantis_dma.h | ||
mantis_dvb.c | ||
mantis_dvb.h | ||
mantis_evm.c | ||
mantis_hif.c | ||
mantis_hif.h | ||
mantis_i2c.c | ||
mantis_i2c.h | ||
mantis_input.c | ||
mantis_input.h | ||
mantis_ioc.c | ||
mantis_ioc.h | ||
mantis_link.h | ||
mantis_pci.c | ||
mantis_pci.h | ||
mantis_pcmcia.c | ||
mantis_reg.h | ||
mantis_uart.c | ||
mantis_uart.h | ||
mantis_vp1033.c | ||
mantis_vp1033.h | ||
mantis_vp1034.c | ||
mantis_vp1034.h | ||
mantis_vp1041.c | ||
mantis_vp1041.h | ||
mantis_vp2033.c | ||
mantis_vp2033.h | ||
mantis_vp2040.c | ||
mantis_vp2040.h | ||
mantis_vp3030.c | ||
mantis_vp3030.h |