Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/ !
Drhashtable.h108 static inline bool rht_is_a_nulls(const struct rhash_head *ptr) in rht_is_a_nulls() function
389 if (rht_is_a_nulls(obj)) in rht_assign_locked()
398 if (rht_is_a_nulls(obj)) in rht_assign_unlock()
416 !rht_is_a_nulls(pos); \
440 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
470 next = !rht_is_a_nulls(pos) ? \
472 (!rht_is_a_nulls(pos)) && rht_entry(tpos, pos, member); \
474 next = !rht_is_a_nulls(pos) ? \
491 !rht_is_a_nulls(pos); \
507 !rht_is_a_nulls(pos); \
[all …]
/linux-5.19.10/lib/ !
Dtest_rhashtable.c502 next = !rht_is_a_nulls(pos) ? rht_dereference(pos->next, ht) : NULL; in print_ht()
504 if (!rht_is_a_nulls(pos)) { in print_ht()
508 while (!rht_is_a_nulls(pos)) { in print_ht()
522 next = !rht_is_a_nulls(pos) ? in print_ht()
525 offset += sprintf(buff + offset, "]]%s", !rht_is_a_nulls(pos) ? " -> " : ""); in print_ht()
Drhashtable.c245 if (rht_is_a_nulls(next)) in rhashtable_rehash_one()
820 if (!rht_is_a_nulls(p)) { in __rhashtable_walk_find_next()
871 if (!rht_is_a_nulls(p)) { in rhashtable_walk_next()
1148 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()
1150 !rht_is_a_nulls(pos); in rhashtable_free_and_destroy()
1152 next = !rht_is_a_nulls(pos) ? in rhashtable_free_and_destroy()