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