Lines Matching refs:rl
385 SM_RLIST_T *rl, *rnext; local
398 rl = rpool->sm_rlists;
399 if (rl != NULL)
404 for (r = rl->sm_rvec; r < rmax; ++r)
409 rnext = rl->sm_rnext;
410 sm_free(rl);
413 rl = rnext;
414 rmax = &rl->sm_rvec[SM_RLIST_MAX];
476 SM_RLIST_T *rl; local
483 rl = sm_malloc_x(sizeof(SM_RLIST_T));
484 rl->sm_rnext = rpool->sm_rlists;
485 rpool->sm_rlists = rl;
486 rpool->sm_rptr = rl->sm_rvec;