Searched refs:rht_is_a_nulls (Results 1 – 4 of 4) sorted by relevance
108 static inline bool rht_is_a_nulls(const struct rhash_head *ptr) in rht_is_a_nulls() function396 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 …]
487 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()
250 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()
632 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()