HomeSort by: relevance | last modified time | path
    Searched defs:key64 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_xa.c 113 const uint64_t key64 = key; local in function:xa_load
118 n = rb_tree_find_node(&xa->xa_tree, &key64);
158 uint64_t key64 = limit.min; local in function:xa_alloc
171 while ((n1 = rb_tree_find_node_geq(&xa->xa_tree, &key64)) != NULL &&
172 n1->n_key == key64) {
173 if (key64 == limit.max) {
177 KASSERT(key64 < UINT32_MAX);
178 key64++;
181 KASSERT(n1 == NULL || n1->n_key > key64);
182 n->n_key = key64;
198 uint64_t key64 = *startp; local in function:xa_find
232 uint64_t key64 = key; local in function:xa_erase
    [all...]

Completed in 11 milliseconds