Searched refs:rht_is_a_nulls (Results 1 – 1 of 1) sorted by relevance
108 static inline bool rht_is_a_nulls(const struct rhash_head *ptr) in rht_is_a_nulls() function396 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 …]
Completed in 4 milliseconds