Searched refs:n_req_max (Results 1 – 2 of 2) sorted by relevance
61 int n_req_max; /* number of req_t's to follow */ member94 info_req_list->n_req_max = 1; in rcmd_lock_init()135 if (dr_req_list->n_req_max == 0) { in rcmd_lock_init()136 dr_req_list->n_req_max = 1; in rcmd_lock_init()142 dr_req_list->n_req, dr_req_list->n_req_max); in rcmd_lock_init()181 for (i = 0; i < list->n_req_max; i++) { in find_req_entry()219 int n_req_max = (*listp)->n_req_max; in get_req_entry() local225 if (n_req == n_req_max) { in get_req_entry()228 n_req_max += N_REQ_CHUNK; in get_req_entry()229 newsize = sizeof (req_list_t) + (n_req_max - 1) * in get_req_entry()[all …]
147 int n_req_max; /* max entries in this block */ member