Home
last modified time | relevance | path

Searched refs:bc_timestamp (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c681 if (bcp1->bc_timestamp > bcp2->bc_timestamp) in bufctlcmp()
684 if (bcp1->bc_timestamp < bcp2->bc_timestamp) in bufctlcmp()
1662 bc.bc_timestamp == bcn.bc_timestamp && in bufctl_history_walk_init()
1699 (bhw->bhw_timestamp != 0 && b->bc_timestamp >= bhw->bhw_timestamp)) in bufctl_history_walk_step()
1703 bhw->bhw_timestamp = b->bc_timestamp; in bufctl_history_walk_step()
1852 abw->abw_buf[abw->abw_nbufs].abb_ts = bcp->bc_timestamp; in allocdby_walk_bufctl()
1964 mdb_printf("%0?p %12llx ", addr, bcp->bc_timestamp); in allocdby_walk()
2367 b->bc_timestamp, b->bc_thread); in umem_log_walk()
2605 if (earliest != 0 && bcp->bc_timestamp < earliest) in bufctl()
2608 if (latest != 0 && bcp->bc_timestamp > latest) in bufctl()
[all …]
H A Dleaky_subr.c817 bcp->bc_timestamp, bcp->bc_stack + 1, depth, in leaky_subr_add_leak()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c765 if (bcp1->bc_timestamp > bcp2->bc_timestamp) in bufctlcmp()
768 if (bcp1->bc_timestamp < bcp2->bc_timestamp) in bufctlcmp()
1731 bc.bc_timestamp == bcn.bc_timestamp && in bufctl_history_walk_init()
1767 (bhw->bhw_timestamp != 0 && bc.bc_timestamp >= bhw->bhw_timestamp)) in bufctl_history_walk_step()
1771 bhw->bhw_timestamp = bc.bc_timestamp; in bufctl_history_walk_step()
1917 abw->abw_buf[abw->abw_nbufs].abb_ts = bcp->bc_timestamp; in allocdby_walk_bufctl()
2028 mdb_printf("%0?p %12llx ", addr, bcp->bc_timestamp); in allocdby_walk()
2691 b->bc_timestamp, b->bc_thread); in kmem_log_walk()
2964 if (earliest != 0 && bc.bc_timestamp < earliest) in bufctl()
2967 if (latest != 0 && bc.bc_timestamp > latest) in bufctl()
[all …]
H A Dleaky_subr.c538 bc.bc_timestamp, bc.bc_stack + 1, depth, in leaky_subr_add_leak()
/titanic_50/usr/src/lib/libumem/common/
H A Dumem_impl.h145 hrtime_t bc_timestamp; /* transaction time */ member
H A Dumem.c1202 diff = umem_abort_info.ump_timestamp - bcap->bc_timestamp; in umem_error()
1370 _bcp->bc_timestamp = gethrtime(); \
/titanic_50/usr/src/uts/common/sys/
H A Dkmem_impl.h134 hrtime_t bc_timestamp; /* transaction time */ member
/titanic_50/usr/src/uts/common/os/
H A Dkmem.c1365 hrt2ts(kmem_panic_info.kmp_timestamp - bcap->bc_timestamp, &ts); in kmem_error()
1462 _bcp->bc_timestamp = gethrtime(); \