Searched refs:node_s (Results 1 – 2 of 2) sorted by relevance
343 struct node_s *head;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 */ argument[all …]
165 typedef struct node_s *node_p;166 typedef struct node_s { struct