/linux-4.4.14/sound/usb/6fire/ |
D | control.c | 64 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 …]
|
D | pcm.c | 74 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 …]
|
D | midi.c | 28 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
|
D | comm.c | 25 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/ |
D | timer.c | 38 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/ |
D | uasm.h | 200 # 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 …]
|
D | asm.h | 178 #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
|
D | mipsmtregs.h | 284 #define mftc0(rt,sel) \ argument 301 #define mftgpr(rt) \ argument 318 #define mftr(rt, u, sel) \ argument
|
/linux-4.4.14/net/ipv6/ |
D | route.c | 118 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 …]
|
D | ip6_fib.c | 158 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 …]
|
D | ip6_output.c | 465 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 …]
|
D | fib6_rules.c | 35 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
|
D | anycast.c | 79 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
|
D | xfrm6_policy.c | 81 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
|
D | ping.c | 92 struct rt6_info *rt; in ping_v6_sendmsg() local
|
D | sit.c | 488 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
|
D | ip6_tunnel.c | 637 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
|
D | mip6.c | 418 struct ipv6_rt_hdr *rt; in mip6_rthdr_offset() local
|
D | ndisc.c | 1086 struct rt6_info *rt = NULL; in ndisc_router_discovery() local 1494 struct rt6_info *rt; in ndisc_send_redirect() local
|
D | addrconf.c | 904 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
|
D | icmp.c | 200 struct rt6_info *rt = (struct rt6_info *)dst; in icmpv6_xrlim_allow() local
|
D | mcast.c | 167 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
|
D | raw.c | 621 struct rt6_info *rt = (struct rt6_info *)*dstp; in rawv6_send_hdrinc() local
|
D | tcp_ipv6.c | 97 const struct rt6_info *rt = (const struct rt6_info *)dst; in inet6_sk_rx_dst_set() local
|
D | ip6_gre.c | 977 struct rt6_info *rt = rt6_lookup(t->net, in ip6gre_tnl_link_config() local
|
D | ip6mr.c | 2284 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in ip6mr_get_route() local
|
/linux-4.4.14/net/x25/ |
D | x25_route.c | 34 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
|
D | x25_forward.c | 25 struct x25_route *rt; in x25_forward_call() local
|
D | x25_proc.c | 50 struct x25_route *rt = list_entry(v, struct x25_route, node); in x25_seq_route_show() local
|
D | af_x25.c | 743 struct x25_route *rt; in x25_connect() local
|
/linux-4.4.14/sound/aoa/core/ |
D | gpio-pmf.c | 38 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()
|
D | gpio-feature.c | 164 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/ |
D | pcm.c | 116 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/ |
D | dn_route.c | 156 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 …]
|
D | dn_neigh.c | 175 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/ |
D | ipddp.c | 122 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/ |
D | mips-r2-to-r6-emul.c | 404 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 …]
|
D | rtlx.c | 284 struct rtlx_channel *rt; in rtlx_write() local
|
D | traps.c | 617 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/ |
D | af_mpls.c | 41 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 …]
|
D | internal.h | 80 #define for_nexthops(rt) { \ argument 86 #define change_nexthops(rt) { \ argument 92 #define endfor_nexthops(rt) } argument
|
D | mpls_iptunnel.c | 49 struct rtable *rt = NULL; in mpls_output() local
|
/linux-4.4.14/net/ipv4/ |
D | route.c | 449 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 …]
|
D | datagram.c | 28 struct rtable *rt; in __ip4_datagram_connect() local 109 struct rtable *rt; in ip4_datagram_release_cb() local
|
D | ip_options.c | 44 __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
|
D | ip_output.c | 139 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
|
D | icmp.c | 289 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
|
D | arp.c | 430 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
|
D | netfilter.c | 23 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
|
D | ip_forward.c | 82 struct rtable *rt; /* Route we use */ in ip_forward() local
|
D | xfrm4_policy.c | 27 struct rtable *rt; in __xfrm4_dst_lookup() local 83 struct rtable *rt = (struct rtable *)xdst->route; in xfrm4_fill_dst() local
|
D | inet_connection_sock.c | 416 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
|
D | udp_tunnel.c | 77 int udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, in udp_tunnel_xmit_skb()
|
D | ip_gre.c | 528 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
|
D | ip_input.c | 317 struct rtable *rt; in ip_rcv_finish() local
|
D | ip_tunnel.c | 376 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
|
D | fib_frontend.c | 282 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
|
D | ip_tunnel_core.c | 51 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, in iptunnel_xmit()
|
D | syncookies.c | 306 struct rtable *rt; in cookie_v4_check() local
|
D | af_inet.c | 1106 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
|
D | raw.c | 349 struct rtable *rt = *rtp; in raw_send_hdrinc() local 491 struct rtable *rt = NULL; in raw_sendmsg() local
|
D | fib_semantics.c | 145 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free() local 194 struct rtable *rt; in rt_fibinfo_free_cpus() local
|
D | igmp.c | 328 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
|
D | ping.c | 705 struct rtable *rt = NULL; in ping_v4_sendmsg() local
|
D | ipmr.c | 1698 struct rtable *rt; in ipmr_queue_xmit() local 1925 struct rtable *rt = skb_rtable(skb); in ipmr_rt_fib_lookup() local
|
D | udp.c | 887 struct rtable *rt = NULL; in udp_sendmsg() local 1761 struct rtable *rt = skb_rtable(skb); in __udp4_lib_rcv() local
|
D | tcp_ipv4.c | 149 struct rtable *rt; in tcp_v4_connect() local
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | kvm.c | 86 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/ |
D | timer.c | 34 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/ |
D | radio-aimslab.c | 69 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/ |
D | timer.h | 26 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/ |
D | ip_vs_xmit.c | 128 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/ |
D | ipx_route.c | 51 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
|
D | ipx_proc.c | 81 struct ipx_route *rt; in ipx_seq_route_show() local
|
D | af_ipx.c | 1523 struct ipx_route *rt; in ipx_connect() local
|
/linux-4.4.14/virt/kvm/ |
D | irqchip.c | 110 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/ |
D | route.h | 75 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()
|
D | ip6_route.h | 160 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()
|
D | ip6_fib.h | 143 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()
|
D | dn_route.h | 88 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()
|
D | ipx.h | 164 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()
|
D | x25.h | 266 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()
|
D | if_inet6.h | 65 struct rt6_info *rt; member
|
D | xfrm.h | 944 struct rtable rt; member
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | emulate.c | 146 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
|
D | emulate_loadstore.c | 54 int ra, rs, rt; in kvmppc_emulate_loadstore() local
|
D | e500_emulate.c | 119 int rt) in kvmppc_e500_emul_mftmr() 137 int rt = get_rt(inst); in kvmppc_core_emulate_op_e500() local
|
D | booke_emulate.c | 58 int rt = get_rt(inst); in kvmppc_booke_emulate_op() local
|
D | book3s_emulate.c | 94 int rt = get_rt(inst); in kvmppc_core_emulate_op_pr() local
|
D | powerpc.c | 786 unsigned int rt, unsigned int bytes, in kvmppc_handle_load() 833 unsigned int rt, unsigned int bytes, in kvmppc_handle_loads()
|
D | book3s_paired_singles.c | 161 static inline void kvmppc_sync_qpr(struct kvm_vcpu *vcpu, int rt) in kvmppc_sync_qpr()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_rpfilter.c | 32 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
|
D | nf_nat_l3proto_ipv6.c | 135 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/ |
D | actions-arm.c | 81 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
|
D | actions-thumb.c | 113 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/ |
D | harmony.c | 411 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/ |
D | mmio.c | 126 unsigned long rt; in decode_hsr() local 166 unsigned long rt; in io_mem_abort() local
|
/linux-4.4.14/arch/mips/kvm/ |
D | dyntrans.c | 75 int32_t rt, rd, sel; in kvm_mips_trans_mfc0() local 117 int32_t rt, rd, sel; in kvm_mips_trans_mtc0() local
|
D | emulate.c | 982 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/ |
D | ecard.S | 16 #define CPSR2SPSR(rt) \ argument
|
/linux-4.4.14/sound/usb/caiaq/ |
D | audio.c | 392 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/ |
D | kvm_mmio.h | 30 unsigned long rt; member
|
/linux-4.4.14/arch/arm/include/asm/ |
D | kvm_mmio.h | 27 unsigned long rt; member
|
/linux-4.4.14/arch/arm/net/ |
D | bpf_jit_32.h | 158 #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/ |
D | xfrm_user.c | 38 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/ |
D | nf_conntrack_broadcast.c | 30 struct rtable *rt = skb_rtable(skb); in nf_conntrack_broadcast_help() local
|
D | xt_addrtype.c | 41 struct rt6_info *rt; in match_lookup_rt6() local
|
D | xt_TCPMSS.c | 52 struct rtable *rt = NULL; in tcpmss_reverse_mtu() local
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_dup_ipv4.c | 30 struct rtable *rt; in nf_dup_ipv4_route() local
|
D | ipt_rpfilter.c | 68 const struct rtable *rt = skb_rtable(skb); in rpfilter_is_local() local
|
D | nf_nat_masquerade_ipv4.c | 34 const struct rtable *rt; in nf_nat_masquerade_ipv4() local
|
D | nf_nat_l3proto_ipv4.c | 131 struct rtable *rt = skb_rtable(skb); in nf_nat_ipv4_csum_recalc() local
|
/linux-4.4.14/sound/soc/sh/ |
D | siu_pcm.c | 218 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
|
D | siu_dai.c | 511 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/ |
D | declance.c | 231 #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
|
D | sunlance.c | 234 #define libdesc_offset(rt, elem) \ argument 237 #define libbuff_offset(rt, elem) \ argument
|
/linux-4.4.14/sound/pci/ |
D | ad1889.c | 324 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/ |
D | smpboot.c | 216 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/ |
D | irq.c | 66 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
|
D | pcbios.c | 382 struct irq_routing_table *rt = NULL; in pcibios_get_irq_routing_table() local
|
/linux-4.4.14/net/bridge/ |
D | br_nf_core.c | 77 struct rtable *rt = &br->fake_rtable; in br_netfilter_rtable_init() local
|
D | br_netfilter_ipv6.c | 166 struct rtable *rt; in br_nf_pre_routing_finish_ipv6() local
|
D | br_netfilter_hooks.c | 347 struct rtable *rt; in br_nf_pre_routing_finish() local
|
/linux-4.4.14/net/rxrpc/ |
D | ar-peer.c | 38 struct rtable *rt; in rxrpc_assess_MTU_size() local
|
/linux-4.4.14/net/appletalk/ |
D | ddp.c | 505 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
|
D | atalk_proc.c | 125 struct atalk_route *rt; in atalk_seq_route_show() local
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | tsc2007.c | 133 u32 rt = 0; in tsc2007_calculate_pressure() local 178 u32 rt; in tsc2007_soft_irq() local
|
D | 88pm860x-ts.c | 57 int z1, z2, rt = 0; in pm860x_touch_handler() local
|
/linux-4.4.14/net/dccp/ |
D | ipv4.c | 50 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/ |
D | drbd_proc.c | 116 unsigned long db, dt, dbdt, rt, rs_total, rs_left; in drbd_syncer_progress() local
|
/linux-4.4.14/drivers/net/ppp/ |
D | pptp.c | 186 struct rtable *rt; in pptp_xmit() local 456 struct rtable *rt; in pptp_connect() local
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00.h | 153 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()
|
D | rt2800lib.c | 7684 u32 rt; in rt2800_probe_rt() local
|
/linux-4.4.14/net/atm/ |
D | clip.c | 335 struct rtable *rt; in clip_start_xmit() local 450 struct rtable *rt; in clip_setentry() local
|
/linux-4.4.14/drivers/net/ |
D | geneve.c | 639 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
|
D | vrf.c | 272 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
|
D | vxlan.c | 1771 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/ |
D | debugfs.c | 204 enum i2400m_reset_type rt = val; in debugfs_i2400m_reset_set() local
|
D | driver.c | 830 int i2400m_reset(struct i2400m *i2400m, enum i2400m_reset_type rt) in i2400m_reset()
|
D | usb.c | 275 int i2400mu_bus_reset(struct i2400m *i2400m, enum i2400m_reset_type rt) in i2400mu_bus_reset()
|
/linux-4.4.14/net/openvswitch/ |
D | vport.h | 207 struct rtable *rt; in ovs_tunnel_route_lookup() local
|
/linux-4.4.14/arch/sparc/kernel/ |
D | smp_64.c | 164 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/ |
D | double.h | 122 #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
|
D | quad.h | 128 #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
|
D | single.h | 111 #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/ |
D | udp_media.c | 159 struct rtable *rt; in tipc_udp_send_msg() local
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | pgtable.h | 408 #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/ |
D | iwch_cm.c | 339 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/ |
D | xfs_bmap_util.c | 967 int rt; in xfs_alloc_file_space() local 1223 int rt; in xfs_free_file_space() local
|
D | xfs_iomap.c | 128 int rt; in xfs_iomap_write_direct() local
|
/linux-4.4.14/net/sctp/ |
D | protocol.c | 427 struct rtable *rt; in sctp_v4_get_dst() local 550 struct rtable *rt = (struct rtable *)t->dst; in sctp_v4_get_saddr() local
|
D | ipv6.c | 336 struct rt6_info *rt; in sctp_v6_get_dst() local
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.c | 318 const struct radar_types *rt; in dpd_set_domain() local
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_ip.c | 395 struct rtable *rt = NULL; in l2tp_ip_sendmsg() local
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_common.c | 152 static void usbip_dump_request_type(__u8 rt) in usbip_dump_request_type()
|
/linux-4.4.14/drivers/usb/host/ |
D | fhci-tds.c | 249 u8 rt; in fhci_init_ep_registers() local
|
/linux-4.4.14/drivers/bus/ |
D | omap_l3_smx.h | 199 void __iomem *rt; member
|
/linux-4.4.14/drivers/infiniband/core/ |
D | addr.c | 230 struct rtable *rt; in addr4_resolve() local
|
D | cma.c | 1142 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/ |
D | ipvlan_core.c | 350 struct rtable *rt; in ipvlan_process_v4_outbound() local
|
/linux-4.4.14/include/linux/amba/ |
D | pl022.h | 257 bool rt; member
|
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 587 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/ |
D | cls_route.c | 356 struct route4_filter *rt; in route4_delete() local
|
/linux-4.4.14/security/selinux/ss/ |
D | policydb.c | 767 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/ |
D | ramnv50.c | 605 u32 r0, r4, rt, rblock_size; in nv50_fb_vram_rblock() local
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-st.c | 219 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/ |
D | tape.h | 185 struct tape_class_device * rt; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | mmu-hash64.h | 458 #define ASM_VSID_SCRAMBLE(rt, rx, size) \ argument
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3181 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/ |
D | nosy-dump.h | 82 uint32_t rt:2; member
|
/linux-4.4.14/net/netlink/ |
D | genetlink.c | 818 struct genl_family *rt; in ctrl_dumpfamily() local
|
/linux-4.4.14/drivers/md/ |
D | dm-raid.c | 1216 struct raid_type *rt; in raid_ctr() local
|
D | md.c | 7222 sector_t rt; in status_resync() local
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | rv6xx_dpm.c | 401 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
|
D | r600_dpm.c | 513 void r600_vid_rt_set_vrt(struct radeon_device *rdev, u32 rt) in r600_vid_rt_set_vrt()
|
/linux-4.4.14/drivers/ata/ |
D | pata_legacy.c | 271 u8 rt; in pdc20230_set_piomode() local
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ev-layer.c | 448 const struct resp_type_t *rt; in gigaset_handle_modem_response() local
|
/linux-4.4.14/drivers/media/radio/si4713/ |
D | si4713.c | 862 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/ |
D | qeth_l3_main.c | 2727 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/ |
D | bq25890_charger.c | 283 struct bq25890_range rt; member
|
/linux-4.4.14/net/bluetooth/ |
D | 6lowpan.c | 169 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in peer_lookup_dst() local
|
/linux-4.4.14/scripts/ |
D | unifdef.c | 918 Linetype lt, rt; in eval_table() local
|
/linux-4.4.14/drivers/hid/ |
D | hid-wiimote-modules.c | 1053 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local
|
/linux-4.4.14/include/linux/spi/ |
D | spi.h | 495 bool rt; member
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1281 struct rtable *rt = NULL; in vnet_start_xmit() local
|
D | niu.c | 8736 struct rdc_table *rt = &tp->tables[grp]; in niu_divide_rdc_groups() local
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | processor.h | 108 __u64 rt : 1; member
|
/linux-4.4.14/include/uapi/linux/ |
D | cdrom.h | 865 __u8 rt : 1; member 882 __u8 rt : 1; member
|
/linux-4.4.14/drivers/net/ethernet/sis/ |
D | sis900.c | 2053 int rt; in sis900_set_settings() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | sticore.h | 76 #define REGION_OFFSET_TO_PHYS( rt, hpa ) \ argument
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 1518 struct rtable *rt; in nes_addr_resolve_neigh() local
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_main.c | 2347 struct rtable *rt; in bond_arp_send_all() local
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 417 struct rtable *rt; in find_route() local
|
/linux-4.4.14/kernel/sched/ |
D | sched.h | 588 struct rt_rq rt; member
|
D | fair.c | 6808 enum fbq_type rt; in find_busiest_queue() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic.c | 3680 struct rtable *rt; in cnic_get_v4_route() local
|
/linux-4.4.14/block/ |
D | cfq-iosched.c | 996 struct cfq_group *cfqg, bool rt) in cfq_group_get_avg_queues()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 280 static const char *resource_str(enum mlx4_resource rt) in resource_str()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 1402 struct sched_rt_entity rt; member
|