Searched refs:new_cnt (Results 1 – 2 of 2) sorted by relevance
425 int cd, count, lost, new_cnt; in _sd_adump() local551 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()
1997 int new_cnt; in kcpc_cpu_ctx_create() local2004 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()