Home
last modified time | relevance | path

Searched refs:lru (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c278 nssad_cfg_t *cp, *lru, *prev; in get_cfg() local
357 lru = state.qhead; in get_cfg()
358 if (pthread_rwlock_trywrlock(&lru->lock) == 0) { in get_cfg()
361 if (prev->qnext != lru) in get_cfg()
366 (void) pthread_rwlock_unlock(&lru->lock); in get_cfg()
367 nssad_cfg_destroy(lru); in get_cfg()
/titanic_41/usr/src/uts/common/fs/zev/
H A Dzev_checksums.c38 list_t lru; member
98 list_remove(&zev_sig_cache.lru, file); in zev_chksum_cache_file_free()
118 list_create(&zev_sig_cache.lru, in zev_chksum_init()
132 list_destroy(&zev_sig_cache.lru); in zev_chksum_fini()
160 list_insert_head(&zev_sig_cache.lru, file); in zev_chksum_cache_file_get_and_hold()
178 list_remove(&zev_sig_cache.lru, file); in zev_chksum_cache_file_release()
179 list_insert_head(&zev_sig_cache.lru, file); in zev_chksum_cache_file_release()
321 f = list_tail(&zev_sig_cache.lru); in zev_chksum_cache_put()
324 f = list_prev(&zev_sig_cache.lru, f); in zev_chksum_cache_put()
/titanic_41/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c196 struct gssd_ctx_slot *lru; in gssd_alloc_slot() local
203 lru = gssd_lru_head; in gssd_alloc_slot()
204 gssd_lru_head = lru->lru_next; in gssd_alloc_slot()
211 if (lru->inuse) { in gssd_alloc_slot()
212 if (lru->ctx != GSS_C_NO_CONTEXT) in gssd_alloc_slot()
214 &lru->ctx, NULL); in gssd_alloc_slot()
222 current_time - lru->create_time, tooks, in gssd_alloc_slot()
237 lru->verf = context_verf; in gssd_alloc_slot()
239 lru->create_time = current_time; in gssd_alloc_slot()
240 lru->ctx = ctx; in gssd_alloc_slot()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c1046 lru_t lru; in nca_node_lru_walk_init() local
1060 if (sym.st_size != sizeof (lru)) { in nca_node_lru_walk_init()
1065 if (mdb_vread(&lru, sym.st_size, (uintptr_t)sym.st_value) == -1) { in nca_node_lru_walk_init()
1071 wsp->walk_addr = (uintptr_t)lru.phead; in nca_node_lru_walk_init()
1073 wsp->walk_addr = (uintptr_t)lru.vhead; in nca_node_lru_walk_init()
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Ddynmem_readme.txt92 be placed at the top of the lru.
101 however at full aging it will only be placed at the head of the lru.
122 and all centry fields are cleared and each entry requeued on to the lru.
H A DCACHE_SPEC.txt107 in lru order.