Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drhashtable.h108 static inline bool rht_is_a_nulls(const struct rhash_head *ptr) in rht_is_a_nulls() function
396 if (rht_is_a_nulls(obj)) in rht_assign_locked()
406 if (rht_is_a_nulls(obj)) in rht_assign_unlock()
424 !rht_is_a_nulls(pos); \
448 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
478 next = !rht_is_a_nulls(pos) ? \
480 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
482 next = !rht_is_a_nulls(pos) ? \
499 !rht_is_a_nulls(pos); \
515 !rht_is_a_nulls(pos); \
[all …]
/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()
828 if (!rht_is_a_nulls(p)) { in __rhashtable_walk_find_next()
879 if (!rht_is_a_nulls(p)) { in rhashtable_walk_next()
1158 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()
1160 !rht_is_a_nulls(pos); in rhashtable_free_and_destroy()
1162 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()
/linux/fs/bcachefs/
H A Dbtree_key_cache.c632 while (!rht_is_a_nulls(pos)) { in bch2_btree_key_cache_scan()
718 while (pos = rht_ptr_rcu(&tbl->buckets[i]), !rht_is_a_nulls(pos)) { in bch2_fs_btree_key_cache_exit()