Home
last modified time | relevance | path

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

/linux-4.4.14/sound/usb/6fire/
Dcontrol.c64 static void usb6fire_control_output_vol_update(struct control_runtime *rt) in usb6fire_control_output_vol_update()
78 static void usb6fire_control_output_mute_update(struct control_runtime *rt) in usb6fire_control_output_mute_update()
86 static void usb6fire_control_input_vol_update(struct control_runtime *rt) in usb6fire_control_input_vol_update()
100 static void usb6fire_control_line_phono_update(struct control_runtime *rt) in usb6fire_control_line_phono_update()
109 static void usb6fire_control_opt_coax_update(struct control_runtime *rt) in usb6fire_control_opt_coax_update()
118 static int usb6fire_control_set_rate(struct control_runtime *rt, int rate) in usb6fire_control_set_rate()
141 struct control_runtime *rt, int n_analog_out, in usb6fire_control_set_channels()
164 static int usb6fire_control_streaming_update(struct control_runtime *rt) in usb6fire_control_streaming_update()
192 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_put() local
222 struct control_runtime *rt = snd_kcontrol_chip(kcontrol); in usb6fire_control_output_vol_get() local
[all …]
Dpcm.c74 static int usb6fire_pcm_set_rate(struct pcm_runtime *rt) in usb6fire_pcm_set_rate()
124 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in usb6fire_pcm_get_substream() local
135 static void usb6fire_pcm_stream_stop(struct pcm_runtime *rt) in usb6fire_pcm_stream_stop()
155 static int usb6fire_pcm_stream_start(struct pcm_runtime *rt) in usb6fire_pcm_stream_start()
202 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_capture() local
249 struct pcm_runtime *rt = snd_pcm_substream_chip(sub->instance); in usb6fire_pcm_playback() local
294 struct pcm_runtime *rt = in_urb->chip->pcm; in usb6fire_pcm_in_urb_handler() local
382 struct pcm_runtime *rt = urb->chip->pcm; in usb6fire_pcm_out_urb_handler() local
392 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in usb6fire_pcm_open() local
428 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in usb6fire_pcm_close() local
[all …]
Dmidi.c28 struct midi_runtime *rt = urb->context; in usb6fire_midi_out_handler() local
54 struct midi_runtime *rt, u8 *data, int length) in usb6fire_midi_in_received()
77 struct midi_runtime *rt = alsa_sub->rmidi->private_data; in usb6fire_midi_out_trigger() local
111 struct midi_runtime *rt = alsa_sub->rmidi->private_data; in usb6fire_midi_out_drain() local
131 struct midi_runtime *rt = alsa_sub->rmidi->private_data; in usb6fire_midi_in_trigger() local
158 struct midi_runtime *rt = kzalloc(sizeof(struct midi_runtime), in usb6fire_midi_init() local
205 struct midi_runtime *rt = chip->midi; in usb6fire_midi_abort() local
213 struct midi_runtime *rt = chip->midi; in usb6fire_midi_destroy() local
Dcomm.c25 static void usb6fire_comm_init_urb(struct comm_runtime *rt, struct urb *urb, in usb6fire_comm_init_urb()
39 struct comm_runtime *rt = urb->context; in usb6fire_comm_receiver_handler() local
110 static int usb6fire_comm_write8(struct comm_runtime *rt, u8 request, in usb6fire_comm_write8()
128 static int usb6fire_comm_write16(struct comm_runtime *rt, u8 request, in usb6fire_comm_write16()
148 struct comm_runtime *rt = kzalloc(sizeof(struct comm_runtime), in usb6fire_comm_init() local
191 struct comm_runtime *rt = chip->comm; in usb6fire_comm_abort() local
199 struct comm_runtime *rt = chip->comm; in usb6fire_comm_destroy() local
/linux-4.4.14/arch/mips/ralink/
Dtimer.c38 static inline void rt_timer_w32(struct rt_timer *rt, u8 reg, u32 val) in rt_timer_w32()
43 static inline u32 rt_timer_r32(struct rt_timer *rt, u8 reg) in rt_timer_r32()
50 struct rt_timer *rt = (struct rt_timer *) _rt; in rt_timer_irq() local
59 static int rt_timer_request(struct rt_timer *rt) in rt_timer_request()
72 static void rt_timer_free(struct rt_timer *rt) in rt_timer_free()
77 static int rt_timer_config(struct rt_timer *rt, unsigned long divisor) in rt_timer_config()
89 static int rt_timer_enable(struct rt_timer *rt) in rt_timer_enable()
102 static void rt_timer_disable(struct rt_timer *rt) in rt_timer_disable()
114 struct rt_timer *rt; in rt_timer_probe() local
157 struct rt_timer *rt = platform_get_drvdata(pdev); in rt_timer_remove() local
/linux-4.4.14/arch/mips/include/asm/
Duasm.h200 # define UASM_i_ADDIU(buf, rs, rt, val) uasm_i_daddiu(buf, rs, rt, val) argument
201 # define UASM_i_ADDU(buf, rs, rt, rd) uasm_i_daddu(buf, rs, rt, rd) argument
202 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
203 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
204 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) argument
205 # define UASM_i_MFC0(buf, rt, rd...) uasm_i_dmfc0(buf, rt, rd) argument
206 # define UASM_i_MTC0(buf, rt, rd...) uasm_i_dmtc0(buf, rt, rd) argument
207 # define UASM_i_ROTR(buf, rs, rt, sh) uasm_i_drotr(buf, rs, rt, sh) argument
208 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
209 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) argument
[all …]
Dasm.h178 #define MOVN(rd, rs, rt) \ argument
185 #define MOVZ(rd, rs, rt) \ argument
194 #define MOVN(rd, rs, rt) \ argument
201 #define MOVZ(rd, rs, rt) \ argument
211 #define MOVN(rd, rs, rt) \ argument
213 #define MOVZ(rd, rs, rt) \ argument
Dmipsmtregs.h284 #define mftc0(rt,sel) \ argument
301 #define mftgpr(rt) \ argument
318 #define mftr(rt, u, sel) \ argument
/linux-4.4.14/net/ipv6/
Droute.c118 static void rt6_uncached_list_add(struct rt6_info *rt) in rt6_uncached_list_add()
130 static void rt6_uncached_list_del(struct rt6_info *rt) in rt6_uncached_list_del()
151 struct rt6_info *rt; in rt6_uncached_list_flush_dev() local
173 static u32 *rt6_pcpu_cow_metrics(struct rt6_info *rt) in rt6_pcpu_cow_metrics()
180 struct rt6_info *rt = (struct rt6_info *)dst; in ipv6_cow_metrics() local
190 static inline const void *choose_neigh_daddr(struct rt6_info *rt, in choose_neigh_daddr()
207 struct rt6_info *rt = (struct rt6_info *) dst; in ip6_neigh_lookup() local
317 static void rt6_info_init(struct rt6_info *rt) in rt6_info_init()
331 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in __ip6_dst_alloc() local
344 struct rt6_info *rt = __ip6_dst_alloc(net, dev, flags); in ip6_dst_alloc() local
[all …]
Dip6_fib.c158 static void rt6_rcu_free(struct rt6_info *rt) in rt6_rcu_free()
185 static void rt6_release(struct rt6_info *rt) in rt6_release()
289 struct rt6_info *rt; in fib6_rule_lookup() local
312 struct rt6_info *rt; in fib6_dump_node() local
667 static bool rt6_qualify_for_ecmp(struct rt6_info *rt) in rt6_qualify_for_ecmp()
705 static void fib6_purge_rt(struct rt6_info *rt, struct fib6_node *fn, in fib6_purge_rt()
732 static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt, in fib6_add_rt2node()
922 static void fib6_start_gc(struct net *net, struct rt6_info *rt) in fib6_start_gc()
943 int fib6_add(struct fib6_node *root, struct rt6_info *rt, in fib6_add()
1387 struct rt6_info *rt = *rtp; in fib6_del_route() local
[all …]
Dip6_output.c465 struct rt6_info *rt; in ip6_forward() local
563 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in ip6_fragment() local
862 struct rt6_info *rt; in ip6_sk_dst_check() local
909 struct rt6_info *rt; in ip6_dst_lookup_tail() local
924 struct rt6_info *rt; in ip6_dst_lookup_tail() local
1160 struct rt6_info *rt, in ip6_append_data_mtu()
1183 struct rt6_info *rt, struct flowi6 *fl6) in ip6_setup_cork()
1269 struct rt6_info *rt = (struct rt6_info *)cork->dst; in __ip6_append_data() local
1564 struct rt6_info *rt, unsigned int flags, int dontfrag) in ip6_append_data()
1628 struct rt6_info *rt = (struct rt6_info *)cork->base.dst; in __ip6_make_skb() local
[all …]
Dfib6_rules.c35 struct rt6_info *rt; in fib6_rule_lookup() local
65 struct rt6_info *rt = NULL; in fib6_rule_action() local
136 struct rt6_info *rt = (struct rt6_info *) arg->result; in fib6_rule_suppress() local
Danycast.c79 struct rt6_info *rt; in ipv6_sock_ac_join() local
218 static struct ifacaddr6 *aca_alloc(struct rt6_info *rt, in aca_alloc()
246 struct rt6_info *rt; in __ipv6_dev_ac_inc() local
Dxfrm6_policy.c81 struct rt6_info *rt = (struct rt6_info *)dst; in xfrm6_init_path() local
93 struct rt6_info *rt = (struct rt6_info *)xdst->route; in xfrm6_fill_dst() local
Dping.c92 struct rt6_info *rt; in ping_v6_sendmsg() local
Dsit.c488 struct rt6_info *rt; in ipip6_err_gen_icmpv6_unreach() local
814 struct rtable *rt; /* Route to the other host */ in ipip6_tunnel_xmit() local
1053 struct rtable *rt = ip_route_output_ports(tunnel->net, &fl4, in ipip6_tunnel_bind_dev() local
Dip6_tunnel.c637 struct rtable *rt; in ip4ip6_err() local
748 struct rt6_info *rt; in ip6ip6_err() local
1329 struct rt6_info *rt = rt6_lookup(t->net, in ip6_tnl_link_config() local
Dmip6.c418 struct ipv6_rt_hdr *rt; in mip6_rthdr_offset() local
Dndisc.c1086 struct rt6_info *rt = NULL; in ndisc_router_discovery() local
1494 struct rt6_info *rt; in ndisc_send_redirect() local
Daddrconf.c904 struct rt6_info *rt; in ipv6_add_addr() local
1070 struct rt6_info *rt; in cleanup_prefix_route() local
2188 struct rt6_info *rt = NULL; in addrconf_get_prefix_route() local
2372 struct rt6_info *rt; in addrconf_prefix_rcv() local
5158 struct rt6_info *rt; in __ipv6_ifa_notify() local
Dicmp.c200 struct rt6_info *rt = (struct rt6_info *)dst; in icmpv6_xrlim_allow() local
Dmcast.c167 struct rt6_info *rt; in ipv6_sock_mc_join() local
257 struct rt6_info *rt = rt6_lookup(net, group, NULL, 0, 0); in ip6_mc_find_dev_rcu() local
Draw.c621 struct rt6_info *rt = (struct rt6_info *)*dstp; in rawv6_send_hdrinc() local
Dtcp_ipv6.c97 const struct rt6_info *rt = (const struct rt6_info *)dst; in inet6_sk_rx_dst_set() local
Dip6_gre.c977 struct rt6_info *rt = rt6_lookup(t->net, in ip6gre_tnl_link_config() local
Dip6mr.c2284 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in ip6mr_get_route() local
/linux-4.4.14/net/x25/
Dx25_route.c34 struct x25_route *rt; in x25_add_route() local
74 static void __x25_remove_route(struct x25_route *rt) in __x25_remove_route()
85 struct x25_route *rt; in x25_del_route() local
111 struct x25_route *rt; in x25_route_device_down() local
156 struct x25_route *rt, *use = NULL; in x25_get_route() local
184 struct x25_route_struct rt; in x25_route_ioctl() local
217 struct x25_route *rt; in x25_route_free() local
Dx25_forward.c25 struct x25_route *rt; in x25_forward_call() local
Dx25_proc.c50 struct x25_route *rt = list_entry(v, struct x25_route, node); in x25_seq_route_show() local
Daf_x25.c743 struct x25_route *rt; in x25_connect() local
/linux-4.4.14/sound/aoa/core/
Dgpio-pmf.c38 static void pmf_gpio_set_hw_reset(struct gpio_runtime *rt, int on) in pmf_gpio_set_hw_reset()
50 static void pmf_gpio_all_amps_off(struct gpio_runtime *rt) in pmf_gpio_all_amps_off()
62 static void pmf_gpio_all_amps_restore(struct gpio_runtime *rt) in pmf_gpio_all_amps_restore()
84 static void pmf_gpio_init(struct gpio_runtime *rt) in pmf_gpio_init()
96 static void pmf_gpio_exit(struct gpio_runtime *rt) in pmf_gpio_exit()
130 static int pmf_set_notify(struct gpio_runtime *rt, in pmf_set_notify()
209 static int pmf_get_detect(struct gpio_runtime *rt, in pmf_get_detect()
Dgpio-feature.c164 static void ftr_gpio_set_hw_reset(struct gpio_runtime *rt, int on) in ftr_gpio_set_hw_reset()
181 static void ftr_gpio_all_amps_off(struct gpio_runtime *rt) in ftr_gpio_all_amps_off()
195 static void ftr_gpio_all_amps_restore(struct gpio_runtime *rt) in ftr_gpio_all_amps_restore()
230 static void ftr_gpio_init(struct gpio_runtime *rt) in ftr_gpio_init()
281 static void ftr_gpio_exit(struct gpio_runtime *rt) in ftr_gpio_exit()
308 static int ftr_set_notify(struct gpio_runtime *rt, in ftr_set_notify()
375 static int ftr_get_detect(struct gpio_runtime *rt, in ftr_get_detect()
/linux-4.4.14/sound/usb/hiface/
Dpcm.c116 static int hiface_pcm_set_rate(struct pcm_runtime *rt, unsigned int rate) in hiface_pcm_set_rate()
178 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_get_substream() local
189 static void hiface_pcm_stream_stop(struct pcm_runtime *rt) in hiface_pcm_stream_stop()
210 static int hiface_pcm_stream_start(struct pcm_runtime *rt) in hiface_pcm_stream_start()
311 struct pcm_runtime *rt = out_urb->chip->pcm; in hiface_pcm_out_urb_handler() local
357 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_open() local
400 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_close() local
436 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_prepare() local
471 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_trigger() local
501 struct pcm_runtime *rt = snd_pcm_substream_chip(alsa_sub); in hiface_pcm_pointer() local
[all …]
/linux-4.4.14/net/decnet/
Ddn_route.c156 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_destroy() local
166 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_ifdown() local
186 static inline void dnrt_free(struct dn_route *rt) in dnrt_free()
191 static inline void dnrt_drop(struct dn_route *rt) in dnrt_drop()
200 struct dn_route *rt; in dn_dst_check_expire() local
231 struct dn_route *rt; in dn_dst_gc() local
273 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_update_pmtu() local
332 static int dn_insert_route(struct dn_route *rt, unsigned int hash, struct dn_route **rp) in dn_insert_route()
372 struct dn_route *rt, *next; in dn_run_flush() local
750 struct dn_route *rt = (struct dn_route *)dst; in dn_output() local
[all …]
Ddn_neigh.c175 struct dn_route *rt = (struct dn_route *)dst; in dn_neigh_output() local
200 struct dn_route *rt = (struct dn_route *)dst; in dn_neigh_output_packet() local
340 struct dn_route *rt = (struct dn_route *) dst; in dn_to_neigh_output() local
/linux-4.4.14/drivers/net/appletalk/
Dipddp.c122 struct ipddp_route *rt; in ipddp_xmit() local
194 struct ipddp_route *rt = kmalloc(sizeof(*rt), GFP_KERNEL); in ipddp_create() local
226 static int ipddp_delete(struct ipddp_route *rt) in ipddp_delete()
253 static struct ipddp_route* __ipddp_find_route(struct ipddp_route *rt) in __ipddp_find_route()
270 struct ipddp_route __user *rt = ifr->ifr_data; in ipddp_ioctl() local
/linux-4.4.14/arch/mips/kernel/
Dmips-r2-to-r6-emul.c404 s32 rt, rs; in mult_func() local
431 u32 rt, rs; in multu_func() local
454 s32 rt, rs; in div_func() local
476 u32 rt, rs; in divu_func() local
499 s64 rt, rs; in dmult_func() local
531 u64 rt, rs; in dmultu_func() local
562 s64 rt, rs; in ddiv_func() local
587 u64 rt, rs; in ddivu_func() local
635 s32 rt, rs; in madd_func() local
664 u32 rt, rs; in maddu_func() local
[all …]
Drtlx.c284 struct rtlx_channel *rt; in rtlx_write() local
Dtraps.c617 static int simulate_rdhwr(struct pt_regs *regs, int rd, int rt) in simulate_rdhwr()
656 int rt = (opcode & RT) >> 16; in simulate_rdhwr_normal() local
670 int rt = (opcode & MM_RT) >> 21; in simulate_rdhwr_mm() local
/linux-4.4.14/net/mpls/
Daf_mpls.c41 struct mpls_route *rt = NULL; in mpls_route_input_rcu() local
62 static u8 *__mpls_nh_via(struct mpls_route *rt, struct mpls_nh *nh) in __mpls_nh_via()
70 static const u8 *mpls_nh_via(const struct mpls_route *rt, in mpls_nh_via()
101 static struct mpls_nh *mpls_select_multipath(struct mpls_route *rt, in mpls_select_multipath()
175 static bool mpls_egress(struct mpls_route *rt, struct sk_buff *skb, in mpls_egress()
228 struct mpls_route *rt; in mpls_forward() local
368 struct mpls_route *rt; in mpls_rt_alloc() local
382 static void mpls_rt_free(struct mpls_route *rt) in mpls_rt_free()
395 struct mpls_route *rt = new ? new : old; in mpls_notify_route() local
407 struct mpls_route *rt; in mpls_route_update() local
[all …]
Dinternal.h80 #define for_nexthops(rt) { \ argument
86 #define change_nexthops(rt) { \ argument
92 #define endfor_nexthops(rt) } argument
Dmpls_iptunnel.c49 struct rtable *rt = NULL; in mpls_output() local
/linux-4.4.14/net/ipv4/
Droute.c449 const struct rtable *rt; in ipv4_neigh_lookup() local
562 static inline void rt_free(struct rtable *rt) in rt_free()
571 struct rtable *rt; in fnhe_flush_routes() local
609 static void fill_route_from_fnhe(struct rtable *rt, struct fib_nh_exception *fnhe) in fill_route_from_fnhe()
626 struct rtable *rt; in update_or_create_fnhe() local
705 static void __ip_do_redirect(struct rtable *rt, struct sk_buff *skb, struct flowi4 *fl4, in __ip_do_redirect()
787 struct rtable *rt; in ip_do_redirect() local
803 struct rtable *rt = (struct rtable *)dst; in ipv4_negative_advice() local
837 struct rtable *rt = skb_rtable(skb); in ip_rt_send_redirect() local
903 struct rtable *rt = skb_rtable(skb); in ip_error() local
[all …]
Ddatagram.c28 struct rtable *rt; in __ip4_datagram_connect() local
109 struct rtable *rt; in ip4_datagram_release_cb() local
Dip_options.c44 __be32 daddr, struct rtable *rt, int is_frag) in ip_options_build()
262 struct rtable *rt = NULL; in ip_options_compile() local
564 struct rtable *rt = skb_rtable(skb); in ip_forward_options() local
614 struct rtable *rt = skb_rtable(skb); in ip_options_rcv_srr() local
Dip_output.c139 struct rtable *rt = skb_rtable(skb); in ip_build_and_send_pkt() local
178 struct rtable *rt = (struct rtable *)dst; in ip_finish_output2() local
290 struct rtable *rt = skb_rtable(skb); in ip_mc_output() local
386 struct rtable *rt; in ip_queue_xmit() local
532 struct rtable *rt = skb_rtable(skb); in ip_do_fragment() local
887 struct rtable *rt = (struct rtable *)cork->dst; in __ip_append_data() local
1119 struct rtable *rt; in ip_setup_cork() local
1197 struct rtable *rt; in ip_append_page() local
1358 struct rtable *rt = (struct rtable *)cork->dst; in __ip_make_skb() local
1548 struct rtable *rt = skb_rtable(skb); in ip_send_unicast_reply() local
Dicmp.c289 static bool icmpv4_xrlim_allow(struct net *net, struct rtable *rt, in icmpv4_xrlim_allow()
356 struct ipcm_cookie *ipc, struct rtable **rt) in icmp_push_reply()
392 struct rtable *rt = skb_rtable(skb); in icmp_reply() local
467 struct rtable *rt, *rt2; in icmp_route_lookup() local
573 struct rtable *rt = skb_rtable(skb_in); in icmp_send() local
978 struct rtable *rt = skb_rtable(skb); in icmp_rcv() local
Darp.c430 struct rtable *rt; in arp_filter() local
450 struct net_device *dev, struct rtable *rt) in arp_fwd_proxy()
495 struct net_device *dev, struct rtable *rt, in arp_fwd_pvlan()
654 struct rtable *rt; in arp_process() local
984 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_set() local
1106 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_delete() local
Dnetfilter.c23 struct rtable *rt; in ip_route_me_harder() local
178 struct rtable *rt = ip_route_output_key(net, &fl->u.ip4); in nf_ip_route() local
Dip_forward.c82 struct rtable *rt; /* Route we use */ in ip_forward() local
Dxfrm4_policy.c27 struct rtable *rt; in __xfrm4_dst_lookup() local
83 struct rtable *rt = (struct rtable *)xdst->route; in xfrm4_fill_dst() local
Dinet_connection_sock.c416 struct rtable *rt; in inet_csk_route_req() local
449 struct rtable *rt; in inet_csk_route_child_sock() local
927 struct rtable *rt; in inet_csk_rebuild_route() local
Dudp_tunnel.c77 int udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, in udp_tunnel_xmit_skb()
Dip_gre.c528 struct rtable *rt; in gre_fb_xmit() local
586 struct rtable *rt; in gre_fill_metadata_dst() local
774 struct rtable *rt; in ipgre_open() local
Dip_input.c317 struct rtable *rt; in ip_rcv_finish() local
Dip_tunnel.c376 struct rtable *rt; in ip_tunnel_bind_dev() local
600 struct rtable *rt, __be16 df, in tnl_update_pmtu()
657 struct rtable *rt; /* Route to the other host */ in ip_tunnel_xmit() local
Dfib_frontend.c282 struct rtable *rt; in fib_compute_spec_dst() local
439 static int rtentry_to_fib_config(struct net *net, int cmd, struct rtentry *rt, in rtentry_to_fib_config()
577 struct rtentry rt; in ip_rt_ioctl() local
Dip_tunnel_core.c51 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, in iptunnel_xmit()
Dsyncookies.c306 struct rtable *rt; in cookie_v4_check() local
Daf_inet.c1106 struct rtable *rt; in inet_sk_reselect_saddr() local
1152 struct rtable *rt = (struct rtable *)__sk_dst_check(sk, 0); in inet_sk_rebuild_header() local
Draw.c349 struct rtable *rt = *rtp; in raw_send_hdrinc() local
491 struct rtable *rt = NULL; in raw_sendmsg() local
Dfib_semantics.c145 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free() local
194 struct rtable *rt; in rt_fibinfo_free_cpus() local
Digmp.c328 struct rtable *rt; in igmpv3_newpack() local
678 struct rtable *rt; in igmp_send_report() local
1711 struct rtable *rt = ip_route_output(net, in ip_mc_find_dev() local
Dping.c705 struct rtable *rt = NULL; in ping_v4_sendmsg() local
Dipmr.c1698 struct rtable *rt; in ipmr_queue_xmit() local
1925 struct rtable *rt = skb_rtable(skb); in ipmr_rt_fib_lookup() local
Dudp.c887 struct rtable *rt = NULL; in udp_sendmsg() local
1761 struct rtable *rt = skb_rtable(skb); in __udp4_lib_rcv() local
Dtcp_ipv4.c149 struct rtable *rt; in tcp_v4_connect() local
/linux-4.4.14/arch/powerpc/kernel/
Dkvm.c86 static void kvm_patch_ins_ll(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ll()
95 static void kvm_patch_ins_ld(u32 *inst, long addr, u32 rt) in kvm_patch_ins_ld()
104 static void kvm_patch_ins_lwz(u32 *inst, long addr, u32 rt) in kvm_patch_ins_lwz()
109 static void kvm_patch_ins_std(u32 *inst, long addr, u32 rt) in kvm_patch_ins_std()
118 static void kvm_patch_ins_stw(u32 *inst, long addr, u32 rt) in kvm_patch_ins_stw()
164 static void kvm_patch_ins_mtmsrd(u32 *inst, u32 rt) in kvm_patch_ins_mtmsrd()
217 static void kvm_patch_ins_mtmsr(u32 *inst, u32 rt) in kvm_patch_ins_mtmsr()
278 static void kvm_patch_ins_wrtee(u32 *inst, u32 rt, int imm_one) in kvm_patch_ins_wrtee()
376 static void kvm_patch_ins_mtsrin(u32 *inst, u32 rt, u32 rb) in kvm_patch_ins_mtsrin()
/linux-4.4.14/net/sunrpc/
Dtimer.c34 void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo) in rpc_init_rtt()
60 void rpc_update_rtt(struct rpc_rtt *rt, unsigned int timer, long m) in rpc_update_rtt()
109 unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned int timer) in rpc_calc_rto()
/linux-4.4.14/drivers/media/radio/
Dradio-aimslab.c69 struct rtrack *rt = kzalloc(sizeof(struct rtrack), GFP_KERNEL); in rtrack_alloc() local
88 struct rtrack *rt = container_of(isa, struct rtrack, isa); in rtrack_set_pins() local
119 struct rtrack *rt = container_of(isa, struct rtrack, isa); in rtrack_s_mute_volume() local
/linux-4.4.14/include/linux/sunrpc/
Dtimer.h26 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo) in rpc_set_timeo()
42 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) in rpc_ntimeo()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_xmit.c128 struct rtable *rt; in do_output_route4() local
160 static inline int __ip_vs_is_local_route6(struct rt6_info *rt) in __ip_vs_is_local_route6()
266 struct rtable *rt; /* Route to the other host */ in __ip_vs_get_out_rt() local
413 struct rt6_info *rt; /* Route to the other host */ in __ip_vs_get_out_rt_v6() local
696 struct rtable *rt; /* Route to the other host */ in ip_vs_nat_xmit() local
787 struct rt6_info *rt; /* Route to the other host */ in ip_vs_nat_xmit_v6() local
979 struct rtable *rt; /* Route to the other host */ in ip_vs_tunnel_xmit() local
1074 struct rt6_info *rt; /* Route to the other host */ in ip_vs_tunnel_xmit_v6() local
1255 struct rtable *rt; /* Route to the other host */ in ip_vs_icmp_xmit() local
1348 struct rt6_info *rt; /* Route to the other host */ in ip_vs_icmp_xmit_v6() local
/linux-4.4.14/net/ipx/
Dipx_route.c51 struct ipx_route *rt; in ipxrtr_add_route() local
176 struct ipx_route *rt = NULL; in ipxrtr_route_packet() local
260 struct rtentry rt; /* Use these to behave like 'other' stacks */ in ipxrtr_ioctl() local
Dipx_proc.c81 struct ipx_route *rt; in ipx_seq_route_show() local
Daf_ipx.c1523 struct ipx_route *rt; in ipx_connect() local
/linux-4.4.14/virt/kvm/
Dirqchip.c110 static void free_irq_routing_table(struct kvm_irq_routing_table *rt) in free_irq_routing_table()
134 struct kvm_irq_routing_table *rt = rcu_access_pointer(kvm->irq_routing); in kvm_free_irq_routing() local
138 static int setup_routing_entry(struct kvm_irq_routing_table *rt, in setup_routing_entry()
/linux-4.4.14/include/net/
Droute.h75 static inline bool rt_is_input_route(const struct rtable *rt) in rt_is_input_route()
80 static inline bool rt_is_output_route(const struct rtable *rt) in rt_is_output_route()
85 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop()
217 static inline void ip_rt_put(struct rtable *rt) in ip_rt_put()
280 struct rtable *rt; in ip_route_connect() local
305 static inline struct rtable *ip_route_newports(struct flowi4 *fl4, struct rtable *rt, in ip_route_newports()
Dip6_route.h160 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb); in ipv6_unicast_destination() local
168 struct rt6_info *rt = (struct rt6_info *)dst; in ipv6_anycast_destination() local
199 static inline struct in6_addr *rt6_nexthop(struct rt6_info *rt, in rt6_nexthop()
Dip6_fib.h143 static inline void rt6_clean_expires(struct rt6_info *rt) in rt6_clean_expires()
149 static inline void rt6_set_expires(struct rt6_info *rt, unsigned long expires) in rt6_set_expires()
157 struct rt6_info *rt; in rt6_update_expires() local
168 static inline u32 rt6_get_cookie(const struct rt6_info *rt) in rt6_get_cookie()
177 static inline void ip6_rt_put(struct rt6_info *rt) in ip6_rt_put()
Ddn_route.h88 static inline bool dn_is_input_route(struct dn_route *rt) in dn_is_input_route()
93 static inline bool dn_is_output_route(struct dn_route *rt) in dn_is_output_route()
Dipx.h164 static __inline__ void ipxrtr_hold(struct ipx_route *rt) in ipxrtr_hold()
169 static __inline__ void ipxrtr_put(struct ipx_route *rt) in ipxrtr_put()
Dx25.h266 static __inline__ void x25_route_hold(struct x25_route *rt) in x25_route_hold()
271 static __inline__ void x25_route_put(struct x25_route *rt) in x25_route_put()
Dif_inet6.h65 struct rt6_info *rt; member
Dxfrm.h944 struct rtable rt; member
/linux-4.4.14/arch/powerpc/kvm/
Demulate.c146 static int kvmppc_emulate_mfspr(struct kvm_vcpu *vcpu, int sprn, int rt) in kvmppc_emulate_mfspr()
215 int rs, rt, sprn; in kvmppc_emulate_instruction() local
Demulate_loadstore.c54 int ra, rs, rt; in kvmppc_emulate_loadstore() local
De500_emulate.c119 int rt) in kvmppc_e500_emul_mftmr()
137 int rt = get_rt(inst); in kvmppc_core_emulate_op_e500() local
Dbooke_emulate.c58 int rt = get_rt(inst); in kvmppc_booke_emulate_op() local
Dbook3s_emulate.c94 int rt = get_rt(inst); in kvmppc_core_emulate_op_pr() local
Dpowerpc.c786 unsigned int rt, unsigned int bytes, in kvmppc_handle_load()
833 unsigned int rt, unsigned int bytes, in kvmppc_handle_loads()
Dbook3s_paired_singles.c161 static inline void kvmppc_sync_qpr(struct kvm_vcpu *vcpu, int rt) in kvmppc_sync_qpr()
/linux-4.4.14/net/ipv6/netfilter/
Dip6t_rpfilter.c32 struct rt6_info *rt; in rpfilter_lookup_reverse6() local
77 const struct rt6_info *rt = (const void *) skb_dst(skb); in rpfilter_is_local() local
Dnf_nat_l3proto_ipv6.c135 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in nf_nat_ipv6_csum_recalc() local
/linux-4.4.14/arch/arm/probes/kprobes/
Dactions-arm.c81 int rt = (insn >> 12) & 0xf; in emulate_ldrdstrd() local
110 int rt = (insn >> 12) & 0xf; in emulate_ldr() local
141 int rt = (insn >> 12) & 0xf; in emulate_str() local
Dactions-thumb.c113 int rt = (insn >> 12) & 0xf; in t32_simulate_ldr_literal() local
191 int rt = (insn >> 12) & 0xf; in t32_emulate_ldrstr() local
328 int rt = (insn >> 8) & 0x7; in t16_simulate_ldr_literal() local
338 int rt = (insn >> 8) & 0x7; in t16_simulate_ldrstr_sp_relative() local
352 int rt = (insn >> 8) & 0x7; in t16_simulate_reladr() local
/linux-4.4.14/sound/parisc/
Dharmony.c411 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_playback_prepare() local
441 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_capture_prepare() local
470 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_playback_pointer() local
499 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_capture_pointer() local
529 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_playback_open() local
548 struct snd_pcm_runtime *rt = ss->runtime; in snd_harmony_capture_open() local
/linux-4.4.14/arch/arm/kvm/
Dmmio.c126 unsigned long rt; in decode_hsr() local
166 unsigned long rt; in io_mem_abort() local
/linux-4.4.14/arch/mips/kvm/
Ddyntrans.c75 int32_t rt, rd, sel; in kvm_mips_trans_mfc0() local
117 int32_t rt, rd, sel; in kvm_mips_trans_mtc0() local
Demulate.c982 int32_t rt, rd, copz, sel, co_bit, op; in kvm_mips_emulate_CP0() local
1321 int32_t op, base, rt, offset; in kvm_mips_emulate_store() local
1433 int32_t op, base, rt, offset; in kvm_mips_emulate_load() local
2346 int rt = (inst & RT) >> 16; in kvm_mips_handle_ri() local
/linux-4.4.14/arch/arm/lib/
Decard.S16 #define CPSR2SPSR(rt) \ argument
/linux-4.4.14/sound/usb/caiaq/
Daudio.c392 struct snd_pcm_runtime *rt = sub->runtime; in read_in_urb_mode0() local
439 struct snd_pcm_runtime *rt = sub->runtime; in read_in_urb_mode2() local
471 struct snd_pcm_runtime *rt = sub->runtime; in read_in_urb_mode3() local
552 struct snd_pcm_runtime *rt = sub->runtime; in fill_out_urb_mode_0() local
588 struct snd_pcm_runtime *rt = sub->runtime; in fill_out_urb_mode_3() local
/linux-4.4.14/arch/arm64/include/asm/
Dkvm_mmio.h30 unsigned long rt; member
/linux-4.4.14/arch/arm/include/asm/
Dkvm_mmio.h27 unsigned long rt; member
/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.h158 #define ARM_LDR_I(rt, rn, off) (ARM_INST_LDR_I | (rt) << 12 | (rn) << 16 \ argument
160 #define ARM_LDRB_I(rt, rn, off) (ARM_INST_LDRB_I | (rt) << 12 | (rn) << 16 \ argument
162 #define ARM_LDRB_R(rt, rn, rm) (ARM_INST_LDRB_R | (rt) << 12 | (rn) << 16 \ argument
164 #define ARM_LDRH_I(rt, rn, off) (ARM_INST_LDRH_I | (rt) << 12 | (rn) << 16 \ argument
166 #define ARM_LDRH_R(rt, rn, rm) (ARM_INST_LDRH_R | (rt) << 12 | (rn) << 16 \ argument
204 #define ARM_STR_I(rt, rn, off) (ARM_INST_STR_I | (rt) << 12 | (rn) << 16 \ argument
/linux-4.4.14/net/xfrm/
Dxfrm_user.c38 struct nlattr *rt = attrs[type]; in verify_one_alg() local
64 struct nlattr *rt = attrs[XFRMA_ALG_AUTH_TRUNC]; in verify_auth_trunc() local
80 struct nlattr *rt = attrs[XFRMA_ALG_AEAD]; in verify_aead() local
97 struct nlattr *rt = attrs[type]; in verify_one_addr() local
105 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; in verify_sec_ctx_len() local
121 struct nlattr *rt = attrs[XFRMA_REPLAY_ESN_VAL]; in verify_replay() local
494 struct nlattr *rt = attrs[XFRMA_REPLAY_THRESH]; in xfrm_update_ae_params() local
1335 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; in copy_from_user_sec_ctx() local
1405 struct nlattr *rt = attrs[XFRMA_TMPL]; in copy_from_user_tmpl() local
1425 struct nlattr *rt = attrs[XFRMA_POLICY_TYPE]; in copy_from_user_policy_type() local
[all …]
/linux-4.4.14/net/netfilter/
Dnf_conntrack_broadcast.c30 struct rtable *rt = skb_rtable(skb); in nf_conntrack_broadcast_help() local
Dxt_addrtype.c41 struct rt6_info *rt; in match_lookup_rt6() local
Dxt_TCPMSS.c52 struct rtable *rt = NULL; in tcpmss_reverse_mtu() local
/linux-4.4.14/net/ipv4/netfilter/
Dnf_dup_ipv4.c30 struct rtable *rt; in nf_dup_ipv4_route() local
Dipt_rpfilter.c68 const struct rtable *rt = skb_rtable(skb); in rpfilter_is_local() local
Dnf_nat_masquerade_ipv4.c34 const struct rtable *rt; in nf_nat_masquerade_ipv4() local
Dnf_nat_l3proto_ipv4.c131 struct rtable *rt = skb_rtable(skb); in nf_nat_ipv4_csum_recalc() local
/linux-4.4.14/sound/soc/sh/
Dsiu_pcm.c218 struct snd_pcm_runtime *rt = substream->runtime; in siu_io_tasklet() local
408 struct snd_pcm_runtime *rt = ss->runtime; in siu_pcm_prepare() local
497 struct snd_pcm_runtime *rt = ss->runtime; in siu_pcm_pointer_dma() local
Dsiu_dai.c511 struct snd_pcm_runtime *rt = substream->runtime; in siu_dai_startup() local
558 struct snd_pcm_runtime *rt = substream->runtime; in siu_dai_prepare() local
/linux-4.4.14/drivers/net/ethernet/amd/
Ddeclance.c231 #define lib_off(rt, type) \ argument
234 #define lib_ptr(ib, rt, type) \ argument
237 #define rds_off(rt, type) \ argument
240 #define rds_ptr(rd, rt, type) \ argument
243 #define tds_off(rt, type) \ argument
246 #define tds_ptr(td, rt, type) \ argument
Dsunlance.c234 #define libdesc_offset(rt, elem) \ argument
237 #define libbuff_offset(rt, elem) \ argument
/linux-4.4.14/sound/pci/
Dad1889.c324 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_playback_open() local
336 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_capture_open() local
364 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_playback_prepare() local
414 struct snd_pcm_runtime *rt = ss->runtime; in snd_ad1889_capture_prepare() local
/linux-4.4.14/arch/ia64/kernel/
Dsmpboot.c216 get_delta (long *rt, long *master) in get_delta()
280 unsigned long flags, rt, master_time_stamp, bound; in ia64_sync_itc() local
283 long rt; /* roundtrip time */ in ia64_sync_itc() member
/linux-4.4.14/arch/x86/pci/
Dirq.c66 struct irq_routing_table *rt; in pirq_check_routing_table() local
96 struct irq_routing_table *rt; in pirq_find_routing_table() local
120 struct irq_routing_table *rt = pirq_table; in pirq_peer_trick() local
821 struct irq_routing_table *rt = pirq_table; in pirq_find_router() local
867 struct irq_routing_table *rt = pirq_table; in pirq_get_info() local
Dpcbios.c382 struct irq_routing_table *rt = NULL; in pcibios_get_irq_routing_table() local
/linux-4.4.14/net/bridge/
Dbr_nf_core.c77 struct rtable *rt = &br->fake_rtable; in br_netfilter_rtable_init() local
Dbr_netfilter_ipv6.c166 struct rtable *rt; in br_nf_pre_routing_finish_ipv6() local
Dbr_netfilter_hooks.c347 struct rtable *rt; in br_nf_pre_routing_finish() local
/linux-4.4.14/net/rxrpc/
Dar-peer.c38 struct rtable *rt; in rxrpc_assess_MTU_size() local
/linux-4.4.14/net/appletalk/
Dddp.c505 struct atalk_route *rt; in atrtr_create() local
879 struct rtentry rt; in atrtr_ioctl() local
1317 struct atalk_route *rt; in atalk_route_packet() local
1574 struct atalk_route *rt; in atalk_sendmsg() local
Datalk_proc.c125 struct atalk_route *rt; in atalk_seq_route_show() local
/linux-4.4.14/drivers/input/touchscreen/
Dtsc2007.c133 u32 rt = 0; in tsc2007_calculate_pressure() local
178 u32 rt; in tsc2007_soft_irq() local
D88pm860x-ts.c57 int z1, z2, rt = 0; in pm860x_touch_handler() local
/linux-4.4.14/net/dccp/
Dipv4.c50 struct rtable *rt; in dccp_v4_connect() local
450 struct rtable *rt; in dccp_v4_route_skb() local
/linux-4.4.14/drivers/block/drbd/
Ddrbd_proc.c116 unsigned long db, dt, dbdt, rt, rs_total, rs_left; in drbd_syncer_progress() local
/linux-4.4.14/drivers/net/ppp/
Dpptp.c186 struct rtable *rt; in pptp_xmit() local
456 struct rtable *rt; in pptp_connect() local
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00.h153 u16 rt; member
1081 const u16 rt, const u16 rf, const u16 rev) in rt2x00_set_chip()
1093 const u16 rt, const u16 rev) in rt2x00_set_rt()
1110 static inline bool rt2x00_rt(struct rt2x00_dev *rt2x00dev, const u16 rt) in rt2x00_rt()
1126 const u16 rt, const u16 rev) in rt2x00_rt_rev()
1132 const u16 rt, const u16 rev) in rt2x00_rt_rev_lt()
1138 const u16 rt, const u16 rev) in rt2x00_rt_rev_gte()
Drt2800lib.c7684 u32 rt; in rt2800_probe_rt() local
/linux-4.4.14/net/atm/
Dclip.c335 struct rtable *rt; in clip_start_xmit() local
450 struct rtable *rt; in clip_setentry() local
/linux-4.4.14/drivers/net/
Dgeneve.c639 static int geneve_build_skb(struct rtable *rt, struct sk_buff *skb, in geneve_build_skb()
717 struct rtable *rt = NULL; in geneve_get_v4_rt() local
817 struct rtable *rt = NULL; in geneve_xmit_skb() local
1012 struct rtable *rt; in geneve_fill_metadata_dst() local
Dvrf.c272 struct rtable *rt; in vrf_send_v4_prep() local
517 struct rtable *rt = (struct rtable *)dst; in vrf_finish_output() local
844 struct rt6_info *rt = NULL; in vrf_get_rt6_dst() local
Dvxlan.c1771 static int vxlan_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, in vxlan_xmit_skb()
1924 struct rtable *rt = NULL; in vxlan_xmit_one() local
2409 struct rtable *rt; in egress_ipv4_tun_info() local
/linux-4.4.14/drivers/net/wimax/i2400m/
Ddebugfs.c204 enum i2400m_reset_type rt = val; in debugfs_i2400m_reset_set() local
Ddriver.c830 int i2400m_reset(struct i2400m *i2400m, enum i2400m_reset_type rt) in i2400m_reset()
Dusb.c275 int i2400mu_bus_reset(struct i2400m *i2400m, enum i2400m_reset_type rt) in i2400mu_bus_reset()
/linux-4.4.14/net/openvswitch/
Dvport.h207 struct rtable *rt; in ovs_tunnel_route_lookup() local
/linux-4.4.14/arch/sparc/kernel/
Dsmp_64.c164 static inline long get_delta (long *rt, long *master) in get_delta()
197 unsigned long flags, rt, master_time_stamp; in smp_synchronize_tick_client() local
200 long rt; /* roundtrip time */ in smp_synchronize_tick_client() member
/linux-4.4.14/include/math-emu/
Ddouble.h122 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,2,X,r,rs,rt) argument
197 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,1,X,r,rs,rt) argument
Dquad.h128 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,4,X,r,rs,rt) argument
201 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,2,X,r,rs,rt) argument
Dsingle.h111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt) argument
/linux-4.4.14/net/tipc/
Dudp_media.c159 struct rtable *rt; in tipc_udp_send_msg() local
/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h408 #define _PGD_INDEX(rt,rs) extui rt, rs, PGDIR_SHIFT, 32-PGDIR_SHIFT argument
409 #define _PTE_INDEX(rt,rs) extui rt, rs, PAGE_SHIFT, PTRS_PER_PTE_SHIFT argument
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_cm.c339 struct rtable *rt; in find_route() local
1347 struct rtable *rt; in pass_accept_req() local
1893 struct rtable *rt; in iwch_connect() local
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c967 int rt; in xfs_alloc_file_space() local
1223 int rt; in xfs_free_file_space() local
Dxfs_iomap.c128 int rt; in xfs_iomap_write_direct() local
/linux-4.4.14/net/sctp/
Dprotocol.c427 struct rtable *rt; in sctp_v4_get_dst() local
550 struct rtable *rt = (struct rtable *)t->dst; in sctp_v4_get_saddr() local
Dipv6.c336 struct rt6_info *rt; in sctp_v6_get_dst() local
/linux-4.4.14/drivers/net/wireless/ath/
Ddfs_pattern_detector.c318 const struct radar_types *rt; in dpd_set_domain() local
/linux-4.4.14/net/l2tp/
Dl2tp_ip.c395 struct rtable *rt = NULL; in l2tp_ip_sendmsg() local
/linux-4.4.14/drivers/usb/usbip/
Dusbip_common.c152 static void usbip_dump_request_type(__u8 rt) in usbip_dump_request_type()
/linux-4.4.14/drivers/usb/host/
Dfhci-tds.c249 u8 rt; in fhci_init_ep_registers() local
/linux-4.4.14/drivers/bus/
Domap_l3_smx.h199 void __iomem *rt; member
/linux-4.4.14/drivers/infiniband/core/
Daddr.c230 struct rtable *rt; in addr4_resolve() local
Dcma.c1142 struct rt6_info *rt = rt6_lookup(dev_net(net_dev), &dst_addr->sin6_addr, in validate_ipv6_net_dev() local
1606 struct rdma_route *rt; in cma_new_conn_id() local
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_core.c350 struct rtable *rt; in ipvlan_process_v4_outbound() local
/linux-4.4.14/include/linux/amba/
Dpl022.h257 bool rt; member
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c587 struct rtable *rt; in find_route_ipv4() local
603 struct rtable *rt = NULL; in cxgbi_check_route() local
704 struct rt6_info *rt = NULL; in cxgbi_check_route6() local
/linux-4.4.14/net/sched/
Dcls_route.c356 struct route4_filter *rt; in route4_delete() local
/linux-4.4.14/security/selinux/ss/
Dpolicydb.c767 struct mls_range *rt = datum; in range_tr_destroy() local
1843 struct range_trans *rt = NULL; in range_read() local
3219 struct range_trans *rt = key; in range_write_helper() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c605 u32 r0, r4, rt, rblock_size; in nv50_fb_vram_rblock() local
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-st.c219 struct regmap_field *rt[ST_GPIO_PINS_PER_BANK]; member
239 } rt; member
249 const int alt, oe, pu, od, rt; member
/linux-4.4.14/drivers/s390/char/
Dtape.h185 struct tape_class_device * rt; member
/linux-4.4.14/arch/powerpc/include/asm/
Dmmu-hash64.h458 #define ASM_VSID_SCRAMBLE(rt, rx, size) \ argument
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c3181 int rt, /* is this a realtime inode? */ in xfs_bmap_extsize_align()
3359 int rt; /* true if inode is realtime */ in xfs_bmap_adjacent() local
4110 char rt = XFS_IS_REALTIME_INODE(ip); in xfs_bmapi_reserve_delalloc() local
/linux-4.4.14/tools/firewire/
Dnosy-dump.h82 uint32_t rt:2; member
/linux-4.4.14/net/netlink/
Dgenetlink.c818 struct genl_family *rt; in ctrl_dumpfamily() local
/linux-4.4.14/drivers/md/
Ddm-raid.c1216 struct raid_type *rt; in raid_ctr() local
Dmd.c7222 sector_t rt; in status_resync() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Drv6xx_dpm.c401 static void rv6xx_vid_response_set_brt(struct radeon_device *rdev, u32 rt) in rv6xx_vid_response_set_brt()
916 u32 rt; in rv6xx_program_voltage_timing_parameters() local
Dr600_dpm.c513 void r600_vid_rt_set_vrt(struct radeon_device *rdev, u32 rt) in r600_vid_rt_set_vrt()
/linux-4.4.14/drivers/ata/
Dpata_legacy.c271 u8 rt; in pdc20230_set_piomode() local
/linux-4.4.14/drivers/isdn/gigaset/
Dev-layer.c448 const struct resp_type_t *rt; in gigaset_handle_modem_response() local
/linux-4.4.14/drivers/media/radio/si4713/
Dsi4713.c862 static int si4713_set_rds_radio_text(struct si4713_device *sdev, const char *rt) in si4713_set_rds_radio_text()
/linux-4.4.14/drivers/s390/net/
Dqeth_l3_main.c2727 struct rtable *rt = (struct rtable *) dst; in qeth_l3_fill_header() local
2738 struct rt6_info *rt = (struct rt6_info *) dst; in qeth_l3_fill_header() local
/linux-4.4.14/drivers/power/
Dbq25890_charger.c283 struct bq25890_range rt; member
/linux-4.4.14/net/bluetooth/
D6lowpan.c169 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in peer_lookup_dst() local
/linux-4.4.14/scripts/
Dunifdef.c918 Linetype lt, rt; in eval_table() local
/linux-4.4.14/drivers/hid/
Dhid-wiimote-modules.c1053 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local
/linux-4.4.14/include/linux/spi/
Dspi.h495 bool rt; member
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.c1281 struct rtable *rt = NULL; in vnet_start_xmit() local
Dniu.c8736 struct rdc_table *rt = &tp->tables[grp]; in niu_divide_rdc_groups() local
/linux-4.4.14/arch/ia64/include/asm/
Dprocessor.h108 __u64 rt : 1; member
/linux-4.4.14/include/uapi/linux/
Dcdrom.h865 __u8 rt : 1; member
882 __u8 rt : 1; member
/linux-4.4.14/drivers/net/ethernet/sis/
Dsis900.c2053 int rt; in sis900_set_settings() local
/linux-4.4.14/drivers/video/fbdev/
Dsticore.h76 #define REGION_OFFSET_TO_PHYS( rt, hpa ) \ argument
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_cm.c1518 struct rtable *rt; in nes_addr_resolve_neigh() local
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c2347 struct rtable *rt; in bond_arp_send_all() local
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dcm.c417 struct rtable *rt; in find_route() local
/linux-4.4.14/kernel/sched/
Dsched.h588 struct rt_rq rt; member
Dfair.c6808 enum fbq_type rt; in find_busiest_queue() local
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic.c3680 struct rtable *rt; in cnic_get_v4_route() local
/linux-4.4.14/block/
Dcfq-iosched.c996 struct cfq_group *cfqg, bool rt) in cfq_group_get_avg_queues()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c280 static const char *resource_str(enum mlx4_resource rt) in resource_str()
/linux-4.4.14/include/linux/
Dsched.h1402 struct sched_rt_entity rt; member