Searched refs:t_mtxobj (Results 1 – 2 of 2) sorted by relevance
400 tp->t_mtx = &tp->t_mtxobj; in lwp_tty_create_ext()401 rt_mutex_init(&tp->t_mtxobj, "ttydev", RT_IPC_FLAG_PRIO); in lwp_tty_create_ext()442 if (tp->t_mtx == &tp->t_mtxobj) in lwp_tty_delete()443 rt_mutex_detach(&tp->t_mtxobj); in lwp_tty_delete()
113 struct rt_mutex t_mtxobj; /* Per-TTY lock (when not borrowing). */ member
Completed in 4 milliseconds