Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c63 int n_req_max; /* number of req_t's to follow */ member
96 info_req_list->n_req_max = 1; in rcmd_lock_init()
137 if (dr_req_list->n_req_max == 0) { in rcmd_lock_init()
138 dr_req_list->n_req_max = 1; in rcmd_lock_init()
144 dr_req_list->n_req, dr_req_list->n_req_max); in rcmd_lock_init()
183 for (i = 0; i < list->n_req_max; i++) { in find_req_entry()
221 int n_req_max = (*listp)->n_req_max; in get_req_entry() local
227 if (n_req == n_req_max) { in get_req_entry()
230 n_req_max += N_REQ_CHUNK; in get_req_entry()
231 newsize = sizeof (req_list_t) + (n_req_max - 1) * in get_req_entry()
[all …]
H A Drcm_impl.h149 int n_req_max; /* max entries in this block */ member