Searched refs:nb_reg_node (Results 1 – 1 of 1) sorted by relevance
141 struct nb_reg_node { struct142 struct nb_reg_node *next; argument146 static struct nb_reg_node *nb_first = (struct nb_reg_node *)&nb_first; argument147 static struct nb_reg_node *nb_free = (struct nb_reg_node *)&nb_free;155 #define LIST_ISEMPTY(l) (l == (struct nb_reg_node *)&l)156 #define LIST_CLR(l) (l = (struct nb_reg_node *)&l)160 for (node = l; node != (struct nb_reg_node *)&l; node = node->next)1752 struct nb_reg_node *node; in flush_registered_clients()1767 struct nb_reg_node *chk = in allocate_chunk()1768 malloc(sizeof (struct nb_reg_node) * CHUNK_SIZE); in allocate_chunk()[all …]