Searched refs:umem_failure_log (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libumem/common/ |
H A D | umem_fork.c | 121 umem_lockup_log_header(umem_failure_log); in umem_lockup() 183 umem_release_log_header(umem_failure_log); in umem_do_release()
|
H A D | umem_base.h | 57 extern umem_log_header_t *umem_failure_log;
|
H A D | umem.c | 750 umem_log_header_t *umem_failure_log; variable 1488 umem_log_event(umem_failure_log, cp, NULL, NULL); in umem_slab_create() 1700 umem_log_event(umem_failure_log, cp, NULL, NULL); in umem_cache_alloc_debug() 2180 umem_log_event(umem_failure_log, NULL, NULL, (void *)size); in _umem_alloc() 2210 umem_log_event(umem_failure_log, NULL, NULL, (void *)size); in _umem_alloc_align() 3294 umem_failure_log = NULL; in umem_startup() 3512 umem_failure_log = umem_log_init(umem_failure_log_size); in umem_init()
|
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 350 umem_log_header_t *umem_failure_log; in umem_status() local 372 if (UMEM_READVAR(umem_failure_log)) in umem_status() 380 umem_log_status("fail", umem_failure_log); in umem_status()
|