/Linux-v4.19/tools/testing/radix-tree/ |
D | regression1.c | 117 pthread_mutex_unlock(&page->lock); in find_get_pages() 121 pthread_mutex_unlock(&page->lock); in find_get_pages() 151 pthread_mutex_unlock(&mt_lock); in regression1_fn() 156 pthread_mutex_unlock(&mt_lock); in regression1_fn() 162 pthread_mutex_unlock(&p->lock); in regression1_fn() 163 pthread_mutex_unlock(&mt_lock); in regression1_fn() 170 pthread_mutex_unlock(&p->lock); in regression1_fn() 171 pthread_mutex_unlock(&mt_lock); in regression1_fn()
|
D | linux.c | 40 pthread_mutex_unlock(&cachep->lock); in kmem_cache_alloc() 43 pthread_mutex_unlock(&cachep->lock); in kmem_cache_alloc() 71 pthread_mutex_unlock(&cachep->lock); in kmem_cache_free()
|
D | iteration_check.c | 49 pthread_mutex_unlock(&tree_lock); in add_entries_fn() 155 pthread_mutex_unlock(&tree_lock); in remove_entries_fn()
|
D | test.c | 201 pthread_mutex_unlock(lock); in tag_tagged_items() 207 pthread_mutex_unlock(lock); in tag_tagged_items()
|
/Linux-v4.19/tools/lib/lockdep/tests/ |
D | ABBA_2threads.c | 20 pthread_mutex_unlock(&a); in ba_lock() 21 pthread_mutex_unlock(&b); in ba_lock() 41 pthread_mutex_unlock(&b); in main() 42 pthread_mutex_unlock(&a); in main()
|
D | unlock_balance.c | 11 pthread_mutex_unlock(&a); in main() 12 pthread_mutex_unlock(&a); in main()
|
D | common.h | 9 pthread_mutex_unlock(&(b)); \ 10 pthread_mutex_unlock(&(a)); \
|
/Linux-v4.19/tools/include/linux/ |
D | spinlock.h | 14 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x) 26 pthread_mutex_unlock(mutex); in arch_spin_unlock()
|
/Linux-v4.19/tools/perf/ui/tui/ |
D | util.c | 126 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window() 136 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window() 148 pthread_mutex_unlock(&ui__lock); in ui_browser__input_window() 212 pthread_mutex_unlock(&ui__lock); in ui__question_window()
|
D | progress.c | 60 pthread_mutex_unlock(&ui__lock); in tui_progress__update() 76 pthread_mutex_unlock(&ui__lock); in tui_progress__finish()
|
D | helpline.c | 47 pthread_mutex_unlock(&ui__lock); in tui_helpline__show()
|
D | setup.c | 35 pthread_mutex_unlock(&ui__lock); in ui__refresh_dimensions()
|
/Linux-v4.19/tools/lib/lockdep/include/liblockdep/ |
D | mutex.h | 46 return pthread_mutex_unlock(&lock->mutex); in liblockdep_pthread_mutex_unlock() 65 #define pthread_mutex_unlock liblockdep_pthread_mutex_unlock macro
|
/Linux-v4.19/tools/testing/selftests/timers/ |
D | threadtest.c | 72 pthread_mutex_unlock(&print_lock); in checklist() 94 pthread_mutex_unlock(&list_lock); in shared_thread()
|
/Linux-v4.19/tools/perf/bench/ |
D | futex-wake.c | 68 pthread_mutex_unlock(&thread_lock); in workerfn() 175 pthread_mutex_unlock(&thread_lock); in bench_futex_wake()
|
D | futex-requeue.c | 80 pthread_mutex_unlock(&thread_lock); in workerfn() 170 pthread_mutex_unlock(&thread_lock); in bench_futex_requeue()
|
D | futex-hash.c | 77 pthread_mutex_unlock(&thread_lock); in workerfn() 188 pthread_mutex_unlock(&thread_lock); in bench_futex_hash()
|
D | futex-lock-pi.c | 88 pthread_mutex_unlock(&thread_lock); in workerfn() 195 pthread_mutex_unlock(&thread_lock); in bench_futex_lock_pi()
|
D | futex-wake-parallel.c | 129 pthread_mutex_unlock(&thread_lock); in blocked_workerfn() 292 pthread_mutex_unlock(&thread_lock); in bench_futex_wake_parallel()
|
D | numa.c | 1133 pthread_mutex_unlock(&g->startup_mutex); in worker_thread() 1141 pthread_mutex_unlock(&g->startup_done_mutex); in worker_thread() 1143 pthread_mutex_unlock(&g->start_work_mutex); in worker_thread() 1164 pthread_mutex_unlock(td->process_lock); in worker_thread() 1172 pthread_mutex_unlock(td->process_lock); in worker_thread() 1270 pthread_mutex_unlock(&g->stop_work_mutex); in worker_thread() 1535 pthread_mutex_unlock(&g->start_work_mutex); in __bench_numa() 1552 pthread_mutex_unlock(&g->startup_done_mutex); in __bench_numa()
|
/Linux-v4.19/tools/perf/ui/ |
D | browser.c | 274 pthread_mutex_unlock(&ui__lock); in ui_browser__show_title() 299 pthread_mutex_unlock(&ui__lock); in ui_browser__show() 308 pthread_mutex_unlock(&ui__lock); in ui_browser__hide() 356 pthread_mutex_unlock(&ui__lock); in ui_browser__refresh() 395 pthread_mutex_unlock(&ui__lock); in ui_browser__run()
|
/Linux-v4.19/tools/perf/util/ |
D | dso.c | 628 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_close() 683 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_get_fd() 690 pthread_mutex_unlock(&dso__data_open_lock); in dso__data_put_fd() 720 pthread_mutex_unlock(&dso->lock); in dso_cache__free() 778 pthread_mutex_unlock(&dso->lock); in dso_cache__insert() 832 pthread_mutex_unlock(&dso__data_open_lock); in dso_cache__read() 933 pthread_mutex_unlock(&dso__data_open_lock); in data_file_size()
|
/Linux-v4.19/tools/perf/ |
D | builtin-top.c | 129 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source() 145 pthread_mutex_unlock(¬es->lock); in perf_top__parse_source() 203 pthread_mutex_unlock(¬es->lock); in perf_top__record_precise_ip() 210 pthread_mutex_unlock(&he->hists->lock); in perf_top__record_precise_ip() 259 pthread_mutex_unlock(¬es->lock); in perf_top__show_details() 797 pthread_mutex_unlock(&hists->lock); in perf_event__process_sample()
|
/Linux-v4.19/tools/virtio/virtio-trace/ |
D | trace-agent-rw.c | 119 pthread_mutex_unlock(&mutex_notify); in rw_thread_main()
|
/Linux-v4.19/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | locks.h | 33 BUG_ON(pthread_mutex_unlock(&lock->mutex)); in lock_impl_unlock()
|