Lines Matching refs:n_key
48 uint64_t n_key; member
57 if (a->n_key < b->n_key) in compare_nodes()
59 if (a->n_key > b->n_key) in compare_nodes()
70 if (n->n_key < *k) in compare_node_key()
72 if (n->n_key > *k) in compare_node_key()
135 n->n_key = key; in xa_store()
172 n1->n_key == key64) { in xa_alloc()
181 KASSERT(n1 == NULL || n1->n_key > key64); in xa_alloc()
182 n->n_key = key64; in xa_alloc()
207 if (n == NULL || n->n_key > max) in xa_find()
210 *startp = n->n_key; in xa_find()