Searched refs:lru_first (Results 1 – 3 of 3) sorted by relevance
102 static struct authdes_cache_entry *lru_first = NULL; variable539 if ((new->lru_next = lru_first) != NULL) { in authdes_cache_new()540 lru_first->lru_prev = new; in authdes_cache_new()544 lru_first = new; in authdes_cache_new()564 if (cur != lru_first) { in authdes_cache_get()572 cur->lru_next = lru_first; in authdes_cache_get()573 lru_first->lru_prev = cur; in authdes_cache_get()574 lru_first = cur; in authdes_cache_get()605 if ((p = lru_last) == lru_first) in authdes_cache_reclaim()646 while ((p = lru_last) != lru_first) { in sweep_cache()
109 static svc_rpc_gss_data *lru_first, *lru_last; variable1257 if ((client_data->lru_next = lru_first) != NULL)1258 lru_first->lru_prev = client_data;1261 lru_first = client_data;1287 if (cl != lru_first) {1294 cl->lru_next = lru_first;1295 lru_first->lru_prev = cl;1296 lru_first = cl;1345 lru_first = client_data->lru_next;
151 static svc_rpc_gss_data *lru_first, *lru_last; variable1582 if ((client_data->lru_next = lru_first) != NULL)1583 lru_first->lru_prev = client_data;1586 lru_first = client_data;1618 if (cl != lru_first) {1625 cl->lru_next = lru_first;1626 lru_first->lru_prev = cl;1627 lru_first = cl;1680 lru_first = client_data->lru_next;