Searched refs:idr_for_each_entry_ul (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | idr.h | 218 #define idr_for_each_entry_ul(idr, entry, tmp, id) \ macro
|
| /linux/lib/ |
| H A D | codetag.c | 355 idr_for_each_entry_ul(&cttype->mod_idr, cmod, tmp, mod_id) { in codetag_unload_module()
|
| /linux/net/l2tp/ |
| H A D | l2tp_core.c | 186 idr_for_each_entry_ul(&pn->l2tp_tunnel_idr, tunnel, tmp, tunnel_id) { in l2tp_sk_to_tunnel() 441 idr_for_each_entry_ul(&pn->l2tp_tunnel_idr, tunnel, tmp, tunnel_id) { in l2tp_session_get_by_ifname() 1857 idr_for_each_entry_ul(&pn->l2tp_tunnel_idr, tunnel, tmp, tunnel_id) { in l2tp_pre_exit_net()
|
| /linux/net/sched/ |
| H A D | act_api.c | 567 idr_for_each_entry_ul(idr, p, tmp, id) { in tcf_dump_walker() 650 idr_for_each_entry_ul(idr, p, tmp, id) { in tcf_del_walker() 942 idr_for_each_entry_ul(idr, p, tmp, id) { in tcf_idrinfo_destroy() 1933 idr_for_each_entry_ul(idr, p, tmp, id) { in tcf_action_reoffload_cb()
|
| /linux/ |
| H A D | .clang-format | 522 - 'idr_for_each_entry_ul'
|
| /linux/drivers/pwm/ |
| H A D | core.c | 943 idr_for_each_entry_ul(&pwm_chips, chip, tmp, id) { in pwmchip_find_by_name() 1755 idr_for_each_entry_ul(&pwm_chips, chip, tmp, id) in fwnode_to_pwmchip()
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 1749 idr_for_each_entry_ul(&clp->cl_stateids, stid, tmp, id) in find_one_sb_stid() 6900 idr_for_each_entry_ul(&clp->cl_stateids, stid, tmp, id) in nfs40_clean_admin_revoked()
|