Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c2754 struct mutex wait_bit_mtx = MUTEX_INITIALIZER(IPL_TTY); variable
2764 mtx_enter(&wait_bit_mtx); in wait_on_bit()
2766 err = msleep_nsec(word, &wait_bit_mtx, PWAIT | mode, "wtb", in wait_on_bit()
2769 mtx_leave(&wait_bit_mtx); in wait_on_bit()
2773 mtx_leave(&wait_bit_mtx); in wait_on_bit()
2785 mtx_enter(&wait_bit_mtx); in wait_on_bit_timeout()
2787 err = msleep(word, &wait_bit_mtx, PWAIT | mode, "wtb", timo); in wait_on_bit_timeout()
2789 mtx_leave(&wait_bit_mtx); in wait_on_bit_timeout()
2793 mtx_leave(&wait_bit_mtx); in wait_on_bit_timeout()
2800 mtx_enter(&wait_bit_mtx); in wake_up_bit()
[all …]