Searched refs:next_to_alloc_id (Results 1 – 1 of 1) sorted by relevance
270 static int next_to_alloc_id; variable287 if (next_to_alloc_id >= 0x10000) { in AllocIdLocked()290 int array_pos = next_to_alloc_id >> 8; in AllocIdLocked()291 int node_pos = next_to_alloc_id & 0xff; in AllocIdLocked()304 return next_to_alloc_id++; in AllocIdLocked()