Searched refs:hash_for_each_possible_safe (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/include/linux/ |
D | hashtable.h | 144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
/Linux-v5.10/include/linux/ |
D | hashtable.h | 204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
/Linux-v5.10/ |
D | .clang-format | 315 - 'hash_for_each_possible_safe'
|
/Linux-v5.10/block/ |
D | elevator.c | 235 hash_for_each_possible_safe(e->hash, rq, next, hash, offset) { in elv_rqhash_find()
|