Searched defs:node_s (Results 1 – 2 of 2) sorted by relevance
362 typedef struct node_s { struct371 struct node_s *plrunn; /* Phys LRU list next node_t */ argument372 struct node_s *plrupn; /* Phys LRU list previous node_t */ argument373 struct node_s *vlrunn; /* Virt LRU list next node_t */ argument374 struct node_s *vlrupn; /* Virt LRU list previous node_t */ argument378 struct node_s *hashnext; /* hash list next node_t */ argument379 struct node_s *ctaghashnext; /* ctaghash list next node_t */ argument382 struct node_s *next; /* needed if data is in chunks */ argument383 struct node_s *back; /* needed if data is in chunks */ argument385 clock_t expire; /* lbolt node_t expires (0 = NOW, -1 = NEVER) */[all …]
166 typedef struct node_s { struct179 typedef struct ht_node_s *hash_table; argument