thread_lock 46 drivers/hid/usbhid/hiddev.c struct mutex thread_lock; thread_lock 255 drivers/hid/usbhid/hiddev.c mutex_init(&list->thread_lock); thread_lock 333 drivers/hid/usbhid/hiddev.c retval = mutex_lock_interruptible(&list->thread_lock); thread_lock 356 drivers/hid/usbhid/hiddev.c mutex_unlock(&list->thread_lock); thread_lock 358 drivers/hid/usbhid/hiddev.c if (mutex_lock_interruptible(&list->thread_lock)) { thread_lock 369 drivers/hid/usbhid/hiddev.c mutex_unlock(&list->thread_lock); thread_lock 383 drivers/hid/usbhid/hiddev.c mutex_unlock(&list->thread_lock); thread_lock 393 drivers/hid/usbhid/hiddev.c mutex_unlock(&list->thread_lock); thread_lock 403 drivers/hid/usbhid/hiddev.c mutex_unlock(&list->thread_lock); thread_lock 242 drivers/mmc/host/sh_mmcif.c struct mutex thread_lock; thread_lock 1186 drivers/mmc/host/sh_mmcif.c mutex_lock(&host->thread_lock); thread_lock 1192 drivers/mmc/host/sh_mmcif.c mutex_unlock(&host->thread_lock); thread_lock 1203 drivers/mmc/host/sh_mmcif.c mutex_unlock(&host->thread_lock); thread_lock 1248 drivers/mmc/host/sh_mmcif.c mutex_unlock(&host->thread_lock); thread_lock 1262 drivers/mmc/host/sh_mmcif.c mutex_unlock(&host->thread_lock); thread_lock 1273 drivers/mmc/host/sh_mmcif.c mutex_unlock(&host->thread_lock); thread_lock 1483 drivers/mmc/host/sh_mmcif.c mutex_init(&host->thread_lock); thread_lock 159 drivers/pcmcia/cs.c spin_lock_init(&socket->thread_lock); thread_lock 625 drivers/pcmcia/cs.c spin_lock_irqsave(&skt->thread_lock, flags); thread_lock 630 drivers/pcmcia/cs.c spin_unlock_irqrestore(&skt->thread_lock, flags); thread_lock 705 drivers/pcmcia/cs.c spin_lock_irqsave(&s->thread_lock, flags); thread_lock 707 drivers/pcmcia/cs.c spin_unlock_irqrestore(&s->thread_lock, flags); thread_lock 730 drivers/pcmcia/cs.c spin_lock_irqsave(&s->thread_lock, flags); thread_lock 732 drivers/pcmcia/cs.c spin_unlock_irqrestore(&s->thread_lock, flags); thread_lock 195 include/pcmcia/ss.h spinlock_t thread_lock; thread_lock 63 tools/perf/bench/epoll-ctl.c static pthread_mutex_t thread_lock; thread_lock 179 tools/perf/bench/epoll-ctl.c pthread_mutex_lock(&thread_lock); thread_lock 183 tools/perf/bench/epoll-ctl.c pthread_cond_wait(&thread_worker, &thread_lock); thread_lock 184 tools/perf/bench/epoll-ctl.c pthread_mutex_unlock(&thread_lock); thread_lock 358 tools/perf/bench/epoll-ctl.c pthread_mutex_init(&thread_lock, NULL); thread_lock 368 tools/perf/bench/epoll-ctl.c pthread_mutex_lock(&thread_lock); thread_lock 370 tools/perf/bench/epoll-ctl.c pthread_cond_wait(&thread_parent, &thread_lock); thread_lock 372 tools/perf/bench/epoll-ctl.c pthread_mutex_unlock(&thread_lock); thread_lock 387 tools/perf/bench/epoll-ctl.c pthread_mutex_destroy(&thread_lock); thread_lock 114 tools/perf/bench/epoll-wait.c static pthread_mutex_t thread_lock; thread_lock 194 tools/perf/bench/epoll-wait.c pthread_mutex_lock(&thread_lock); thread_lock 198 tools/perf/bench/epoll-wait.c pthread_cond_wait(&thread_worker, &thread_lock); thread_lock 199 tools/perf/bench/epoll-wait.c pthread_mutex_unlock(&thread_lock); thread_lock 476 tools/perf/bench/epoll-wait.c pthread_mutex_init(&thread_lock, NULL); thread_lock 486 tools/perf/bench/epoll-wait.c pthread_mutex_lock(&thread_lock); thread_lock 488 tools/perf/bench/epoll-wait.c pthread_cond_wait(&thread_parent, &thread_lock); thread_lock 490 tools/perf/bench/epoll-wait.c pthread_mutex_unlock(&thread_lock); thread_lock 515 tools/perf/bench/epoll-wait.c pthread_mutex_destroy(&thread_lock); thread_lock 41 tools/perf/bench/futex-hash.c static pthread_mutex_t thread_lock; thread_lock 74 tools/perf/bench/futex-hash.c pthread_mutex_lock(&thread_lock); thread_lock 78 tools/perf/bench/futex-hash.c pthread_cond_wait(&thread_worker, &thread_lock); thread_lock 79 tools/perf/bench/futex-hash.c pthread_mutex_unlock(&thread_lock); thread_lock 158 tools/perf/bench/futex-hash.c pthread_mutex_init(&thread_lock, NULL); thread_lock 186 tools/perf/bench/futex-hash.c pthread_mutex_lock(&thread_lock); thread_lock 188 tools/perf/bench/futex-hash.c pthread_cond_wait(&thread_parent, &thread_lock); thread_lock 190 tools/perf/bench/futex-hash.c pthread_mutex_unlock(&thread_lock); thread_lock 204 tools/perf/bench/futex-hash.c pthread_mutex_destroy(&thread_lock); thread_lock 41 tools/perf/bench/futex-lock-pi.c static pthread_mutex_t thread_lock; thread_lock 85 tools/perf/bench/futex-lock-pi.c pthread_mutex_lock(&thread_lock); thread_lock 89 tools/perf/bench/futex-lock-pi.c pthread_cond_wait(&thread_worker, &thread_lock); thread_lock 90 tools/perf/bench/futex-lock-pi.c pthread_mutex_unlock(&thread_lock); thread_lock 182 tools/perf/bench/futex-lock-pi.c pthread_mutex_init(&thread_lock, NULL); thread_lock 193 tools/perf/bench/futex-lock-pi.c pthread_mutex_lock(&thread_lock); thread_lock 195 tools/perf/bench/futex-lock-pi.c pthread_cond_wait(&thread_parent, &thread_lock); thread_lock 197 tools/perf/bench/futex-lock-pi.c pthread_mutex_unlock(&thread_lock); thread_lock 211 tools/perf/bench/futex-lock-pi.c pthread_mutex_destroy(&thread_lock); thread_lock 42 tools/perf/bench/futex-requeue.c static pthread_mutex_t thread_lock; thread_lock 76 tools/perf/bench/futex-requeue.c pthread_mutex_lock(&thread_lock); thread_lock 80 tools/perf/bench/futex-requeue.c pthread_cond_wait(&thread_worker, &thread_lock); thread_lock 81 tools/perf/bench/futex-requeue.c pthread_mutex_unlock(&thread_lock); thread_lock 155 tools/perf/bench/futex-requeue.c pthread_mutex_init(&thread_lock, NULL); thread_lock 167 tools/perf/bench/futex-requeue.c pthread_mutex_lock(&thread_lock); thread_lock 169 tools/perf/bench/futex-requeue.c pthread_cond_wait(&thread_parent, &thread_lock); thread_lock 171 tools/perf/bench/futex-requeue.c pthread_mutex_unlock(&thread_lock); thread_lock 212 tools/perf/bench/futex-requeue.c pthread_mutex_destroy(&thread_lock); thread_lock 53 tools/perf/bench/futex-wake-parallel.c static pthread_mutex_t thread_lock; thread_lock 125 tools/perf/bench/futex-wake-parallel.c pthread_mutex_lock(&thread_lock); thread_lock 129 tools/perf/bench/futex-wake-parallel.c pthread_cond_wait(&thread_worker, &thread_lock); thread_lock 130 tools/perf/bench/futex-wake-parallel.c pthread_mutex_unlock(&thread_lock); thread_lock 276 tools/perf/bench/futex-wake-parallel.c pthread_mutex_init(&thread_lock, NULL); thread_lock 289 tools/perf/bench/futex-wake-parallel.c pthread_mutex_lock(&thread_lock); thread_lock 291 tools/perf/bench/futex-wake-parallel.c pthread_cond_wait(&thread_parent, &thread_lock); thread_lock 293 tools/perf/bench/futex-wake-parallel.c pthread_mutex_unlock(&thread_lock); thread_lock 316 tools/perf/bench/futex-wake-parallel.c pthread_mutex_destroy(&thread_lock); thread_lock 43 tools/perf/bench/futex-wake.c static pthread_mutex_t thread_lock; thread_lock 64 tools/perf/bench/futex-wake.c pthread_mutex_lock(&thread_lock); thread_lock 68 tools/perf/bench/futex-wake.c pthread_cond_wait(&thread_worker, &thread_lock); thread_lock 69 tools/perf/bench/futex-wake.c pthread_mutex_unlock(&thread_lock); thread_lock 160 tools/perf/bench/futex-wake.c pthread_mutex_init(&thread_lock, NULL); thread_lock 172 tools/perf/bench/futex-wake.c pthread_mutex_lock(&thread_lock); thread_lock 174 tools/perf/bench/futex-wake.c pthread_cond_wait(&thread_parent, &thread_lock); thread_lock 176 tools/perf/bench/futex-wake.c pthread_mutex_unlock(&thread_lock); thread_lock 206 tools/perf/bench/futex-wake.c pthread_mutex_destroy(&thread_lock);