Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/threads/
H A Dtdb_agent.c405 tdb_sync_stats_t *tssp; in tdb_mutex_stats() local
410 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() local
427 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() local
444 if ((tssp = tdb_sync_obj_register(rwlp, NULL)) == NULL) in tdb_rwlock_stats()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c895 strsig_t *ssp, *pssp, *tssp; in strclean() local
907 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() local
8578 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()