Searched refs:tssp (Results 1 – 2 of 2) sorted by relevance
405 tdb_sync_stats_t *tssp; in tdb_mutex_stats() local410 if ((tssp = tdb_sync_obj_register(mp, NULL)) == NULL) in tdb_mutex_stats()412 tssp->un.type = TDB_MUTEX; in tdb_mutex_stats()413 return (&tssp->un.mutex); in tdb_mutex_stats()422 tdb_sync_stats_t *tssp; in tdb_cond_stats() local427 if ((tssp = tdb_sync_obj_register(cvp, NULL)) == NULL) in tdb_cond_stats()429 tssp->un.type = TDB_COND; in tdb_cond_stats()430 return (&tssp->un.cond); in tdb_cond_stats()439 tdb_sync_stats_t *tssp; in tdb_rwlock_stats() local444 if ((tssp = tdb_sync_obj_register(rwlp, NULL)) == NULL) in tdb_rwlock_stats()[all …]
895 strsig_t *ssp, *pssp, *tssp; in strclean() local907 tssp = ssp->ss_next; in strclean()909 pssp->ss_next = tssp; in strclean()911 stp->sd_siglist = tssp; in strclean()917 ssp = tssp; in strclean()8561 strsig_t *ssp, *pssp, *tssp; in str_cn_clean() local8578 tssp = ssp->ss_next; in str_cn_clean()8580 pssp->ss_next = tssp; in str_cn_clean()8582 stp->sd_siglist = tssp; in str_cn_clean()8588 ssp = tssp; in str_cn_clean()