Searched refs:hash_for_each_possible_safe (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/include/linux/ |
H A D | hashtable.h | 144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
/openbmc/linux/include/linux/ |
H A D | hashtable.h | 204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
/openbmc/linux/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 201 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend() 238 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, key) { in xlnx_remove_cb_for_notify_event()
|
/openbmc/linux/lib/ |
H A D | hashtable_test.c | 263 hash_for_each_possible_safe(hash, x, tmp, node, 0) { in hashtable_test_hash_for_each_possible_safe()
|
/openbmc/linux/ |
H A D | .clang-format | 403 - 'hash_for_each_possible_safe'
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mtk-sch.c | 679 hash_for_each_possible_safe(mtk->sch_ep_hash, sch_ep, in drop_ep_quirk()
|
/openbmc/linux/block/ |
H A D | elevator.c | 208 hash_for_each_possible_safe(e->hash, rq, next, hash, offset) { in elv_rqhash_find()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_user.c | 2142 hash_for_each_possible_safe(group->register_table, user, tmp, node, key) { in delete_user_event()
|