Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Drhashtable.h108 static inline bool rht_is_a_nulls(const struct rhash_head *ptr) in rht_is_a_nulls() function
394 if (rht_is_a_nulls(obj)) in rht_assign_locked()
405 if (rht_is_a_nulls(obj)) in rht_assign_unlock()
423 !rht_is_a_nulls(pos); \
447 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
477 next = !rht_is_a_nulls(pos) ? \
479 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
481 next = !rht_is_a_nulls(pos) ? \
498 !rht_is_a_nulls(pos); \
514 !rht_is_a_nulls(pos); \
[all …]
/Linux-v5.4/lib/
Dtest_rhashtable.c501 next = !rht_is_a_nulls(pos) ? rht_dereference(pos->next, ht) : NULL; in print_ht()
503 if (!rht_is_a_nulls(pos)) { in print_ht()
507 while (!rht_is_a_nulls(pos)) { in print_ht()
521 next = !rht_is_a_nulls(pos) ? in print_ht()
524 sprintf(buff, "%s]]%s", buff, !rht_is_a_nulls(pos) ? " -> " : ""); in print_ht()
Drhashtable.c236 if (rht_is_a_nulls(next)) in rhashtable_rehash_one()
813 if (!rht_is_a_nulls(p)) { in __rhashtable_walk_find_next()
864 if (!rht_is_a_nulls(p)) { in rhashtable_walk_next()
1141 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()
1143 !rht_is_a_nulls(pos); in rhashtable_free_and_destroy()
1145 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()