Home
last modified time | relevance | path

Searched defs:rt (Results 1 – 25 of 183) sorted by relevance

12345678

/linux/drivers/net/ethernet/intel/ice/
H A Dice_parser_rt.c6 static void ice_rt_tsr_set(struct ice_parser_rt *rt, u16 tsr) in ice_rt_tsr_set()
11 static void ice_rt_ho_set(struct ice_parser_rt *rt, u16 ho) in ice_rt_ho_set()
17 static void ice_rt_np_set(struct ice_parser_rt *rt, u16 pc) in ice_rt_np_set()
22 static void ice_rt_nn_set(struct ice_parser_rt *rt, u16 node) in ice_rt_nn_set()
28 ice_rt_flag_set(struct ice_parser_rt *rt, unsigned int idx, bool set) in ice_rt_flag_set()
45 static void ice_rt_gpr_set(struct ice_parser_rt *rt, int idx, u16 val) in ice_rt_gpr_set()
57 static void ice_rt_err_set(struct ice_parser_rt *rt, unsigned int idx, bool set) in ice_rt_err_set()
74 void ice_parser_rt_reset(struct ice_parser_rt *rt) in ice_parser_rt_reset()
102 void ice_parser_rt_pktbuf_set(struct ice_parser_rt *rt, const u8 *pkt_buf, in ice_parser_rt_pktbuf_set()
114 static void ice_bst_key_init(struct ice_parser_rt *rt, in ice_bst_key_init()
[all …]
/linux/sound/usb/6fire/
H A Dcontrol.c60 static void usb6fire_control_output_vol_update(struct control_runtime *rt) in usb6fire_control_output_vol_update()
74 static void usb6fire_control_output_mute_update(struct control_runtime *rt) in usb6fire_control_output_mute_update()
82 static void usb6fire_control_input_vol_update(struct control_runtime *rt) in usb6fire_control_input_vol_update()
96 static void usb6fire_control_line_phono_update(struct control_runtime *rt) in usb6fire_control_line_phono_update()
105 static void usb6fire_control_opt_coax_update(struct control_runtime *rt) in usb6fire_control_opt_coax_update()
114 static int usb6fire_control_set_rate(struct control_runtime *rt, int rate) in usb6fire_control_set_rate()
137 struct control_runtime *rt, int n_analog_out, in usb6fire_control_set_channels()
160 static int usb6fire_control_streaming_update(struct control_runtime *rt) in usb6fire_control_streaming_update()
188 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_put() local
218 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_get() local
[all …]
H A Dcomm.c21 static void usb6fire_comm_init_urb(struct comm_runtime *rt, struct urb *urb, in usb6fire_comm_init_urb()
35 struct comm_runtime *rt = urb->context; in usb6fire_comm_receiver_handler() local
106 static int usb6fire_comm_write8(struct comm_runtime *rt, u8 request, in usb6fire_comm_write8()
124 static int usb6fire_comm_write16(struct comm_runtime *rt, u8 request, in usb6fire_comm_write16()
144 struct comm_runtime *rt = kzalloc(sizeof(struct comm_runtime), in usb6fire_comm_init() local
187 struct comm_runtime *rt = chip->comm; in usb6fire_comm_abort() local
195 struct comm_runtime *rt = chip->comm; in usb6fire_comm_destroy() local
/linux/arch/mips/include/asm/
H A Duasm.h210 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument
211 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument
212 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
213 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
214 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument
215 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument
216 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument
217 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument
218 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
219 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument
[all …]
/linux/drivers/thunderbolt/
H A Dretimer.c34 int tb_retimer_nvm_read(struct tb_retimer *rt, unsigned int address, void *buf, in tb_retimer_nvm_read()
43 struct tb_retimer *rt = tb_to_retimer(nvm->dev); in nvm_read() local
66 struct tb_retimer *rt = tb_to_retimer(nvm->dev); in nvm_write() local
78 static int tb_retimer_nvm_add(struct tb_retimer *rt) in tb_retimer_nvm_add()
116 static int tb_retimer_nvm_validate_and_write(struct tb_retimer *rt) in tb_retimer_nvm_validate_and_write()
138 static int tb_retimer_nvm_authenticate(struct tb_retimer *rt, bool auth_only) in tb_retimer_nvm_authenticate()
172 struct tb_retimer *rt = tb_to_retimer(dev); in device_show() local
181 struct tb_retimer *rt = tb_to_retimer(dev); in nvm_authenticate_show() local
254 struct tb_retimer *rt = tb_to_retimer(dev); in nvm_authenticate_store() local
320 struct tb_retimer *rt = tb_to_retimer(dev); in nvm_version_show() local
[all …]
/linux/arch/arm64/kvm/hyp/
H A Dvgic-v3-sr.c746 static void __vgic_v3_read_iar(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_iar()
802 static int ___vgic_v3_write_dir(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in ___vgic_v3_write_dir()
825 static void __vgic_v3_write_dir(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_write_dir()
831 static void __vgic_v3_write_eoir(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_write_eoir()
866 static void __vgic_v3_read_igrpen0(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_igrpen0()
871 static void __vgic_v3_read_igrpen1(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_igrpen1()
876 static void __vgic_v3_write_igrpen0(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_write_igrpen0()
888 static void __vgic_v3_write_igrpen1(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_write_igrpen1()
900 static void __vgic_v3_read_bpr0(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_bpr0()
905 static void __vgic_v3_read_bpr1(struct kvm_vcpu *vcpu, u32 vmcr, int rt) in __vgic_v3_read_bpr1()
[all …]
/linux/net/x25/
H A Dx25_route.c29 struct x25_route *rt; in x25_add_route() local
66 static void __x25_remove_route(struct x25_route *rt) in __x25_remove_route()
77 struct x25_route *rt; in x25_del_route() local
100 struct x25_route *rt; in x25_route_device_down() local
137 struct x25_route *rt, *use = NULL; in x25_get_route() local
162 struct x25_route_struct rt; in x25_route_ioctl() local
195 struct x25_route *rt; in x25_route_free() local
/linux/arch/mips/ralink/
H A Dtimer.c42 static inline void rt_timer_w32(struct rt_timer *rt, u8 reg, u32 val) in rt_timer_w32()
47 static inline u32 rt_timer_r32(struct rt_timer *rt, u8 reg) in rt_timer_r32()
54 struct rt_timer *rt = (struct rt_timer *) _rt; in rt_timer_irq() local
63 static int rt_timer_request(struct rt_timer *rt) in rt_timer_request()
76 static int rt_timer_config(struct rt_timer *rt, unsigned long divisor) in rt_timer_config()
88 static int rt_timer_enable(struct rt_timer *rt) in rt_timer_enable()
103 struct rt_timer *rt; in rt_timer_probe() local
/linux/kernel/bpf/
H A Drange_tree.c56 __find_range(struct range_tree * rt,u32 len) __find_range() argument
75 range_tree_find(struct range_tree * rt,u32 len) range_tree_find() argument
123 range_it_remove(struct range_node * rn,struct range_tree * rt) range_it_remove() argument
131 range_it_iter_first(struct range_tree * rt,u32 start,u32 last) range_it_iter_first() argument
137 range_tree_clear(struct range_tree * rt,u32 start,u32 len) range_tree_clear() argument
184 is_range_tree_set(struct range_tree * rt,u32 start,u32 len) is_range_tree_set() argument
197 range_tree_set(struct range_tree * rt,u32 start,u32 len) range_tree_set() argument
256 range_tree_destroy(struct range_tree * rt) range_tree_destroy() argument
266 range_tree_init(struct range_tree * rt) range_tree_init() argument
[all...]
/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c405 s32 rt, rs; in mult_func() local
432 u32 rt, rs; in multu_func() local
455 s32 rt, rs; in div_func() local
477 u32 rt, rs; in divu_func() local
500 s64 rt, rs; in dmult_func() local
532 u64 rt, rs; in dmultu_func() local
563 s64 rt, rs; in ddiv_func() local
588 u64 rt, rs; in ddivu_func() local
636 s32 rt, rs; in madd_func() local
665 u32 rt, rs; in maddu_func() local
[all …]
/linux/drivers/infiniband/core/
H A Drestrack.c25 struct rdma_restrack_root *rt; in rdma_restrack_init() local
46 struct rdma_restrack_root *rt = dev->res; in rdma_restrack_clean() local
67 struct rdma_restrack_root *rt = &dev->res[type]; in rdma_restrack_count() local
184 struct rdma_restrack_root *rt; in rdma_restrack_add() local
248 struct rdma_restrack_root *rt = &dev->res[type]; in rdma_restrack_get_byid() local
286 struct rdma_restrack_root *rt; in rdma_restrack_del() local
/linux/net/ipv6/
H A Droute.c138 void rt6_uncached_list_add(struct rt6_info *rt) in rt6_uncached_list_add()
149 void rt6_uncached_list_del(struct rt6_info *rt) in rt6_uncached_list_del()
166 struct rt6_info *rt, *safe; in rt6_uncached_list_flush_dev() local
228 const struct rt6_info *rt = dst_rt6_info(dst); in ip6_dst_neigh_lookup() local
236 const struct rt6_info *rt = dst_rt6_info(dst); in ip6_confirm_neigh() local
333 static void rt6_info_init(struct rt6_info *rt) in rt6_info_init()
342 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc() local
356 struct rt6_info *rt = dst_rt6_info(dst); in ip6_dst_destroy() local
375 struct rt6_info *rt = dst_rt6_info(dst); in ip6_dst_ifdown() local
391 static bool __rt6_check_expired(const struct rt6_info *rt) in __rt6_check_expired()
[all …]
H A Dip6_fib.c324 struct rt6_info *rt; in fib6_rule_lookup() local
372 struct fib6_info *rt, in call_fib6_entry_notifier() argument
385 call_fib6_multipath_entry_notifier(struct notifier_block * nb,enum fib_event_type event_type,struct fib6_info * rt,unsigned int nsiblings,struct netlink_ext_ack * extack) call_fib6_multipath_entry_notifier() argument
400 call_fib6_entry_notifiers(struct net * net,enum fib_event_type event_type,struct fib6_info * rt,struct netlink_ext_ack * extack) call_fib6_entry_notifiers() argument
414 call_fib6_multipath_entry_notifiers(struct net * net,enum fib_event_type event_type,struct fib6_info * rt,unsigned int nsiblings,struct netlink_ext_ack * extack) call_fib6_multipath_entry_notifiers() argument
428 call_fib6_entry_notifiers_replace(struct net * net,struct fib6_info * rt) call_fib6_entry_notifiers_replace() argument
445 fib6_rt_dump(struct fib6_info * rt,struct fib6_dump_arg * arg) fib6_rt_dump() argument
528 struct fib6_info *rt; fib6_dump_node() local
1031 fib6_purge_rt(struct fib6_info * rt,struct fib6_node * fn,struct net * net) fib6_purge_rt() argument
1080 fib6_add_rt2node(struct fib6_node * fn,struct fib6_info * rt,struct nl_info * info,struct netlink_ext_ack * extack,struct list_head * purge_list) fib6_add_rt2node() argument
1346 fib6_add_rt2node_nh(struct fib6_node * fn,struct fib6_info * rt,struct nl_info * info,struct netlink_ext_ack * extack,struct list_head * purge_list) fib6_add_rt2node_nh() argument
1368 fib6_start_gc(struct net * net,struct fib6_info * rt) fib6_start_gc() argument
1383 __fib6_update_sernum_upto_root(struct fib6_info * rt,int sernum) __fib6_update_sernum_upto_root() argument
1398 fib6_update_sernum_upto_root(struct net * net,struct fib6_info * rt) fib6_update_sernum_upto_root() argument
1418 fib6_add(struct fib6_node * root,struct fib6_info * rt,struct nl_info * info,struct netlink_ext_ack * extack) fib6_add() argument
1967 struct fib6_info *rt = rcu_dereference_protected(*rtp, fib6_del_route() local
2058 fib6_del(struct fib6_info * rt,struct nl_info * info) fib6_del() argument
2228 struct fib6_info *rt; fib6_clean_node() local
2347 fib6_age(struct fib6_info * rt,struct fib6_gc_args * gc_args) fib6_age() argument
2377 struct fib6_info *rt; fib6_gc_table() local
2588 struct fib6_info *rt = v; ipv6_route_native_seq_show() local
[all...]
/linux/arch/powerpc/kernel/
H A Dkvm.c77 static void __init kvm_patch_ins_ll(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ll()
86 static void __init kvm_patch_ins_ld(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ld()
95 static void __init kvm_patch_ins_lwz(u32 *inst, long addr, u32 rt) in kvm_patch_ins_lwz()
100 static void __init kvm_patch_ins_std(u32 *inst, long addr, u32 rt) in kvm_patch_ins_std()
109 static void __init kvm_patch_ins_stw(u32 *inst, long addr, u32 rt) in kvm_patch_ins_stw()
155 static void __init kvm_patch_ins_mtmsrd(u32 *inst, u32 rt) in kvm_patch_ins_mtmsrd()
208 static void __init kvm_patch_ins_mtmsr(u32 *inst, u32 rt) in kvm_patch_ins_mtmsr()
269 static void __init kvm_patch_ins_wrtee(u32 *inst, u32 rt, int imm_one) in kvm_patch_ins_wrtee()
367 static void __init kvm_patch_ins_mtsrin(u32 *inst, u32 rt, u32 rb) in kvm_patch_ins_mtsrin()
/linux/net/mpls/
H A Daf_mpls.c234 return (struct mpls_nh *)((u8 *)rt->rt_nh + index * rt->rt_nh_size); in mpls_select_multipath() argument
80 struct mpls_route *rt = NULL; mpls_route_input_rcu() local
96 __mpls_nh_via(struct mpls_route * rt,struct mpls_nh * nh) __mpls_nh_via() argument
101 mpls_nh_via(const struct mpls_route * rt,const struct mpls_nh * nh) mpls_nh_via() argument
157 mpls_multipath_hash(struct mpls_route * rt,struct sk_buff * skb) mpls_multipath_hash() argument
224 mpls_get_nexthop(struct mpls_route * rt,u8 index) mpls_get_nexthop() argument
270 mpls_egress(struct net * net,struct mpls_route * rt,struct sk_buff * skb,struct mpls_entry_decoded dec) mpls_egress() argument
348 struct mpls_route *rt; mpls_forward() local
514 struct mpls_route *rt; mpls_rt_alloc() local
533 mpls_rt_free(struct mpls_route * rt) mpls_rt_free() argument
546 struct mpls_route *rt = new ? new : old; mpls_notify_route() local
558 struct mpls_route *rt; mpls_route_update() local
593 struct rtable *rt; inet_fib_lookup_dev() local
648 find_outdev(struct net * net,struct mpls_route * rt,struct mpls_nh * nh,int oif) find_outdev() argument
680 mpls_nh_assign_dev(struct net * net,struct mpls_route * rt,struct mpls_nh * nh,int oif) mpls_nh_assign_dev() argument
769 mpls_nh_build_from_cfg(struct mpls_route_config * cfg,struct mpls_route * rt) mpls_nh_build_from_cfg() argument
800 mpls_nh_build(struct net * net,struct mpls_route * rt,struct mpls_nh * nh,int oif,struct nlattr * via,struct nlattr * newdst,u8 max_labels,struct netlink_ext_ack * extack) mpls_nh_build() argument
886 mpls_nh_build_multi(struct mpls_route_config * cfg,struct mpls_route * rt,u8 max_labels,struct netlink_ext_ack * extack) mpls_nh_build_multi() argument
968 struct mpls_route *rt, *old; mpls_route_add() local
1490 struct mpls_route *rt = rtnl_dereference(platform_label[index]); mpls_ifdown() local
1567 struct mpls_route *rt = rtnl_dereference(platform_label[index]); mpls_ifup() local
1972 mpls_dump_route(struct sk_buff * skb,u32 portid,u32 seq,int event,u32 label,struct mpls_route * rt,int flags) mpls_dump_route() argument
2141 mpls_rt_uses_dev(struct mpls_route * rt,const struct net_device * dev) mpls_rt_uses_dev() argument
2200 struct mpls_route *rt; mpls_dump_routes() local
2220 lfib_nlmsg_size(struct mpls_route * rt) lfib_nlmsg_size() argument
2257 rtmsg_lfib(int event,u32 label,struct mpls_route * rt,struct nlmsghdr * nlh,struct net * net,u32 portid,unsigned int nlm_flags) rtmsg_lfib() argument
2353 struct mpls_route *rt; mpls_getroute() local
2710 struct mpls_route *rt = rtnl_dereference(platform_label[index]); mpls_net_exit() local
[all...]
/linux/net/ipv4/
H A Droute.c416 const struct rtable *rt = container_of(dst, struct rtable, dst); in ipv4_neigh_lookup() local
443 const struct rtable *rt = container_of(dst, struct rtable, dst); in ipv4_confirm_neigh() local
578 struct rtable *rt; in fnhe_flush_routes() local
630 static void fill_route_from_fnhe(struct rtable *rt, struct fib_nh_exception *fnhe) in fill_route_from_fnhe()
650 struct rtable *rt; in update_or_create_fnhe() local
744 static void __ip_do_redirect(struct rtable *rt, struct sk_buff *skb, struct flowi4 *fl4, in __ip_do_redirect()
831 struct rtable *rt; in ip_do_redirect() local
849 struct rtable *rt = dst_rtable(dst); in ipv4_negative_advice() local
875 struct rtable *rt = skb_rtable(skb); in ip_rt_send_redirect() local
940 struct rtable *rt = skb_rtable(skb); in ip_error() local
[all …]
H A Ddatagram.c24 struct rtable *rt; in __ip4_datagram_connect() local
107 struct rtable *rt; in ip4_datagram_release_cb() local
[all...]
/linux/arch/arm/mm/
H A Dcache-v7m.S38 .macro read_ccsidr, rt argument
42 .macro read_clidr, rt argument
107 .macro invalidate_icache, rt argument
116 .macro invalidate_bp, rt argument
/linux/net/mctp/
H A Droute.c664 static void mctp_route_release(struct mctp_route *rt) in mctp_route_release()
676 struct mctp_route *rt; in mctp_route_alloc() local
857 static unsigned int mctp_route_netid(struct mctp_route *rt) in mctp_route_netid()
863 static bool mctp_rt_match_eid(struct mctp_route *rt, in mctp_rt_match_eid()
942 struct mctp_route *rt; in mctp_route_lookup_single() local
963 struct mctp_route *rt; in mctp_route_lookup() local
997 struct mctp_route *rt; in mctp_route_lookup_null() local
1199 static int mctp_route_add(struct net *net, struct mctp_route *rt) in mctp_route_add()
1241 struct mctp_route *rt, *tmp; in mctp_route_remove() local
1269 struct mctp_route *rt; in mctp_route_add_local() local
[all …]
/linux/net/sunrpc/
H A Dtimer.c35 void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo) in rpc_init_rtt()
61 void rpc_update_rtt(struct rpc_rtt *rt, unsigned int timer, long m) in rpc_update_rtt()
110 unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned int timer) in rpc_calc_rto()
/linux/arch/arm/net/
H A Dbpf_jit_32.c351 static u32 arm_bpf_ldst_imm12(u32 op, u8 rt, u8 rn, s16 imm12) in arm_bpf_ldst_imm12()
361 static u32 arm_bpf_ldst_imm8(u32 op, u8 rt, u8 rn, s16 imm8) in arm_bpf_ldst_imm8()
371 #define ARM_LDR_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_LDR_I, rt, rn, off) argument
372 #define ARM_LDRB_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_LDRB_I, rt, rn, off) argument
373 #define ARM_LDRD_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRD_I, rt, rn, off) argument
374 #define ARM_LDRH_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRH_I, rt, rn, off) argument
376 #define ARM_LDRSH_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRSH_I, rt, rn, off) argument
377 #define ARM_LDRSB_I(rt, rn, off) arm_bpf_ldst_imm8(ARM_INST_LDRSB_I, rt, rn, off) argument
379 #define ARM_STR_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_STR_I, rt, rn, off) argument
380 #define ARM_STRB_I(rt, rn, off) arm_bpf_ldst_imm12(ARM_INST_STRB_I, rt, rn, off) argument
[all …]
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c126 struct rtable *rt; in do_output_route4() local
151 static inline int __ip_vs_is_local_route6(struct rt6_info *rt) in __ip_vs_is_local_route6()
306 struct rtable *rt; /* Route to the other host */ in __ip_vs_get_out_rt() local
467 struct rt6_info *rt; /* Route to the other host */ in __ip_vs_get_out_rt_v6() local
751 struct rtable *rt; /* Route to the other host */ in ip_vs_nat_xmit() local
835 struct rt6_info *rt; /* Route to the other host */ in ip_vs_nat_xmit_v6() local
1113 struct rtable *rt; /* Route to the other host */ in ip_vs_tunnel_xmit() local
1258 struct rt6_info *rt; /* Route to the other host */ in ip_vs_tunnel_xmit_v6() local
1469 struct rtable *rt; /* Route to the other host */ in ip_vs_icmp_xmit() local
1554 struct rt6_info *rt; /* Route to the other host */ in ip_vs_icmp_xmit_v6() local
/linux/net/mctp/test/
H A Dutils.c109 rt = kzalloc(sizeof(*rt), GFP_KERNEL); in mctp_route_test_alloc() local
127 struct mctp_test_route *rt; mctp_test_create_route_direct() local
153 struct mctp_test_route *rt; mctp_test_create_route_gw() local
197 mctp_test_route_destroy(struct kunit * test,struct mctp_test_route * rt) mctp_test_route_destroy() argument
[all...]
/linux/include/linux/sunrpc/
H A Dtimer.h27 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo) in rpc_set_timeo()
43 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) in rpc_ntimeo()
/linux/virt/kvm/
H A Dirqchip.c99 static void free_irq_routing_table(struct kvm_irq_routing_table *rt) in free_irq_routing_table()
123 struct kvm_irq_routing_table *rt = rcu_access_pointer(kvm->irq_routing); in kvm_free_irq_routing() local
128 struct kvm_irq_routing_table *rt, in setup_routing_entry()

12345678