Home
last modified time | relevance | path

Searched refs:rht_is_a_nulls (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Dtest_rhashtable.c487 next = !rht_is_a_nulls(pos) ? rht_dereference(pos->next, ht) : NULL; in print_ht()
489 if (!rht_is_a_nulls(pos)) { in print_ht()
493 while (!rht_is_a_nulls(pos)) { in print_ht()
507 next = !rht_is_a_nulls(pos) ? in print_ht()
510 offset += sprintf(buff + offset, "]]%s", !rht_is_a_nulls(pos) ? " -> " : ""); in print_ht()
H A Drhashtable.c250 if (rht_is_a_nulls(next)) in rhashtable_rehash_one()
832 if (!rht_is_a_nulls(p)) { in __rhashtable_walk_find_next()
883 if (!rht_is_a_nulls(p)) { in rhashtable_walk_next()
1162 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()
1164 !rht_is_a_nulls(pos); in rhashtable_free_and_destroy()
1166 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()
/linux/fs/bcachefs/
H A Dbtree_key_cache.c700 while (!rht_is_a_nulls(pos)) { in bch2_btree_key_cache_scan()
785 while (pos = rht_ptr_rcu(&tbl->buckets[i]), !rht_is_a_nulls(pos)) { in bch2_fs_btree_key_cache_exit()