Lines Matching refs:wmsg
94 const char *wmsg; in ttm_read_lock() local
100 wmsg = "ttmri"; in ttm_read_lock()
103 wmsg = "ttmr"; in ttm_read_lock()
107 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_lock()
139 const char *wmsg; in ttm_read_trylock() local
146 wmsg = "ttmrti"; in ttm_read_trylock()
149 wmsg = "ttmrt"; in ttm_read_trylock()
153 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_trylock()
194 const char *wmsg; in ttm_write_lock() local
200 wmsg = "ttmwi"; in ttm_write_lock()
203 wmsg = "ttmw"; in ttm_write_lock()
208 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_write_lock()
273 const char *wmsg; in ttm_vt_lock() local
279 wmsg = "ttmwi"; in ttm_vt_lock()
282 wmsg = "ttmw"; in ttm_vt_lock()
286 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_vt_lock()