Home
last modified time | relevance | path

Searched refs:bc_thread (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h149 thread_t bc_thread; /* thread doing transaction */ member
H A Dumem.c1208 (void *)(intptr_t)bcap->bc_thread, ts.tv_sec, ts.tv_nsec, in umem_error()
1375 _bcp->bc_thread = thr_self(); \
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h135 kthread_t *bc_thread; /* thread doing transaction */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c1664 bc.bc_thread == bcn.bc_thread) in bufctl_history_walk_init()
1836 if ((uintptr_t)bcp->bc_thread != abw->abw_thread) in allocdby_walk_bufctl()
2368 b->bc_timestamp, b->bc_thread); in umem_log_walk()
2603 if (thread != 0 && (uintptr_t)bcp->bc_thread != thread) in bufctl()
2624 addr, bcp->bc_addr, bcp->bc_timestamp, bcp->bc_thread, in bufctl()
2634 bcp->bc_timestamp, bcp->bc_thread); in bufctl()
3729 cp->cache_bufsize, addr, bcp->bc_thread, cp->cache_name); in umause2()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1733 bc.bc_thread == bcn.bc_thread) in bufctl_history_walk_init()
1901 if ((uintptr_t)bcp->bc_thread != abw->abw_thread) in allocdby_walk_bufctl()
2692 b->bc_timestamp, b->bc_thread); in kmem_log_walk()
2962 if (thread != 0 && (uintptr_t)bc.bc_thread != thread) in bufctl()
2983 addr, bc.bc_addr, bc.bc_timestamp, bc.bc_thread, in bufctl()
2993 bc.bc_timestamp, bc.bc_thread); in bufctl()
4124 cp->cache_bufsize, addr, bcp->bc_thread, cp->cache_name); in kmause2()
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1381 (void *)bcap->bc_thread, ts.tv_sec, ts.tv_nsec, in kmem_error()
1476 _bcp->bc_thread = curthread; \