Lines Matching refs:index
36 unsigned index; /* index; upper bit indicates 'will prune' */ member
205 chunk->owners[i].index = i; in alloc_chunk()
276 int index = p->index & ~(1U<<31); in find_chunk() local
277 p -= index; in find_chunk()
311 new->owners[i].index = old->owners[j].index - j + i; in replace_chunk()
434 chunk->owners[0].index = (1U << 31); in create_chunk()
506 p->index = (chunk->count - 1) | (1U<<31); in tag_chunk()
581 if (tagged && !(p->index & (1U<<31))) in prune_tree_chunks()
623 if (node->index & (1U<<31)) { in trim_marked()
711 node->index |= 1U<<31; in audit_trim_trees()
715 node->index &= ~(1U<<31); in audit_trim_trees()
848 node->index &= ~(1U<<31); in audit_add_tree_rule()
950 node->index &= ~(1U<<31); in audit_tag_tree()