Searched refs:rt (Results 201 - 225 of 329) sorted by relevance

1234567891011>>

/linux-master/fs/hpfs/
H A Dalloc.c136 goto rt;
151 goto rt;
174 goto rt;
179 rt:
/linux-master/tools/firewire/
H A Dnosy-dump.h83 uint32_t rt:2; member in struct:link_packet::__anon14856::__anon14857
/linux-master/drivers/bus/
H A Domap_l3_smx.h185 void __iomem *rt; member in struct:omap3_l3
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00pci.c126 rt2x00dev->chip.rt = chip;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter.h60 struct fib6_info *rt; member in struct:bpf_iter__ipv6_route
/linux-master/arch/mips/kernel/
H A Duprobes.c83 switch (inst.u_format.rt) {
H A Dtraps.c636 static int simulate_rdhwr(struct pt_regs *regs, int rd, int rt) argument
644 regs->regs[rt] = smp_processor_id();
647 regs->regs[rt] = min(current_cpu_data.dcache.linesz,
651 regs->regs[rt] = read_c0_count();
657 regs->regs[rt] = 1;
660 regs->regs[rt] = 2;
664 regs->regs[rt] = ti->tp_value;
675 int rt = (opcode & RT) >> 16; local
677 simulate_rdhwr(regs, rd, rt);
689 int rt local
[all...]
/linux-master/sound/soc/sh/
H A Dsiu_dai.c497 struct snd_pcm_runtime *rt = substream->runtime; local
506 ret = snd_pcm_hw_constraint_integer(rt, SNDRV_PCM_HW_PARAM_PERIODS);
544 struct snd_pcm_runtime *rt = substream->runtime; local
551 __func__, info->port_id, port_info->play_cap, rt->channels);
/linux-master/arch/mips/kvm/
H A Dvz.c881 u32 rt, rd, sel; local
903 rt = inst.c0r_format.rt;
966 vcpu->arch.gprs[rt] = val;
979 val = vcpu->arch.gprs[rt];
987 kvm_mips_write_count(vcpu, vcpu->arch.gprs[rt]);
991 vcpu->arch.gprs[rt],
1094 op_inst = inst.i_format.rt;
1218 int rd, rt, sel; local
1258 rt
1315 int rt = inst.c0r_format.rt; local
[all...]
/linux-master/include/net/
H A Dmctp.h254 int mctp_local_output(struct sock *sk, struct mctp_route *rt,
/linux-master/arch/arm64/kernel/
H A DMakefile52 obj-$(CONFIG_EFI) += efi.o efi-rt-wrapper.o
/linux-master/net/ipv4/
H A Dip_input.c323 struct rtable *rt; local
390 rt = skb_rtable(skb);
391 if (rt->rt_type == RTN_MULTICAST) {
393 } else if (rt->rt_type == RTN_BROADCAST) {
H A Dip_gre.c624 struct rtable *rt; local
635 rt = ip_route_output_key(dev_net(dev), &fl4);
636 if (IS_ERR(rt))
637 return PTR_ERR(rt);
639 ip_rt_put(rt);
927 struct rtable *rt; local
929 rt = ip_route_output_gre(t->net, &fl4,
935 if (IS_ERR(rt))
937 dev = rt->dst.dev;
938 ip_rt_put(rt);
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh89 echo " --do-rt / --do-no-rt / --no-rt"
180 --do-rt|--do-no-rt|--no-rt)
181 do_rt=`doyesno "$1" --do-rt`
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h393 int rt = kvm_vcpu_sys_get_rt(vcpu); local
394 u64 val = vcpu_get_reg(vcpu, rt);
497 int rt = kvm_vcpu_sys_get_rt(vcpu); local
498 u64 val = vcpu_get_reg(vcpu, rt);
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_net.c28 struct rtable *rt; local
37 rt = ip_route_output_key(&init_net, &fl);
38 if (IS_ERR(rt)) {
43 return &rt->dst;
/linux-master/net/sctp/
H A Dprotocol.c421 struct rtable *rt; local
452 rt = ip_route_output_key(sock_net(sk), fl4);
453 if (!IS_ERR(rt)) {
454 dst = &rt->dst;
508 rt = ip_route_output_key(sock_net(sk), fl4);
509 if (IS_ERR(rt))
519 dst = &rt->dst;
523 dst_release(&rt->dst);
529 dst = &rt->dst;
555 struct rtable *rt local
[all...]
/linux-master/include/video/
H A Dsticore.h72 #define REGION_OFFSET_TO_PHYS( rt, hpa ) \
73 (((rt).region_desc.offset << 12) + (hpa))
/linux-master/net/ipv6/
H A Dip6_vti.c454 struct rtable *rt; local
458 rt = __ip_route_output_key(dev_net(dev), &fl->u.ip4);
459 if (IS_ERR(rt))
461 dst = &rt->dst;
677 struct rt6_info *rt = rt6_lookup(t->net, local
681 if (rt)
682 tdev = rt->dst.dev;
683 ip6_rt_put(rt);
/linux-master/arch/mips/include/asm/
H A Dasmmacro.h238 .macro MFTR rs=0, rt=0, u=0, sel=0 variable
239 insn_if_mips 0x41000000 | (\rt << 16) | (\rs << 11) | (\u << 5) | (\sel)
240 insn32_if_mm 0x0000000E | (\rt << 21) | (\rs << 16) | (\u << 10) | (\sel << 4)
243 .macro MTTR rt=0, rs=0, u=0, sel=0
244 insn_if_mips 0x41800000 | (\rt << 16) | (\rs << 11) | (\u << 5) | (\sel)
245 insn32_if_mm 0x00000006 | (\rt << 21) | (\rs << 16) | (\u << 10) | (\sel << 4)
/linux-master/block/
H A Dmq-deadline.c936 u32 rt, be, idle; local
939 rt = dd_queued(dd, DD_RT_PRIO);
944 seq_printf(m, "%u %u %u\n", rt, be, idle);
964 u32 rt, be, idle; local
967 rt = dd_owned_by_driver(dd, DD_RT_PRIO);
972 seq_printf(m, "%u %u %u\n", rt, be, idle);
/linux-master/tools/arch/arm64/include/asm/
H A Dsysreg.h726 .macro mrs_s, rt, sreg variable
727 __emit_inst(0xd5200000|(\sreg)|(.L__gpr_num_\rt))
730 .macro msr_s, sreg, rt
731 __emit_inst(0xd5000000|(\sreg)|(.L__gpr_num_\rt))
743 " .macro mrs_s, rt, sreg\n" \
744 __emit_inst(0xd5200000|(\\sreg)|(.L__gpr_num_\\rt)) \
749 " .macro msr_s, sreg, rt\n" \
750 __emit_inst(0xd5000000|(\\sreg)|(.L__gpr_num_\\rt)) \
/linux-master/security/selinux/ss/
H A Dpolicydb.c346 struct mls_range *rt = datum; local
349 ebitmap_destroy(&rt->level[0].cat);
350 ebitmap_destroy(&rt->level[1].cat);
1841 struct range_trans *rt = NULL; local
1862 rt = kzalloc(sizeof(*rt), GFP_KERNEL);
1863 if (!rt)
1870 rt->source_type = le32_to_cpu(buf[0]);
1871 rt->target_type = le32_to_cpu(buf[1]);
1876 rt
3495 struct range_trans *rt = key; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c418 struct rtable *rt = NULL; local
421 /* We assume "dev" stays valid after rt is put. */
429 rt = ip_route_output_key(tun->net, &fl4);
430 if (IS_ERR(rt))
433 if (rt->rt_type != RTN_UNICAST)
436 dev = rt->dst.dev;
438 if (rt->rt_gw_family == AF_INET)
439 *daddrp = rt->rt_gw4;
441 else if (rt->rt_gw_family == AF_INET6)
445 ip_rt_put(rt);
[all...]
/linux-master/drivers/ata/
H A Dpata_legacy.c292 u8 rt; local
315 rt = inb(0x1F3);
316 rt &= ~(0x07 << (3 * !adev->devno));
318 rt |= (1 + 3 * pio) << (3 * !adev->devno);
319 outb(rt, 0x1F3);

Completed in 268 milliseconds

1234567891011>>