Searched refs:lru_prev (Results 1 – 4 of 4) sorted by relevance
98 struct authdes_cache_entry *lru_prev, *lru_next; /* LRU linked list */ member538 new->lru_prev = NULL; in authdes_cache_new()540 lru_first->lru_prev = new; in authdes_cache_new()565 cur->lru_prev->lru_next = cur->lru_next; in authdes_cache_get()567 cur->lru_next->lru_prev = cur->lru_prev; in authdes_cache_get()569 lru_last = cur->lru_prev; in authdes_cache_get()571 cur->lru_prev = NULL; in authdes_cache_get()573 lru_first->lru_prev = cur; in authdes_cache_get()619 p->lru_prev->lru_next = NULL; in authdes_cache_reclaim()620 lru_last = p->lru_prev; in authdes_cache_reclaim()[all …]
83 struct _svc_rpc_gss_data *lru_next, *lru_prev; member1525 client_data->lru_prev = NULL; in create_client()1583 client_data->lru_prev = NULL;1585 lru_first->lru_prev = client_data;1621 cl->lru_prev->lru_next = cl->lru_next;1623 cl->lru_next->lru_prev = cl->lru_prev;1625 lru_last = cl->lru_prev;1626 cl->lru_prev = NULL;1628 lru_first->lru_prev = cl;1681 if (client_data->lru_prev == NULL)[all …]
78 struct _svc_rpc_gss_data *lru_next, *lru_prev; member1256 client_data->lru_prev = NULL;1258 lru_first->lru_prev = client_data;1288 cl->lru_prev->lru_next = cl->lru_next;1290 cl->lru_next->lru_prev = cl->lru_prev;1292 lru_last = cl->lru_prev;1293 cl->lru_prev = NULL;1295 lru_first->lru_prev = cl;1344 if (client_data->lru_prev == NULL)1347 client_data->lru_prev->lru_next = client_data->lru_next;[all …]
58 struct gssd_ctx_slot *lru_prev; member174 gssd_ctx_slot_tbl[i].lru_prev = &gssd_ctx_slot_tbl[i-1]; in gssd_setup()182 gssd_ctx_slot_tbl[0].lru_prev = &gssd_ctx_slot_tbl[max_contexts - 1]; in gssd_setup()282 prev = lru->lru_prev; in gssd_rel_slot()285 next->lru_prev = prev; in gssd_rel_slot()291 prev = gssd_lru_head->lru_prev; in gssd_rel_slot()295 lru->lru_prev = prev; in gssd_rel_slot()297 next->lru_prev = lru; in gssd_rel_slot()