Home
last modified time | relevance | path

Searched refs:dt_idhash_update (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c150 dt_idhash_update(dtp->dt_aggs); in dt_pcb_pop()
153 dt_idhash_update(dtp->dt_globals); in dt_pcb_pop()
156 dt_idhash_update(dtp->dt_tls); in dt_pcb_pop()
H A Ddt_ident.h145 extern void dt_idhash_update(dt_idhash_t *);
H A Ddt_ident.c692 dt_idhash_update(dt_idhash_t *dhp) in dt_idhash_update() function