Searched refs:hash_for_each_possible_safe (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/include/linux/ |
D | hashtable.h | 144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
/linux-6.1.9/include/linux/ |
D | hashtable.h | 204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
/linux-6.1.9/ |
D | .clang-format | 401 - 'hash_for_each_possible_safe'
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci-mtk-sch.c | 679 hash_for_each_possible_safe(mtk->sch_ep_hash, sch_ep, in drop_ep_quirk()
|
/linux-6.1.9/block/ |
D | elevator.c | 240 hash_for_each_possible_safe(e->hash, rq, next, hash, offset) { in elv_rqhash_find()
|