Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pcb.c148 dt_idhash_update(dtp->dt_aggs); in dt_pcb_pop()
151 dt_idhash_update(dtp->dt_globals); in dt_pcb_pop()
154 dt_idhash_update(dtp->dt_tls); in dt_pcb_pop()
H A Ddt_ident.h143 extern void dt_idhash_update(dt_idhash_t *);
H A Ddt_ident.c694 dt_idhash_update(dt_idhash_t *dhp) in dt_idhash_update() function