Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dkcpc.c2269 req_list->krl_max = nreqs; in kcpc_reqs_init()
2286 ASSERT(req_list->krl_max != 0); in kcpc_reqs_add()
2291 if (req_list->krl_cnt > req_list->krl_max) { in kcpc_reqs_add()
2296 new = kmem_zalloc((req_list->krl_max + in kcpc_reqs_add()
2304 kmem_free(old, req_list->krl_max * sizeof (kcpc_request_t)); in kcpc_reqs_add()
2306 req_list->krl_max += cpc_ncounters; in kcpc_reqs_add()
2346 req_list->krl_max <= 0) in kcpc_reqs_reset()
2352 bzero(req_list->krl_list, req_list->krl_max * sizeof (kcpc_request_t)); in kcpc_reqs_reset()
2364 req_list->krl_max * sizeof (kcpc_request_t)); in kcpc_reqs_fini()
/titanic_50/usr/src/uts/common/sys/
H A Dkcpc.h85 int krl_max; /* max request entries */ member