Lines Matching refs:rl
387 SM_RLIST_T *rl, *rnext; local
400 rl = rpool->sm_rlists;
401 if (rl != NULL)
406 for (r = rl->sm_rvec; r < rmax; ++r)
411 rnext = rl->sm_rnext;
412 sm_free(rl);
415 rl = rnext;
416 rmax = &rl->sm_rvec[SM_RLIST_MAX];
478 SM_RLIST_T *rl; local
485 rl = sm_malloc_x(sizeof(SM_RLIST_T));
486 rl->sm_rnext = rpool->sm_rlists;
487 rpool->sm_rlists = rl;
488 rpool->sm_rptr = rl->sm_rvec;