Searched refs:hash_for_each_possible_safe (Results 1 – 10 of 10) sorted by relevance
| /linux/scripts/include/ |
| H A D | hashtable.h | 95 #define hash_for_each_possible_safe(table, obj, tmp, member, key) \ macro
|
| /linux/tools/include/linux/ |
| H A D | hashtable.h | 144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
| /linux/scripts/gendwarfksyms/ |
| H A D | symbols.c | 27 hash_for_each_possible_safe(symbol_addrs, match, tmp, addr_hash, in __for_each_addr() 67 hash_for_each_possible_safe(symbol_names, match, tmp, name_hash, in for_each()
|
| /linux/include/linux/ |
| H A D | hashtable.h | 204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
| /linux/drivers/soc/xilinx/ |
| H A D | xlnx_event_manager.c | 217 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, PM_INIT_SUSPEND_CB) { in xlnx_remove_cb_for_suspend() 254 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, key) { in xlnx_remove_cb_for_notify_event()
|
| /linux/ |
| H A D | .clang-format | 487 - 'hash_for_each_possible_safe'
|
| /linux/block/ |
| H A D | elevator.c | 200 hash_for_each_possible_safe(e->hash, rq, next, hash, offset) { in elv_rqhash_find()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-mtk-sch.c | 964 hash_for_each_possible_safe(mtk->sch_ep_hash, sch_ep, in drop_ep_quirk()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_tcm.c | 1274 hash_for_each_possible_safe(fu->stream_hash, stream, tmp, node, cmd->tag) { in usbg_cmd_work() 1403 hash_for_each_possible_safe(fu->stream_hash, stream, tmp, node, scsi_tag) { in usbg_submit_command()
|
| /linux/kernel/trace/ |
| H A D | trace_events_user.c | 2210 hash_for_each_possible_safe(group->register_table, user, tmp, node, key) { in delete_user_event()
|