Searched refs:rt (Results 126 - 150 of 329) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dioprio.h6 #include <linux/sched/rt.h>
37 * Check for idle and rt task process, and return appropriate IO class.
/linux-master/net/ipv4/
H A Dfib_frontend.c276 struct rtable *rt; local
280 rt = skb_rtable(skb);
281 if ((rt->rt_flags & (RTCF_BROADCAST | RTCF_MULTICAST | RTCF_LOCAL)) ==
471 static int rtentry_to_fib_config(struct net *net, int cmd, struct rtentry *rt, argument
480 if (rt->rt_dst.sa_family != AF_INET)
492 addr = sk_extract_addr(&rt->rt_dst);
493 if (!(rt->rt_flags & RTF_HOST)) {
494 __be32 mask = sk_extract_addr(&rt->rt_genmask);
496 if (rt->rt_genmask.sa_family != AF_INET) {
497 if (mask || rt
619 ip_rt_ioctl(struct net *net, unsigned int cmd, struct rtentry *rt) argument
[all...]
H A Dsyncookies.c408 struct rtable *rt; local
458 rt = ip_route_output_key(net, &fl4);
459 if (IS_ERR(rt)) {
466 dst_metric(&rt->dst, RTAX_WINDOW);
476 dst_metric(&rt->dst, RTAX_INITRWND));
483 ireq->ecn_ok &= cookie_ecn_ok(net, &rt->dst);
485 ret = tcp_get_cookie_sock(sk, skb, req, &rt->dst);
H A Dinet_connection_sock.c818 struct rtable *rt; local
830 rt = ip_route_output_flow(net, fl4, sk);
831 if (IS_ERR(rt))
833 if (opt && opt->opt.is_strictroute && rt->rt_uses_gateway)
836 return &rt->dst;
839 ip_rt_put(rt);
856 struct rtable *rt; local
868 rt = ip_route_output_flow(net, fl4, sk);
869 if (IS_ERR(rt))
871 if (opt && opt->opt.is_strictroute && rt
1486 struct rtable *rt; local
[all...]
H A Daf_inet.c966 struct rtentry rt; local
971 if (copy_from_user(&rt, p, sizeof(struct rtentry)))
973 err = ip_rt_ioctl(net, cmd, &rt);
1021 struct rtentry rt; local
1023 if (copy_from_user(&rt.rt_dst, &ur->rt_dst,
1025 get_user(rt.rt_flags, &ur->rt_flags) ||
1026 get_user(rt.rt_metric, &ur->rt_metric) ||
1027 get_user(rt.rt_mtu, &ur->rt_mtu) ||
1028 get_user(rt.rt_window, &ur->rt_window) ||
1029 get_user(rt
1261 struct rtable *rt; local
1312 struct rtable *rt = dst_rtable(__sk_dst_check(sk, 0)); local
[all...]
/linux-master/arch/mips/kernel/
H A Dprocess.c202 ip->mm16_r5_format.rt == mm_jr16_op &&
211 ip->r_format.rt == 31)
238 if (ip->mm16_r5_format.rt != 31)
266 if (ip->i_format.rt != 31)
294 ip->i_format.rs == 29 && ip->i_format.rt == 31) {
303 if (ip->loongson3_lswc2_format.rt == 31) {
330 (ip->mm16_r5_format.rt & mm_jr16_op) == mm_jr16_op))
378 ip->mm16_r5_format.rt == 29) {
387 ip->mm_i_format.rt == 29 && ip->mm_i_format.rs == 29) {
393 if (ip->i_format.rs != 29 || ip->i_format.rt !
[all...]
/linux-master/arch/powerpc/kvm/
H A De500_emulate.c116 int rt)
120 kvmppc_set_gpr(vcpu, rt,
134 int rt = get_rt(inst); local
169 int type = rt & 0x3;
181 emulated = kvmppc_e500_emul_mftmr(vcpu, inst, rt);
115 kvmppc_e500_emul_mftmr(struct kvm_vcpu *vcpu, unsigned int inst, int rt) argument
/linux-master/net/netfilter/
H A Dxt_TCPMSS.c48 struct rtable *rt = NULL; local
62 nf_route(net, (struct dst_entry **)&rt, &fl, false, family);
63 if (rt != NULL) {
64 mtu = dst_mtu(&rt->dst);
65 dst_release(&rt->dst);
H A Dnf_flow_table_ip.c422 struct rtable *rt; local
437 rt = dst_rtable(tuplehash->tuple.dst_cache);
441 return nf_flow_xmit_xfrm(skb, state, &rt->dst);
449 rt = dst_rtable(tuplehash->tuple.dst_cache);
450 outdev = rt->dst.dev;
452 nexthop = rt_nexthop(rt, flow->tuplehash[!dir].tuple.src_v4.s_addr);
453 skb_dst_set_noref(skb, &rt->dst);
718 struct rt6_info *rt; local
732 rt = dst_rt6_info(tuplehash->tuple.dst_cache);
736 return nf_flow_xmit_xfrm(skb, state, &rt
[all...]
/linux-master/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c318 const struct radar_types *rt; local
326 rt = get_dfs_domain_radar_types(region);
327 if (rt == NULL)
333 dpd->radar_spec = rt->radar_types;
334 dpd->num_radar_types = rt->num_radar_types;
/linux-master/sound/pci/
H A Dad1889.c297 struct snd_pcm_runtime *rt = ss->runtime; local
300 rt->hw = snd_ad1889_playback_hw;
309 struct snd_pcm_runtime *rt = ss->runtime; local
312 rt->hw = snd_ad1889_capture_hw;
337 struct snd_pcm_runtime *rt = ss->runtime; local
349 if (snd_pcm_format_width(rt->format) == 16)
352 if (rt->channels > 1)
360 chip->wave.addr = rt->dma_addr;
365 ad1889_writew(chip, AD_DS_WAS, rt->rate);
379 chip->wave.addr, count, size, reg, rt
387 struct snd_pcm_runtime *rt = ss->runtime; local
[all...]
/linux-master/drivers/net/
H A Dgtp.c427 struct rtable *rt; local
432 rt = ip4_route_output_gtp(&fl4, gtp->sk0, iph->saddr, iph->daddr);
433 if (IS_ERR(rt)) {
439 udp_tunnel_xmit_skb(rt, gtp->sk0, skb,
442 ip4_dst_hoplimit(&rt->dst),
654 struct rtable *rt; local
690 rt = ip4_route_output_gtp(&fl4, gtp->sk1u, iph->saddr, iph->daddr);
691 if (IS_ERR(rt)) {
697 udp_tunnel_xmit_skb(rt, gtp->sk1u, skb,
700 ip4_dst_hoplimit(&rt
991 struct rtable *rt; member in union:gtp_pktinfo::__anon924
1014 gtp_set_pktinfo_ipv4(struct gtp_pktinfo *pktinfo, struct sock *sk, __u8 tos, struct pdp_ctx *pctx, struct rtable *rt, struct flowi4 *fl4, struct net_device *dev) argument
1047 struct rtable *rt; local
1112 struct rt6_info *rt; local
2324 struct rtable *rt; local
[all...]
H A Dbareudp.c297 struct rtable *rt; local
310 rt = udp_tunnel_dst_lookup(skb, dev, bareudp->net, 0, &saddr, &info->key,
315 if (IS_ERR(rt))
316 return PTR_ERR(rt);
318 skb_tunnel_check_pmtu(skb, &rt->dst,
331 min_headroom = LL_RESERVED_SPACE(rt->dst.dev) + rt->dst.header_len +
343 udp_tunnel_xmit_skb(rt, sock->sk, skb, saddr, info->key.u.ipv4.dst,
351 dst_release(&rt->dst);
492 struct rtable *rt; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-synquacer.c201 u32 rt = i2c->pclkrate; local
213 ccr_cs = SYNQUACER_I2C_CCR_CS_FAST_MAX_18M(rt);
214 csr_cs = SYNQUACER_I2C_CSR_CS_FAST_MAX_18M(rt);
216 ccr_cs = SYNQUACER_I2C_CCR_CS_FAST_MIN_18M(rt);
217 csr_cs = SYNQUACER_I2C_CSR_CS_FAST_MIN_18M(rt);
228 ccr_cs = SYNQUACER_I2C_CCR_CS_STD_MAX_18M(rt);
229 csr_cs = SYNQUACER_I2C_CSR_CS_STD_MAX_18M(rt);
231 ccr_cs = SYNQUACER_I2C_CCR_CS_STD_MIN_18M(rt);
232 csr_cs = SYNQUACER_I2C_CSR_CS_STD_MIN_18M(rt);
/linux-master/crypto/
H A Dcrypto_engine.c481 * @rt: whether this queue is set to run as a realtime task
490 bool rt, int qlen)
502 engine->rt = rt;
527 if (engine->rt) {
540 * @rt: whether this queue is set to run as a realtime task
545 struct crypto_engine *crypto_engine_alloc_init(struct device *dev, bool rt) argument
547 return crypto_engine_alloc_init_and_set(dev, false, NULL, rt,
487 crypto_engine_alloc_init_and_set(struct device *dev, bool retry_support, int (*cbk_do_batch)(struct crypto_engine *engine), bool rt, int qlen) argument
/linux-master/tools/testing/selftests/net/
H A Dsrv6_end_dt46_l3vpn_test.sh32 # Routers rt-1 and rt-2 implement IPv4/IPv6 L3 VPN services leveraging the SRv6
41 # the router rt-1 which acts as a arp/ndp proxy.
44 # the router rt-1 receives the packet on the internal veth-t100 interface. Such
48 # core network up to the router rt-2 that receives it on veth0 interface.
50 # The rt-2 router uses the 'localsid' routing table to process incoming
57 # The ping response follows the same processing but this time the roles of rt-1
58 # and rt-2 are swapped.
100 # | +---------------+ rt-1 netns | | rt
[all...]
/linux-master/drivers/soc/ti/
H A Dk3-ringacc.c140 * @rt: Ring control/status registers
159 struct k3_ring_rt_regs __iomem *rt; member in struct:k3_ring
242 return readl(&ring->rt->occ) & K3_RINGACC_RT_OCC_MASK;
249 val = readl(&ring->rt->occ);
321 dev_dbg(dev, "dump ring_rt_regs: db%08x\n", readl(&ring->rt->db));
322 dev_dbg(dev, "dump occ%08x\n", readl(&ring->rt->occ));
323 dev_dbg(dev, "dump indx%08x\n", readl(&ring->rt->indx));
324 dev_dbg(dev, "dump hwocc%08x\n", readl(&ring->rt->hwocc));
325 dev_dbg(dev, "dump hwindx%08x\n", readl(&ring->rt->hwindx));
553 writel(db_ring_cnt_cur, &ring->rt
[all...]
/linux-master/arch/arm64/kernel/
H A Dtraps.c546 int rt = ESR_ELx_SYS64_ISS_RT(esr); local
550 tagged_address = pt_regs_read_reg(regs, rt);
585 int rt = ESR_ELx_SYS64_ISS_RT(esr); local
597 pt_regs_write_reg(regs, rt, val);
604 int rt = ESR_ELx_SYS64_ISS_RT(esr); local
606 pt_regs_write_reg(regs, rt, arch_timer_read_counter());
612 int rt = ESR_ELx_SYS64_ISS_RT(esr); local
614 pt_regs_write_reg(regs, rt, arch_timer_get_rate());
620 u32 sysreg, rt; local
622 rt
725 int rt = (esr & ESR_ELx_CP15_64_ISS_RT_MASK) >> ESR_ELx_CP15_64_ISS_RT_SHIFT; local
[all...]
/linux-master/include/math-emu/
H A Dsingle.h111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt)
/linux-master/net/l2tp/
H A Dl2tp_ip.c402 struct rtable *rt = NULL; local
462 rt = dst_rtable(__sk_dst_check(sk, 0));
465 if (!rt) {
478 rt = ip_route_output_ports(sock_net(sk), fl4, sk,
483 if (IS_ERR(rt))
486 sk_setup_caps(sk, &rt->dst);
488 skb_dst_set(skb, &rt->dst);
496 skb_dst_set_noref(skb, &rt->dst);
/linux-master/net/xfrm/
H A Dxfrm_user.c41 struct nlattr *rt = attrs[type]; local
44 if (!rt)
47 algp = nla_data(rt);
48 if (nla_len(rt) < (int)xfrm_alg_len(algp)) {
71 struct nlattr *rt = attrs[XFRMA_ALG_AUTH_TRUNC]; local
74 if (!rt)
77 algp = nla_data(rt);
78 if (nla_len(rt) < (int)xfrm_alg_auth_len(algp)) {
89 struct nlattr *rt = attrs[XFRMA_ALG_AEAD]; local
92 if (!rt)
108 struct nlattr *rt = attrs[type]; local
116 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; local
136 struct nlattr *rt = attrs[XFRMA_REPLAY_ESN_VAL]; local
724 struct nlattr *rt = attrs[XFRMA_REPLAY_THRESH]; local
1853 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; local
1958 struct nlattr *rt = attrs[XFRMA_TMPL]; local
1979 struct nlattr *rt = attrs[XFRMA_POLICY_TYPE]; local
2425 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; local
2642 struct nlattr *rt = attrs[XFRMA_REPLAY_THRESH]; local
2744 struct nlattr *rt = attrs[XFRMA_SEC_CTX]; local
2827 struct nlattr *rt = attrs[XFRMA_TMPL]; local
2888 struct nlattr *rt = attrs[XFRMA_MIGRATE]; local
[all...]
/linux-master/net/ipv6/
H A Dsit.c862 struct rtable *rt; /* Route to the other host */ local
942 rt = dst_cache_get_ip4(&tunnel->dst_cache, &fl4.saddr);
943 if (!rt) {
944 rt = ip_route_output_flow(tunnel->net, &fl4, NULL);
945 if (IS_ERR(rt)) {
949 dst_cache_set_ip4(&tunnel->dst_cache, &rt->dst, fl4.saddr);
952 if (rt->rt_type != RTN_UNICAST && rt->rt_type != RTN_LOCAL) {
953 ip_rt_put(rt);
957 tdev = rt
1109 struct rtable *rt = ip_route_output_ports(tunnel->net, &fl4, local
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h391 #define _PGD_INDEX(rt,rs) extui rt, rs, PGDIR_SHIFT, 32-PGDIR_SHIFT
392 #define _PTE_INDEX(rt,rs) extui rt, rs, PAGE_SHIFT, PTRS_PER_PTE_SHIFT
/linux-master/sound/soc/qcom/
H A Dlpass-platform.c360 struct snd_pcm_runtime *rt = substream->runtime; local
361 struct lpass_pcm_data *pcm_data = rt->private_data;
423 struct snd_pcm_runtime *rt = substream->runtime; local
424 struct lpass_pcm_data *pcm_data = rt->private_data;
576 struct snd_pcm_runtime *rt = substream->runtime; local
577 struct lpass_pcm_data *pcm_data = rt->private_data;
604 struct snd_pcm_runtime *rt = substream->runtime; local
605 struct lpass_pcm_data *pcm_data = rt->private_data;
667 struct snd_pcm_runtime *rt = substream->runtime; local
668 struct lpass_pcm_data *pcm_data = rt
866 struct snd_pcm_runtime *rt = substream->runtime; local
1226 struct snd_pcm_runtime *rt = substream->runtime; local
[all...]
/linux-master/include/linux/amba/
H A Dpl022.h234 * @rt: indicates the controller should run the message pump with realtime
244 bool rt; member in struct:pl022_ssp_controller

Completed in 258 milliseconds

1234567891011>>