Home
last modified time | relevance | path

Searched refs:rht_is_a_nulls (Results 1 – 3 of 3) 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
415 if (rht_is_a_nulls(obj)) in rht_assign_locked()
426 if (rht_is_a_nulls(obj)) in rht_assign_unlock()
444 !rht_is_a_nulls(pos); \
468 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
498 next = !rht_is_a_nulls(pos) ? \
500 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
502 next = !rht_is_a_nulls(pos) ? \
519 !rht_is_a_nulls(pos); \
535 !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()
834 if (!rht_is_a_nulls(p)) { in __rhashtable_walk_find_next()
885 if (!rht_is_a_nulls(p)) { in rhashtable_walk_next()
1163 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()
1165 !rht_is_a_nulls(pos); in rhashtable_free_and_destroy()
1167 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()