Lines Matching refs:node_count
1180 if (node->node_count == 1) {
1188 ret = node->slot[--node->node_count];
1189 node->slot[node->node_count] = NULL;
1220 reuse->node_count = 0;
1221 if (count && (head->node_count < MAPLE_ALLOC_SLOTS)) {
1222 head->slot[head->node_count++] = reuse;
1230 reuse->node_count = 1;
1264 if (!allocated || mas->alloc->node_count == MAPLE_ALLOC_SLOTS) {
1271 node->node_count = 1;
1273 node->node_count = 0;
1284 max_req = MAPLE_ALLOC_SLOTS - node->node_count;
1285 slots = (void **)&node->slot[node->node_count];
1291 if (node->node_count == 0) {
1292 node->slot[0]->node_count = 0;
1296 node->node_count += count;
5581 if (node->node_count > 1) {
5582 size_t count = node->node_count - 1;