Searched refs:hash_for_each_possible_safe (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/include/linux/
H A Dhashtable.h136 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
144 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
/linux-master/include/linux/
H A Dhashtable.h196 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ macro
/linux-master/drivers/soc/xilinx/
H A Dxlnx_event_manager.c215 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, PM_INIT_SUSPEND_CB) { function
252 hash_for_each_possible_safe(reg_driver_map, eve_data, tmp, hentry, key) { function
/linux-master/lib/
H A Dhashtable_test.c263 hash_for_each_possible_safe(hash, x, tmp, node, 0) {
/linux-master/block/
H A Delevator.c208 hash_for_each_possible_safe(e->hash, rq, next, hash, offset) {
/linux-master/drivers/usb/host/
H A Dxhci-mtk-sch.c964 hash_for_each_possible_safe(mtk->sch_ep_hash, sch_ep,
/linux-master/kernel/trace/
H A Dtrace_events_user.c2146 hash_for_each_possible_safe(group->register_table, user, tmp, node, key) {
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c1516 hash_for_each_possible_safe(txq->sched_buf_hash, stash, tmp_buf,

Completed in 178 milliseconds