Searched refs:spdcache_entry (Results 1 – 1 of 1) sorted by relevance
178 struct spdcache_entry { struct182 LIST_ENTRY(spdcache_entry) chain; argument184 LIST_HEAD(spdcache_entry_list, spdcache_entry);741 static struct spdcache_entry *spdcache_entry_alloc(744 static void spdcache_entry_free(struct spdcache_entry *entry);884 struct spdcache_entry *entry, *lastentry, *tmpentry; in key_allocsp()8200 struct spdcache_entry *8203 struct spdcache_entry *entry; in spdcache_entry_alloc()8205 entry = malloc(sizeof(struct spdcache_entry), in spdcache_entry_alloc()8220 spdcache_entry_free(struct spdcache_entry *entry) in spdcache_entry_free()[all …]