subr_localcount.c | 163 int64_t *localp; local in function:localcount_xc 167 localp = percpu_getref(lc->lc_percpu); 169 *lc->lc_totalp += *localp; 170 *localp -= *localp; /* ie, *localp = 0; */ 185 int64_t *localp; local in function:localcount_adjust 188 localp = percpu_getref(lc->lc_percpu); 190 *localp += delta;
|