Lines Matching refs:index
36 unsigned index; /* index; upper bit indicates 'will prune' */ member
203 chunk->owners[i].index = i; in alloc_chunk()
274 int index = p->index & ~(1U<<31); in find_chunk() local
275 p -= index; in find_chunk()
309 new->owners[i].index = old->owners[j].index - j + i; in replace_chunk()
432 chunk->owners[0].index = (1U << 31); in create_chunk()
504 p->index = (chunk->count - 1) | (1U<<31); in tag_chunk()
579 if (tagged && !(p->index & (1U<<31))) in prune_tree_chunks()
621 if (node->index & (1U<<31)) { in trim_marked()
708 node->index |= 1U<<31; in audit_trim_trees()
712 node->index &= ~(1U<<31); in audit_trim_trees()
846 node->index &= ~(1U<<31); in audit_add_tree_rule()
945 node->index &= ~(1U<<31); in audit_tag_tree()