Searched refs:t_excl (Results 1 – 5 of 5) sorted by relevance
66 mutex_enter(&tc->t_excl); in ttycommon_close()75 mutex_exit(&tc->t_excl); in ttycommon_close()84 mutex_exit(&tc->t_excl); in ttycommon_close()162 mutex_enter(&tc->t_excl); in ttycommon_ioctl()167 mutex_exit(&tc->t_excl); in ttycommon_ioctl()194 mutex_enter(&tc->t_excl); in ttycommon_ioctl()197 mutex_exit(&tc->t_excl); in ttycommon_ioctl()213 mutex_enter(&tc->t_excl); in ttycommon_ioctl()216 mutex_exit(&tc->t_excl); in ttycommon_ioctl()219 mutex_exit(&tc->t_excl); in ttycommon_ioctl()[all …]
699 mutex_enter(&tc->t_excl); in ptslioctl()704 mutex_exit(&tc->t_excl); in ptslioctl()728 mutex_enter(&tc->t_excl); in ptslioctl()731 mutex_exit(&tc->t_excl); in ptslioctl()753 mutex_enter(&tc->t_excl); in ptslioctl()756 mutex_exit(&tc->t_excl); in ptslioctl()761 mutex_exit(&tc->t_excl); in ptslioctl()
1546 mutex_enter(&pvc->vc_ttycommon.t_excl); in wc_get_size()1551 mutex_exit(&pvc->vc_ttycommon.t_excl); in wc_get_size()
169 mutex_init(&pcommon->t_excl, NULL, MUTEX_DEFAULT, NULL); in vt_init_ttycommon()
47 kmutex_t t_excl; /* keeps struct consistent */ member