/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/net/ipv6/ |
D | route.c | 107 static void rt6_bind_peer(struct rt6_info *rt, int create) in rt6_bind_peer() 123 static struct inet_peer *__rt6_get_peer(struct rt6_info *rt, int create) in __rt6_get_peer() 132 static struct inet_peer *rt6_get_peer_create(struct rt6_info *rt) in rt6_get_peer_create() 139 struct rt6_info *rt = (struct rt6_info *) dst; in ipv6_cow_metrics() local 168 static inline const void *choose_neigh_daddr(struct rt6_info *rt, in choose_neigh_daddr() 185 struct rt6_info *rt = (struct rt6_info *) dst; in ip6_neigh_lookup() local 307 struct rt6_info *rt = dst_alloc(&net->ipv6.ip6_dst_ops, dev, in ip6_dst_alloc() local 322 struct rt6_info *rt = (struct rt6_info *)dst; in ip6_dst_destroy() local 346 struct rt6_info *rt = (struct rt6_info *)dst; in ip6_dst_ifdown() local 363 static bool rt6_check_expired(const struct rt6_info *rt) in rt6_check_expired() [all …]
|
D | ip6_output.c | 452 struct rt6_info *rt; in ip6_forward() local 550 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in ip6_fragment() local 841 struct rt6_info *rt; in ip6_sk_dst_check() local 888 struct rt6_info *rt; in ip6_dst_lookup_tail() local 903 struct rt6_info *rt; in ip6_dst_lookup_tail() local 1070 struct rt6_info *rt) in ip6_ufo_append_data() 1140 struct rt6_info *rt, in ip6_append_data_mtu() 1163 struct rt6_info *rt, struct flowi6 *fl6) in ip6_setup_cork() 1249 struct rt6_info *rt = (struct rt6_info *)cork->dst; in __ip6_append_data() local 1548 struct rt6_info *rt, unsigned int flags, int dontfrag) in ip6_append_data() [all …]
|
D | ip6_fib.c | 157 static void rt6_release(struct rt6_info *rt) in rt6_release() 271 struct rt6_info *rt; in fib6_dump_node() local 626 static bool rt6_qualify_for_ecmp(struct rt6_info *rt) in rt6_qualify_for_ecmp() 664 static void fib6_purge_rt(struct rt6_info *rt, struct fib6_node *fn, in fib6_purge_rt() 691 static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt, in fib6_add_rt2node() 880 static void fib6_start_gc(struct net *net, struct rt6_info *rt) in fib6_start_gc() 901 int fib6_add(struct fib6_node *root, struct rt6_info *rt, in fib6_add() 1338 struct rt6_info *rt = *rtp; in fib6_del_route() local 1391 int fib6_del(struct rt6_info *rt, struct nl_info *info) in fib6_del() 1559 struct rt6_info *rt; in fib6_clean_node() local [all …]
|
D | xfrm6_policy.c | 76 struct rt6_info *rt = (struct rt6_info *)xdst; in xfrm6_init_dst() local 85 struct rt6_info *rt = (struct rt6_info *)dst; in xfrm6_init_path() local 98 struct rt6_info *rt = (struct rt6_info *)xdst->route; in xfrm6_fill_dst() 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 | fib6_rules.c | 54 struct rt6_info *rt = NULL; in fib6_rule_action() local 125 struct rt6_info *rt = (struct rt6_info *) arg->result; in fib6_rule_suppress() local
|
D | output_core.c | 64 struct rt6_info *rt) in ipv6_select_ident()
|
D | ping.c | 92 struct rt6_info *rt; in ping_v6_sendmsg() local
|
D | ip6_tunnel.c | 153 struct rt6_info *rt = (struct rt6_info *) dst; in ip6_tnl_dst_store() local 578 struct rtable *rt; in ip4ip6_err() local 689 struct rt6_info *rt; in ip6ip6_err() local 1271 struct rt6_info *rt = rt6_lookup(t->net, in ip6_tnl_link_config() 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 | mip6.c | 420 struct ipv6_rt_hdr *rt; in mip6_rthdr_offset() local
|
D | ndisc.c | 1072 struct rt6_info *rt = NULL; in ndisc_router_discovery() local 1468 struct rt6_info *rt; in ndisc_send_redirect() local
|
D | tcp_ipv6.c | 97 const struct rt6_info *rt = (const struct rt6_info *)dst; in inet6_sk_rx_dst_set() local 124 struct rt6_info *rt; in tcp_v6_connect() local
|
D | addrconf.c | 833 struct rt6_info *rt; in ipv6_add_addr() local 999 struct rt6_info *rt; in cleanup_prefix_route() local 2122 struct rt6_info *rt = NULL; in addrconf_get_prefix_route() local 2303 struct rt6_info *rt; in addrconf_prefix_rcv() local 5058 struct rt6_info *rt; in __ipv6_ifa_notify() local
|
D | icmp.c | 199 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 | 619 struct rt6_info *rt = (struct rt6_info *)*dstp; in rawv6_send_hdrinc() local
|
D | ip6_gre.c | 980 struct rt6_info *rt = rt6_lookup(t->net, in ip6gre_tnl_link_config() local
|
D | ip6mr.c | 2289 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in ip6mr_get_route() local
|
/linux-4.1.27/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.1.27/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 337 struct dn_route *rt = (struct dn_route *) dst; in dn_to_neigh_output() local
|
/linux-4.1.27/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.1.27/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 403 s32 rt, rs; in mult_func() local 430 u32 rt, rs; in multu_func() local 453 s32 rt, rs; in div_func() local 475 u32 rt, rs; in divu_func() local 498 s64 rt, rs; in dmult_func() local 530 u64 rt, rs; in dmultu_func() local 561 s64 rt, rs; in ddiv_func() local 586 u64 rt, rs; in ddivu_func() local 634 s32 rt, rs; in madd_func() local 663 u32 rt, rs; in maddu_func() local [all …]
|
D | rtlx.c | 284 struct rtlx_channel *rt; in rtlx_write() local
|
D | traps.c | 620 static int simulate_rdhwr(struct pt_regs *regs, int rd, int rt) in simulate_rdhwr() 659 int rt = (opcode & RT) >> 16; in simulate_rdhwr_normal() local 673 int rt = (opcode & MM_RT) >> 21; in simulate_rdhwr_mm() local
|
/linux-4.1.27/net/ipv4/ |
D | route.c | 445 const struct rtable *rt; in ipv4_neigh_lookup() local 560 static inline void rt_free(struct rtable *rt) in rt_free() 569 struct rtable *rt; in fnhe_flush_routes() local 607 static void fill_route_from_fnhe(struct rtable *rt, struct fib_nh_exception *fnhe) in fill_route_from_fnhe() 624 struct rtable *rt; in update_or_create_fnhe() local 703 static void __ip_do_redirect(struct rtable *rt, struct sk_buff *skb, struct flowi4 *fl4, in __ip_do_redirect() 785 struct rtable *rt; in ip_do_redirect() local 801 struct rtable *rt = (struct rtable *)dst; in ipv4_negative_advice() local 835 struct rtable *rt = skb_rtable(skb); in ip_rt_send_redirect() local 899 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 | 138 struct rtable *rt = skb_rtable(skb); in ip_build_and_send_pkt() local 174 struct rtable *rt = (struct rtable *)dst; in ip_finish_output2() local 282 struct rtable *rt = skb_rtable(skb); in ip_mc_output() local 375 struct rtable *rt; in ip_queue_xmit() local 499 struct rtable *rt = skb_rtable(skb); in ip_fragment() local 860 struct rtable *rt = (struct rtable *)cork->dst; in __ip_append_data() local 1091 struct rtable *rt; in ip_setup_cork() local 1169 struct rtable *rt; in ip_append_page() local 1334 struct rtable *rt = (struct rtable *)cork->dst; in __ip_make_skb() local 1524 struct rtable *rt = skb_rtable(skb); in ip_send_unicast_reply() local
|
D | icmp.c | 288 static bool icmpv4_xrlim_allow(struct net *net, struct rtable *rt, in icmpv4_xrlim_allow() 354 struct ipcm_cookie *ipc, struct rtable **rt) in icmp_push_reply() 390 struct rtable *rt = skb_rtable(skb); in icmp_reply() local 448 struct rtable *rt, *rt2; in icmp_route_lookup() local 549 struct rtable *rt = skb_rtable(skb_in); in icmp_send() local 954 struct rtable *rt = skb_rtable(skb); in icmp_rcv() local
|
D | arp.c | 391 struct rtable *rt; in arp_filter() local 411 struct net_device *dev, struct rtable *rt) in arp_fwd_proxy() 456 struct net_device *dev, struct rtable *rt, in arp_fwd_pvlan() 635 struct rtable *rt; in arp_process() local 953 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_set() local 1073 struct rtable *rt = ip_route_output(net, ip, 0, RTO_ONLINK, 0); in arp_req_delete() local
|
D | netfilter.c | 24 struct rtable *rt; in ip_route_me_harder() local 179 struct rtable *rt = ip_route_output_key(net, &fl->u.ip4); in nf_ip_route() local
|
D | ip_forward.c | 78 struct rtable *rt; /* Route we use */ in ip_forward() local
|
D | xfrm4_policy.c | 26 struct rtable *rt; in __xfrm4_dst_lookup() local 79 struct rtable *rt = (struct rtable *)xdst->route; in xfrm4_fill_dst() local
|
D | udp_tunnel.c | 78 int udp_tunnel_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, in udp_tunnel_xmit_skb()
|
D | ip_tunnel_core.c | 49 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb, in iptunnel_xmit()
|
D | inet_connection_sock.c | 409 struct rtable *rt; in inet_csk_route_req() local 442 struct rtable *rt; in inet_csk_route_child_sock() local 941 struct rtable *rt; in inet_csk_rebuild_route() local
|
D | ip_input.c | 316 struct rtable *rt; in ip_rcv_finish() local
|
D | fib_frontend.c | 259 struct rtable *rt; in fib_compute_spec_dst() local 408 static int rtentry_to_fib_config(struct net *net, int cmd, struct rtentry *rt, in rtentry_to_fib_config() 543 struct rtentry rt; in ip_rt_ioctl() local
|
D | ip_tunnel.c | 369 struct rtable *rt; in ip_tunnel_bind_dev() local 589 struct rtable *rt, __be16 df, in tnl_update_pmtu() 646 struct rtable *rt; /* Route to the other host */ in ip_tunnel_xmit() local
|
D | syncookies.c | 303 struct rtable *rt; in cookie_v4_check() 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 | raw.c | 349 struct rtable *rt = *rtp; in raw_send_hdrinc() local 487 struct rtable *rt = NULL; in raw_sendmsg() local
|
D | af_inet.c | 1111 struct rtable *rt; in inet_sk_reselect_saddr() local 1157 struct rtable *rt = (struct rtable *)__sk_dst_check(sk, 0); in inet_sk_rebuild_header() local
|
D | geneve.c | 106 int geneve_xmit_skb(struct geneve_sock *gs, struct rtable *rt, in geneve_xmit_skb()
|
D | ip_gre.c | 414 struct rtable *rt; in ipgre_open() local
|
D | igmp.c | 325 struct rtable *rt; in igmpv3_newpack() local 671 struct rtable *rt; in igmp_send_report() local 1523 struct rtable *rt = ip_route_output(net, in ip_mc_find_dev() local
|
D | ping.c | 704 struct rtable *rt = NULL; in ping_v4_sendmsg() local
|
D | udp.c | 884 struct rtable *rt = NULL; in udp_sendmsg() local 1750 struct rtable *rt = skb_rtable(skb); in __udp4_lib_rcv() local
|
D | ipmr.c | 1706 struct rtable *rt; in ipmr_queue_xmit() local 1933 struct rtable *rt = skb_rtable(skb); in ipmr_rt_fib_lookup() local
|
D | tcp_ipv4.c | 149 struct rtable *rt; in tcp_v4_connect() local
|
/linux-4.1.27/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.1.27/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.1.27/net/mpls/ |
D | af_mpls.c | 46 struct mpls_route *rt = NULL; in mpls_route_input_rcu() local 66 static unsigned int mpls_rt_header_size(const struct mpls_route *rt) in mpls_rt_header_size() 89 static bool mpls_egress(struct mpls_route *rt, struct sk_buff *skb, in mpls_egress() 141 struct mpls_route *rt; in mpls_forward() local 265 struct mpls_route *rt; in mpls_rt_alloc() local 273 static void mpls_rt_free(struct mpls_route *rt) in mpls_rt_free() 286 struct mpls_route *rt = new ? new : old; in mpls_notify_route() local 298 struct mpls_route *rt, *old = NULL; in mpls_route_update() local 335 struct mpls_route *rt, *old; in mpls_route_add() local 528 struct mpls_route *rt = rtnl_dereference(platform_label[index]); in mpls_ifdown() local [all …]
|
/linux-4.1.27/include/net/ |
D | ip6_fib.h | 132 static inline struct inet_peer *rt6_peer_ptr(struct rt6_info *rt) in rt6_peer_ptr() 137 static inline bool rt6_has_peer(struct rt6_info *rt) in rt6_has_peer() 142 static inline void __rt6_set_peer(struct rt6_info *rt, struct inet_peer *peer) in __rt6_set_peer() 147 static inline bool rt6_set_peer(struct rt6_info *rt, struct inet_peer *peer) in rt6_set_peer() 152 static inline void rt6_init_peer(struct rt6_info *rt, struct inet_peer_base *base) in rt6_init_peer() 157 static inline void rt6_transfer_peer(struct rt6_info *rt, struct rt6_info *ort) in rt6_transfer_peer() 167 static inline void rt6_clean_expires(struct rt6_info *rt) in rt6_clean_expires() 173 static inline void rt6_set_expires(struct rt6_info *rt, unsigned long expires) in rt6_set_expires() 181 struct rt6_info *rt; in rt6_update_expires() local 192 static inline void rt6_set_from(struct rt6_info *rt, struct rt6_info *from) in rt6_set_from() [all …]
|
D | ip6_route.h | 149 struct rt6_info *rt = (struct rt6_info *) dst; in __ip6_dst_store() local 169 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb); in ipv6_unicast_destination() local 176 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb); in ipv6_anycast_destination() local 205 static inline struct in6_addr *rt6_nexthop(struct rt6_info *rt) in rt6_nexthop()
|
D | route.h | 71 static inline bool rt_is_input_route(const struct rtable *rt) in rt_is_input_route() 76 static inline bool rt_is_output_route(const struct rtable *rt) in rt_is_output_route() 81 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) in rt_nexthop() 201 static inline void ip_rt_put(struct rtable *rt) in ip_rt_put() 264 struct rtable *rt; in ip_route_connect() local 280 static inline struct rtable *ip_route_newports(struct flowi4 *fl4, struct rtable *rt, in ip_route_newports()
|
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 | 941 struct rtable rt; member
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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() 265 struct rtable *rt; /* Route to the other host */ in __ip_vs_get_out_rt() local 408 struct rt6_info *rt; /* Route to the other host */ in __ip_vs_get_out_rt_v6() local 680 struct rtable *rt; /* Route to the other host */ in ip_vs_nat_xmit() local 770 struct rt6_info *rt; /* Route to the other host */ in ip_vs_nat_xmit_v6() local 961 struct rtable *rt; /* Route to the other host */ in ip_vs_tunnel_xmit() local 1056 struct rt6_info *rt; /* Route to the other host */ in ip_vs_tunnel_xmit_v6() local 1234 struct rtable *rt; /* Route to the other host */ in ip_vs_icmp_xmit() local 1327 struct rt6_info *rt; /* Route to the other host */ in ip_vs_icmp_xmit_v6() local
|
/linux-4.1.27/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 | booke_emulate.c | 58 int rt = get_rt(inst); in kvmppc_booke_emulate_op() local
|
D | e500_emulate.c | 122 int rt = get_rt(inst); in kvmppc_core_emulate_op_e500() local
|
D | book3s_emulate.c | 93 int rt = get_rt(inst); in kvmppc_core_emulate_op_pr() local
|
D | powerpc.c | 782 unsigned int rt, unsigned int bytes, in kvmppc_handle_load() 829 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.1.27/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.1.27/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.1.27/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.1.27/arch/arm/lib/ |
D | ecard.S | 16 #define CPSR2SPSR(rt) \ argument
|
/linux-4.1.27/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.1.27/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.1.27/arch/arm/include/asm/ |
D | kvm_mmio.h | 27 unsigned long rt; member
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | kvm_mmio.h | 30 unsigned long rt; member
|
/linux-4.1.27/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.1.27/net/netfilter/ |
D | nf_conntrack_broadcast.c | 30 struct rtable *rt = skb_rtable(skb); in nf_conntrack_broadcast_help() local
|
D | xt_TEE.c | 61 struct rtable *rt; in tee_tg_route4() 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.1.27/arch/arm/net/ |
D | bpf_jit_32.h | 155 #define ARM_LDR_I(rt, rn, off) (ARM_INST_LDR_I | (rt) << 12 | (rn) << 16 \ argument 157 #define ARM_LDRB_I(rt, rn, off) (ARM_INST_LDRB_I | (rt) << 12 | (rn) << 16 \ argument 159 #define ARM_LDRB_R(rt, rn, rm) (ARM_INST_LDRB_R | (rt) << 12 | (rn) << 16 \ argument 161 #define ARM_LDRH_I(rt, rn, off) (ARM_INST_LDRH_I | (rt) << 12 | (rn) << 16 \ argument 199 #define ARM_STR_I(rt, rn, off) (ARM_INST_STR_I | (rt) << 12 | (rn) << 16 \ argument
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_user.c | 37 struct nlattr *rt = attrs[type]; in verify_one_alg() local 63 struct nlattr *rt = attrs[XFRMA_ALG_AUTH_TRUNC]; in verify_auth_trunc() local 79 struct nlattr *rt = attrs[XFRMA_ALG_AEAD]; in verify_aead() local 96 struct nlattr *rt = attrs[type]; in verify_one_addr() local 104 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; in verify_sec_ctx_len() local 120 struct nlattr *rt = attrs[XFRMA_REPLAY_ESN_VAL]; in verify_replay() local 468 struct nlattr *rt = attrs[XFRMA_REPLAY_THRESH]; in xfrm_update_ae_params() local 1312 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; in copy_from_user_sec_ctx() local 1382 struct nlattr *rt = attrs[XFRMA_TMPL]; in copy_from_user_tmpl() local 1402 struct nlattr *rt = attrs[XFRMA_POLICY_TYPE]; in copy_from_user_policy_type() local [all …]
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/ia64/kernel/ |
D | smpboot.c | 217 get_delta (long *rt, long *master) in get_delta() 281 unsigned long flags, rt, master_time_stamp, bound; in ia64_sync_itc() local 284 long rt; /* roundtrip time */ in ia64_sync_itc() member
|
/linux-4.1.27/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 820 struct irq_routing_table *rt = pirq_table; in pirq_find_router() local 866 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.1.27/net/rxrpc/ |
D | ar-peer.c | 38 struct rtable *rt; in rxrpc_assess_MTU_size() local
|
/linux-4.1.27/net/bridge/ |
D | br_nf_core.c | 77 struct rtable *rt = &br->fake_rtable; in br_netfilter_rtable_init() local
|
D | br_netfilter.c | 279 struct rtable *rt; in br_nf_pre_routing_finish_ipv6() local 399 struct rtable *rt; in br_nf_pre_routing_finish() local
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ipt_rpfilter.c | 71 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.1.27/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.1.27/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.1.27/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.1.27/net/dccp/ |
D | ipv4.c | 50 struct rtable *rt; in dccp_v4_connect() local 479 struct rtable *rt; in dccp_v4_route_skb() local
|
/linux-4.1.27/virt/kvm/ |
D | irqchip.c | 128 static int setup_routing_entry(struct kvm_irq_routing_table *rt, in setup_routing_entry()
|
/linux-4.1.27/drivers/net/ppp/ |
D | pptp.c | 187 struct rtable *rt; in pptp_xmit() local 457 struct rtable *rt; in pptp_connect() local
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00.h | 153 u16 rt; member 1079 const u16 rt, const u16 rf, const u16 rev) in rt2x00_set_chip() 1091 const u16 rt, const u16 rev) in rt2x00_set_rt() 1108 static inline bool rt2x00_rt(struct rt2x00_dev *rt2x00dev, const u16 rt) in rt2x00_rt() 1124 const u16 rt, const u16 rev) in rt2x00_rt_rev() 1130 const u16 rt, const u16 rev) in rt2x00_rt_rev_lt() 1136 const u16 rt, const u16 rev) in rt2x00_rt_rev_gte()
|
D | rt2800lib.c | 7710 u32 rt; in rt2800_probe_rt() local
|
/linux-4.1.27/net/atm/ |
D | clip.c | 332 struct rtable *rt; in clip_start_xmit() local 447 struct rtable *rt; in clip_setentry() local
|
/linux-4.1.27/net/openvswitch/ |
D | vport-gre.c | 139 struct rtable *rt; in gre_tnl_send() local
|
D | vport-geneve.c | 179 struct rtable *rt; in geneve_tnl_send() local
|
D | vport-vxlan.c | 229 struct rtable *rt; in vxlan_tnl_send() local
|
D | vport.h | 247 struct rtable *rt; in ovs_tunnel_route_lookup() local
|
D | vport.c | 584 struct rtable *rt; in ovs_tunnel_get_egress_info() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/tipc/ |
D | udp_media.c | 158 struct rtable *rt; in tipc_udp_send_msg() local
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | pgtable.h | 404 #define _PGD_INDEX(rt,rs) extui rt, rs, PGDIR_SHIFT, 32-PGDIR_SHIFT argument 405 #define _PTE_INDEX(rt,rs) extui rt, rs, PAGE_SHIFT, PTRS_PER_PTE_SHIFT argument
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.c | 308 const struct radar_types *rt; in dpd_set_domain() local
|
/linux-4.1.27/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.1.27/fs/xfs/ |
D | xfs_bmap_util.c | 944 int rt; in xfs_alloc_file_space() local 1185 int rt; in xfs_free_file_space() local
|
D | xfs_iomap.c | 128 int rt; in xfs_iomap_write_direct() local
|
/linux-4.1.27/net/sctp/ |
D | protocol.c | 427 struct rtable *rt; in sctp_v4_get_dst() local 530 struct rtable *rt = (struct rtable *)t->dst; in sctp_v4_get_saddr() local
|
D | ipv6.c | 330 struct rt6_info *rt; in sctp_v6_get_dst() local
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip.c | 393 struct rtable *rt = NULL; in l2tp_ip_sendmsg() local
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_common.c | 152 static void usbip_dump_request_type(__u8 rt) in usbip_dump_request_type()
|
/linux-4.1.27/drivers/usb/host/ |
D | fhci-tds.c | 249 u8 rt; in fhci_init_ep_registers() local
|
/linux-4.1.27/drivers/bus/ |
D | omap_l3_smx.h | 199 void __iomem *rt; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramnv50.c | 319 u32 r0, r4, rt, rblock_size; in nv50_fb_vram_rblock() local
|
/linux-4.1.27/drivers/infiniband/core/ |
D | addr.c | 231 struct rtable *rt; in addr4_resolve() local
|
D | cma.c | 1204 struct rdma_route *rt; in cma_new_conn_id() local
|
/linux-4.1.27/include/linux/amba/ |
D | pl022.h | 257 bool rt; member
|
/linux-4.1.27/drivers/net/ipvlan/ |
D | ipvlan_core.c | 342 struct rtable *rt; in ipvlan_process_v4_outbound() local
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 583 struct rtable *rt; in find_route_ipv4() local 599 struct rtable *rt = NULL; in cxgbi_check_route() local 700 struct rt6_info *rt = NULL; in cxgbi_check_route6() local
|
/linux-4.1.27/net/sched/ |
D | cls_route.c | 356 struct route4_filter *rt; in route4_delete() local
|
/linux-4.1.27/security/selinux/ss/ |
D | policydb.c | 762 struct mls_range *rt = datum; in range_tr_destroy() local 1838 struct range_trans *rt = NULL; in range_read() local 3214 struct range_trans *rt = key; in range_write_helper() local
|
/linux-4.1.27/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.1.27/drivers/s390/char/ |
D | tape.h | 185 struct tape_class_device * rt; member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | mmu-hash64.h | 457 #define ASM_VSID_SCRAMBLE(rt, rx, size) \ argument
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.c | 3182 int rt, /* is this a realtime inode? */ in xfs_bmap_extsize_align() 3360 int rt; /* true if inode is realtime */ in xfs_bmap_adjacent() local 4105 char rt = XFS_IS_REALTIME_INODE(ip); in xfs_bmapi_reserve_delalloc() local
|
/linux-4.1.27/tools/firewire/ |
D | nosy-dump.h | 82 uint32_t rt:2; member
|
/linux-4.1.27/net/netlink/ |
D | genetlink.c | 818 struct genl_family *rt; in ctrl_dumpfamily() local
|
/linux-4.1.27/drivers/md/ |
D | dm-raid.c | 1211 struct raid_type *rt; in raid_ctr() local
|
D | md.c | 7085 sector_t rt; in status_resync() local
|
/linux-4.1.27/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.1.27/drivers/ata/ |
D | pata_legacy.c | 271 u8 rt; in pdc20230_set_piomode() local
|
/linux-4.1.27/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.1.27/drivers/isdn/gigaset/ |
D | ev-layer.c | 448 const struct resp_type_t *rt; in gigaset_handle_modem_response() local
|
/linux-4.1.27/net/bluetooth/ |
D | 6lowpan.c | 172 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in peer_lookup_dst() local
|
/linux-4.1.27/scripts/ |
D | unifdef.c | 918 Linetype lt, rt; in eval_table() local
|
/linux-4.1.27/include/linux/spi/ |
D | spi.h | 426 bool rt; member
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l3_main.c | 2837 struct rtable *rt = (struct rtable *) dst; in qeth_l3_fill_header() local 2848 struct rt6_info *rt = (struct rt6_info *) dst; in qeth_l3_fill_header() local
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 1758 int vxlan_xmit_skb(struct rtable *rt, struct sock *sk, struct sk_buff *skb, in vxlan_xmit_skb() 1883 struct rtable *rt = NULL; in vxlan_xmit_one() local
|
/linux-4.1.27/drivers/hid/ |
D | hid-wiimote-modules.c | 1053 __s8 rx, ry, lx, ly, lt, rt; in wiimod_classic_in_ext() local
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.c | 1281 struct rtable *rt = NULL; in vnet_start_xmit() local
|
D | niu.c | 8738 struct rdc_table *rt = &tp->tables[grp]; in niu_divide_rdc_groups() local
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | processor.h | 108 __u64 rt : 1; member
|
/linux-4.1.27/include/uapi/linux/ |
D | cdrom.h | 865 __u8 rt : 1; member 882 __u8 rt : 1; member
|
/linux-4.1.27/drivers/net/ethernet/sis/ |
D | sis900.c | 2053 int rt; in sis900_set_settings() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sticore.h | 76 #define REGION_OFFSET_TO_PHYS( rt, hpa ) \ argument
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 1518 struct rtable *rt; in nes_addr_resolve_neigh() local
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | cm.c | 406 struct rtable *rt; in find_route() local
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_main.c | 2326 struct rtable *rt; in bond_arp_send_all() local
|
/linux-4.1.27/kernel/sched/ |
D | sched.h | 585 struct rt_rq rt; member
|
D | fair.c | 6770 enum fbq_type rt; in find_busiest_queue() local
|
/linux-4.1.27/block/ |
D | cfq-iosched.c | 995 struct cfq_group *cfqg, bool rt) in cfq_group_get_avg_queues()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic.c | 3669 struct rtable *rt; in cnic_get_v4_route() local
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 277 static const char *resource_str(enum mlx4_resource rt) in resource_str()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 1315 struct sched_rt_entity rt; member
|