Searched refs:hash_for_each_possible_safe (Results 1 – 12 of 12) sorted by relevance
/linux-6.14.4/scripts/include/ |
D | hashtable.h | 95 #define hash_for_each_possible_safe(table, obj, tmp, member, key) \ macro
|
/linux-6.14.4/scripts/gendwarfksyms/ |
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-6.14.4/tools/include/linux/ |
D | hashtable.h | 144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
/linux-6.14.4/include/linux/ |
D | hashtable.h | 204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
|
/linux-6.14.4/drivers/soc/xilinx/ |
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-6.14.4/lib/ |
D | hashtable_test.c | 263 hash_for_each_possible_safe(hash, x, tmp, node, 0) { in hashtable_test_hash_for_each_possible_safe()
|
/linux-6.14.4/ |
D | .clang-format | 466 - 'hash_for_each_possible_safe'
|
/linux-6.14.4/block/ |
D | elevator.c | 200 hash_for_each_possible_safe(e->hash, rq, next, hash, offset) { in elv_rqhash_find()
|
/linux-6.14.4/drivers/usb/host/ |
D | xhci-mtk-sch.c | 964 hash_for_each_possible_safe(mtk->sch_ep_hash, sch_ep, in drop_ep_quirk()
|
/linux-6.14.4/drivers/usb/gadget/function/ |
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-6.14.4/kernel/trace/ |
D | trace_events_user.c | 2220 hash_for_each_possible_safe(group->register_table, user, tmp, node, key) { in delete_user_event()
|
/linux-6.14.4/drivers/net/ethernet/intel/idpf/ |
D | idpf_txrx.c | 1679 hash_for_each_possible_safe(txq->stash->sched_buf_hash, stash, tmp_buf, in idpf_tx_clean_stashed_bufs()
|