Searched refs:gssd_ctx_slot (Results 1 – 1 of 1) sorted by relevance
56 struct gssd_ctx_slot { struct57 struct gssd_ctx_slot *lru_next; argument58 struct gssd_ctx_slot *lru_prev; argument66 struct gssd_ctx_slot *gssd_ctx_slot_tbl; argument67 struct gssd_ctx_slot *gssd_lru_head;161 gssd_ctx_slot_tbl = (struct gssd_ctx_slot *) in gssd_setup()162 malloc(sizeof (struct gssd_ctx_slot) * max_contexts); in gssd_setup()168 (sizeof (struct gssd_ctx_slot) * max_contexts)); in gssd_setup()193 static struct gssd_ctx_slot *196 struct gssd_ctx_slot *lru; in gssd_alloc_slot()[all …]