Home
last modified time | relevance | path

Searched refs:thread_sem (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mmc/card/
Dqueue.c56 down(&mq->thread_sem); in mmc_queue_thread()
95 up(&mq->thread_sem); in mmc_queue_thread()
97 down(&mq->thread_sem); in mmc_queue_thread()
100 up(&mq->thread_sem); in mmc_queue_thread()
289 sema_init(&mq->thread_sem, 1); in mmc_init_queue()
425 down(&mq->thread_sem); in mmc_queue_suspend()
441 up(&mq->thread_sem); in mmc_queue_resume()
Dqueue.h50 struct semaphore thread_sem; member