Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/card/
Dqueue.c56 down(&mq->thread_sem); in mmc_queue_thread()
97 up(&mq->thread_sem); in mmc_queue_thread()
99 down(&mq->thread_sem); in mmc_queue_thread()
102 up(&mq->thread_sem); in mmc_queue_thread()
291 sema_init(&mq->thread_sem, 1); in mmc_init_queue()
427 down(&mq->thread_sem); in mmc_queue_suspend()
443 up(&mq->thread_sem); in mmc_queue_resume()
Dqueue.h49 struct semaphore thread_sem; member