Searched refs:rht_is_a_nulls (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Drhashtable.h108 static inline bool rht_is_a_nulls(const struct rhash_head *ptr) function
396 if (rht_is_a_nulls(obj))
406 if (rht_is_a_nulls(obj))
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(po
[all...]
/linux-master/lib/
H A Drhashtable.c246 if (rht_is_a_nulls(next))
824 if (!rht_is_a_nulls(p)) {
875 if (!rht_is_a_nulls(p)) {
1152 next = !rht_is_a_nulls(pos) ?
1154 !rht_is_a_nulls(pos);
1156 next = !rht_is_a_nulls(pos) ?
H A Dtest_rhashtable.c487 next = !rht_is_a_nulls(pos) ? rht_dereference(pos->next, ht) : NULL;
489 if (!rht_is_a_nulls(pos)) {
493 while (!rht_is_a_nulls(pos)) {
507 next = !rht_is_a_nulls(pos) ?
510 offset += sprintf(buff + offset, "]]%s", !rht_is_a_nulls(pos) ? " -> " : "");
/linux-master/fs/bcachefs/
H A Dbtree_key_cache.c882 while (!rht_is_a_nulls(pos)) {

Completed in 116 milliseconds