Searched refs:cmndwork (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | vub300.c | 348 struct work_struct cmndwork; member 388 if (queue_work(cmndworkqueue, &vub300->cmndwork)) { in vub300_queue_cmnd_work() 1745 container_of(work, struct vub300_mmc_host, cmndwork); in vub300_cmndwork_thread() 1959 * to the cmndwork thread, in vub300_mmc_request() 1961 * and re-acquire it in the cmndwork thread in vub300_mmc_request() 2319 INIT_WORK(&vub300->cmndwork, vub300_cmndwork_thread); in vub300_probe()
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | vub300.c | 348 struct work_struct cmndwork; member 388 if (queue_work(cmndworkqueue, &vub300->cmndwork)) { in vub300_queue_cmnd_work() 1743 container_of(work, struct vub300_mmc_host, cmndwork); in vub300_cmndwork_thread() 1957 * to the cmndwork thread, in vub300_mmc_request() 1959 * and re-acquire it in the cmndwork thread in vub300_mmc_request() 2317 INIT_WORK(&vub300->cmndwork, vub300_cmndwork_thread); in vub300_probe()
|
Completed in 8 milliseconds