Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c682 if (bcp1->bc_timestamp > bcp2->bc_timestamp) in bufctlcmp()
685 if (bcp1->bc_timestamp < bcp2->bc_timestamp) in bufctlcmp()
1663 bc.bc_timestamp == bcn.bc_timestamp && in bufctl_history_walk_init()
1700 (bhw->bhw_timestamp != 0 && b->bc_timestamp >= bhw->bhw_timestamp)) in bufctl_history_walk_step()
1704 bhw->bhw_timestamp = b->bc_timestamp; in bufctl_history_walk_step()
1853 abw->abw_buf[abw->abw_nbufs].abb_ts = bcp->bc_timestamp; in allocdby_walk_bufctl()
1965 mdb_printf("%0?p %12llx ", addr, bcp->bc_timestamp); in allocdby_walk()
2368 b->bc_timestamp, b->bc_thread); in umem_log_walk()
2606 if (earliest != 0 && bcp->bc_timestamp < earliest) in bufctl()
2609 if (latest != 0 && bcp->bc_timestamp > latest) in bufctl()
[all …]
H A Dleaky_subr.c815 bcp->bc_timestamp, bcp->bc_stack + 1, depth, in leaky_subr_add_leak()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c766 if (bcp1->bc_timestamp > bcp2->bc_timestamp) in bufctlcmp()
769 if (bcp1->bc_timestamp < bcp2->bc_timestamp) in bufctlcmp()
1732 bc.bc_timestamp == bcn.bc_timestamp && in bufctl_history_walk_init()
1768 (bhw->bhw_timestamp != 0 && bc.bc_timestamp >= bhw->bhw_timestamp)) in bufctl_history_walk_step()
1772 bhw->bhw_timestamp = bc.bc_timestamp; in bufctl_history_walk_step()
1918 abw->abw_buf[abw->abw_nbufs].abb_ts = bcp->bc_timestamp; in allocdby_walk_bufctl()
2029 mdb_printf("%0?p %12llx ", addr, bcp->bc_timestamp); in allocdby_walk()
2692 b->bc_timestamp, b->bc_thread); in kmem_log_walk()
2965 if (earliest != 0 && bc.bc_timestamp < earliest) in bufctl()
2968 if (latest != 0 && bc.bc_timestamp > latest) in bufctl()
[all …]
H A Dleaky_subr.c536 bc.bc_timestamp, bc.bc_stack + 1, depth, in leaky_subr_add_leak()
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h148 hrtime_t bc_timestamp; /* transaction time */ member
H A Dumem.c1202 diff = umem_abort_info.ump_timestamp - bcap->bc_timestamp; in umem_error()
1374 _bcp->bc_timestamp = gethrtime(); \
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h134 hrtime_t bc_timestamp; /* transaction time */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1378 hrt2ts(kmem_panic_info.kmp_timestamp - bcap->bc_timestamp, &ts); in kmem_error()
1475 _bcp->bc_timestamp = gethrtime(); \