Searched refs:mutex_unlock (Results 1 – 3 of 3) sorted by relevance
138 #define mutex_unlock(m) ((void)0) macro181 mutex_unlock(&h->watch_mutex); in xs_fileno()372 mutex_unlock(&h->request_mutex); in xs_daemon_close()373 mutex_unlock(&h->reply_mutex); in xs_daemon_close()374 mutex_unlock(&h->watch_mutex); in xs_daemon_close()462 mutex_unlock(&h->reply_mutex); in read_reply()469 mutex_unlock(&h->reply_mutex); in read_reply()900 mutex_unlock(&h->watch_mutex); in read_watch_internal()908 mutex_unlock(&h->watch_mutex); in read_watch_internal()982 mutex_unlock(&h->watch_mutex); in xs_unwatch()[all …]
29 #define mutex_unlock(foo) up(foo) macro
47 #define mutex_unlock(_m) spin_unlock(_m) macro404 mutex_unlock(&mtrr_mutex); in mtrr_add_page()526 mutex_unlock(&mtrr_mutex); in mtrr_del_page()
Completed in 12 milliseconds