Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/linux/lib/
H A Dtest_rhashtable.c486 next = !rht_is_a_nulls(pos) ? rht_dereference(pos->next, ht) : NULL; in print_ht()
488 if (!rht_is_a_nulls(pos)) { in print_ht()
492 while (!rht_is_a_nulls(pos)) { in print_ht()
506 next = !rht_is_a_nulls(pos) ? in print_ht()
509 offset += sprintf(buff + offset, "]]%s", !rht_is_a_nulls(pos) ? " -> " : ""); in print_ht()
H A Drhashtable.c246 if (rht_is_a_nulls(next)) in rhashtable_rehash_one()
824 if (!rht_is_a_nulls(p)) { in __rhashtable_walk_find_next()
875 if (!rht_is_a_nulls(p)) { in rhashtable_walk_next()
1152 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()
1154 !rht_is_a_nulls(pos); in rhashtable_free_and_destroy()
1156 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()