Home
last modified time | relevance | path

Searched refs:new_cnt (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_trace.c425 int cd, count, lost, new_cnt; in _sd_adump() local
551 new_cnt = t->tt_cnt; in _sd_adump()
552 if ((new_cnt -= count+lost) < 0) in _sd_adump()
553 new_cnt = 0; in _sd_adump()
554 t->tt_cnt = new_cnt; /* race with new traces if not "tt_good" */ in _sd_adump()
/titanic_44/usr/src/uts/common/os/
H A Dkcpc.c1997 int new_cnt; in kcpc_cpu_ctx_create() local
2004 new_cnt = nctx_ptrs + in kcpc_cpu_ctx_create()
2006 new = kmem_zalloc(new_cnt * sizeof (kcpc_ctx_t *), in kcpc_cpu_ctx_create()
2023 nctx_ptrs = new_cnt; in kcpc_cpu_ctx_create()