Searched refs:bc_thread (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libumem/common/ |
H A D | umem_impl.h | 146 thread_t bc_thread; /* thread doing transaction */ member
|
H A D | umem.c | 1208 (void *)(intptr_t)bcap->bc_thread, ts.tv_sec, ts.tv_nsec, in umem_error() 1371 _bcp->bc_thread = thr_self(); \
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 135 kthread_t *bc_thread; /* thread doing transaction */ member
|
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 1663 bc.bc_thread == bcn.bc_thread) in bufctl_history_walk_init() 1835 if ((uintptr_t)bcp->bc_thread != abw->abw_thread) in allocdby_walk_bufctl() 2367 b->bc_timestamp, b->bc_thread); in umem_log_walk() 2602 if (thread != NULL && (uintptr_t)bcp->bc_thread != thread) in bufctl() 2623 addr, bcp->bc_addr, bcp->bc_timestamp, bcp->bc_thread, in bufctl() 2633 bcp->bc_timestamp, bcp->bc_thread); in bufctl() 3729 cp->cache_bufsize, addr, bcp->bc_thread, cp->cache_name); in umause2()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 1732 bc.bc_thread == bcn.bc_thread) in bufctl_history_walk_init() 1900 if ((uintptr_t)bcp->bc_thread != abw->abw_thread) in allocdby_walk_bufctl() 2691 b->bc_timestamp, b->bc_thread); in kmem_log_walk() 2961 if (thread != NULL && (uintptr_t)bc.bc_thread != thread) in bufctl() 2982 addr, bc.bc_addr, bc.bc_timestamp, bc.bc_thread, in bufctl() 2992 bc.bc_timestamp, bc.bc_thread); in bufctl() 4122 cp->cache_bufsize, addr, bcp->bc_thread, cp->cache_name); in kmause2()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | kmem.c | 1411 (void *)bcap->bc_thread, ts.tv_sec, ts.tv_nsec, in kmem_error() 1504 _bcp->bc_thread = curthread; \
|