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.h109 static inline bool rht_is_a_nulls(const struct rhash_head *ptr) in rht_is_a_nulls() function
416 if (rht_is_a_nulls(obj)) in rht_assign_locked()
427 if (rht_is_a_nulls(obj)) in rht_assign_unlock()
445 !rht_is_a_nulls(pos); \
469 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
499 next = !rht_is_a_nulls(pos) ? \
501 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
503 next = !rht_is_a_nulls(pos) ? \
520 !rht_is_a_nulls(pos); \
536 !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()
858 if (!rht_is_a_nulls(p)) { in __rhashtable_walk_find_next()
909 if (!rht_is_a_nulls(p)) { in rhashtable_walk_next()
1189 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()
1191 !rht_is_a_nulls(pos); in rhashtable_free_and_destroy()
1193 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()