Searched refs:ra (Results 1 - 25 of 132) sorted by relevance

123456

/freebsd-current/sys/net80211/
H A Dieee80211_rssadapt.c157 rssadapt_updatestats(struct ieee80211_rssadapt_node *ra) argument
161 ra->ra_pktrate = (ra->ra_pktrate + 10*(ra->ra_nfail + ra->ra_nok))/2;
162 ra->ra_nfail = ra->ra_nok = 0;
168 interval = MAX(10*1000, 10*1000 / MAX(1, 10 * ra->ra_pktrate));
169 ra->ra_raise_interval = msecs_to_ticks(interval);
175 struct ieee80211_rssadapt_node *ra; local
238 struct ieee80211_rssadapt_node *ra = ni->ni_rctls; local
283 rssadapt_lower_rate(struct ieee80211_rssadapt_node *ra, int pktlen, int rssi) argument
303 rssadapt_raise_rate(struct ieee80211_rssadapt_node *ra, int pktlen, int rssi) argument
334 struct ieee80211_rssadapt_node *ra = ni->ni_rctls; local
[all...]
/freebsd-current/lib/csu/riscv/
H A Dcrtn.S37 ld ra, 0(sp)
42 ld ra, 0(sp)
H A Dcrti.S47 sd ra, 0(sp)
55 sd ra, 0(sp)
/freebsd-current/tools/test/stress2/misc/
H A Dpthread8.sh64 struct runner_arg *ra;
69 ra = arg;
71 for (i = 0; i < ra->lock_cnt; i++) {
72 l = &ra->locks[i];
78 for (i = 0; i < ra->lock_cnt; i++) {
79 l = &ra->locks[i];
92 struct runner_arg ra;
108 ra.lock_cnt = 100;
109 ra.locks = calloc(ra
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_loongarch64.inc.S12 // Save ra in the off-stack spill area.
15 // store $ra value
16 st.d $ra, $sp, 8
19 ld.d $ra, $sp, 8
22 // store $ra by $a0
23 st.d $ra, $a0, 0
29 jirl $ra, $a0, 0
44 // Restore $ra
46 ld.d $ra, $a0, 0
51 jr $ra
[all...]
H A Dsanitizer_common_interceptors_vfork_riscv64.inc.S11 // Save ra in the off-stack spill area.
14 // store ra value
15 sd ra, 8(sp)
18 ld ra, 8(sp)
21 // store ra by x10
22 sd ra, 0(x10)
43 // Restore ra
45 ld ra, 0(x10)
/freebsd-current/lib/libsys/riscv/
H A Dcerror.S39 sd ra, 8(sp)
42 ld ra, 8(sp)
H A Dvfork.S41 mv a2, ra
47 mv ra, a2
/freebsd-current/contrib/netbsd-tests/lib/csu/arch/mips/
H A Dh_initfini_align.S18 jr ra
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_lagg.c48 struct lagg_reqall ra; member in struct:_ifconfig_lagg_status
76 ls->l.ra = &ls->ra;
81 ls->ra.ra_port = ls->rpbuf;
82 ls->ra.ra_size = sizeof(ls->rpbuf);
92 strlcpy(ls->ra.ra_ifname, name, sizeof(ls->ra.ra_ifname));
93 if (ifconfig_ioctlwrap(h, AF_LOCAL, SIOCGLAGG, &ls->ra) != 0) {
/freebsd-current/contrib/lua/src/
H A Dlvm.c205 ** ra : internal index (safe copy of the control variable)
206 ** ra + 1 : loop counter (integer loops) or limit (float loops)
207 ** ra + 2 : step
208 ** ra + 3 : control variable
210 static int forprep (lua_State *L, StkId ra) { argument
211 TValue *pinit = s2v(ra);
212 TValue *plimit = s2v(ra + 1);
213 TValue *pstep = s2v(ra + 2);
220 setivalue(s2v(ra + 3), init); /* control variable */
257 setfltvalue(s2v(ra), ini
270 floatforloop(StkId ra) argument
689 luaV_objlen(lua_State *L, StkId ra, const TValue *rb) argument
792 pushclosure(lua_State *L, Proto *p, UpVal **encup, StkId base, StkId ra) argument
860 StkId ra = base + GETARG_A(inst); local
1189 StkId ra = RA(i); local
1194 StkId ra = RA(i); local
1200 StkId ra = RA(i); local
1206 StkId ra = RA(i); local
1212 StkId ra = RA(i); local
1219 StkId ra = RA(i); local
1224 StkId ra = RA(i); local
1230 StkId ra = RA(i); local
1235 StkId ra = RA(i); local
1243 StkId ra = RA(i); local
1249 StkId ra = RA(i); local
1256 StkId ra = RA(i); local
1269 StkId ra = RA(i); local
1284 StkId ra = RA(i); local
1299 StkId ra = RA(i); local
1325 StkId ra = RA(i); local
1340 StkId ra = RA(i); local
1355 StkId ra = RA(i); local
1368 StkId ra = RA(i); local
1387 StkId ra = RA(i); local
1447 StkId ra = RA(i); local
1457 StkId ra = RA(i); local
1517 StkId ra = RA(i); local
1527 StkId ra = RA(i); local
1537 StkId ra = RA(i); local
1547 StkId ra = RA(i); local
1562 StkId ra = RA(i); local
1573 StkId ra = RA(i); local
1582 StkId ra = RA(i); local
1587 StkId ra = RA(i); local
1595 StkId ra = RA(i); local
1600 StkId ra = RA(i); local
1610 StkId ra = RA(i); local
1626 StkId ra = RA(i); local
1634 StkId ra = RA(i); local
1663 StkId ra = RA(i); local
1669 StkId ra = RA(i); local
1680 StkId ra = RA(i); local
1697 StkId ra = RA(i); local
1723 StkId ra = RA(i); local
1746 StkId ra = RA(i); local
1763 StkId ra = RA(i); local
1775 StkId ra = RA(i); local
1791 StkId ra = RA(i); local
1810 StkId ra = RA(i); local
1817 StkId ra = RA(i); local
1827 StkId ra = RA(i); local
1844 StkId ra = RA(i); local
1852 StkId ra = RA(i); local
1876 StkId ra = RA(i); local
1883 StkId ra = RA(i); local
[all...]
/freebsd-current/sbin/ipf/libipf/
H A Dprintaps.c23 raudio_t ra; local
61 if (!strcmp(apr.apr_label, "raudio") && ap.aps_psiz == sizeof(ra)) {
62 if (kmemcpy((char *)&ra, (long)ap.aps_data, sizeof(ra)))
66 ra.rap_seenpna, ra.rap_version, ra.rap_eos);
67 PRINTF("\t\tMode: %#x\tSBF: %#x\n", ra.rap_mode, ra.rap_sbf);
69 ra
[all...]
/freebsd-current/sys/riscv/include/
H A Dreg.h41 __uint64_t ra; /* return address */ member in struct:reg
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_arm.c77 uintptr_t pc, ra, fp; local
95 ra = fp + PC_OFF * sizeof(uintptr_t);
96 if (!PMC_IN_KERNEL_STACK(ra))
98 pc = *(uintptr_t *)ra;
105 ra = fp + FP_OFF * sizeof(uintptr_t);
106 if (!PMC_IN_KERNEL_STACK(ra))
108 fp = *(uintptr_t *)ra;
/freebsd-current/sbin/ifconfig/
H A Diflagg.c73 struct lagg_reqall ra; local
75 bzero(&ra, sizeof(ra));
76 ra.ra_proto = LAGG_PROTO_MAX;
80 ra.ra_proto = lpr[i].lpr_proto;
84 if (ra.ra_proto == LAGG_PROTO_MAX)
87 strlcpy(ra.ra_ifname, ctx->ifname, sizeof(ra.ra_ifname));
88 if (ioctl_ctx(ctx, SIOCSLAGG, &ra) != 0)
212 struct lagg_reqall *ra; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlvm.c335 void luaV_objlen (lua_State *L, StkId ra, const TValue *rb) { argument
342 setnvalue(ra, cast_num(luaH_getn(h))); /* else primitive len */
346 setnvalue(ra, cast_num(tsvalue(rb)->len));
356 callTM(L, tm, rb, rb, ra, 1);
409 void luaV_arith (lua_State *L, StkId ra, const TValue *rb, argument
427 setnvalue(ra, res);
429 else if (!call_binTM(L, rb, rc, ra, op))
462 StkId ra) {
468 setclLvalue(L, ra, ncl); /* anchor new closure in stack */
585 setnvalue(ra, o
461 pushclosure(lua_State *L, Proto *p, UpVal **encup, StkId base, StkId ra) argument
607 StkId ra; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp230 uint32_t ra = Bits32(opcode, 20, 16); local
237 if (ra != gpr_r1_ppc64le || rt != gpr_r1_ppc64le || ids != 0)
241 LLDB_LOG(log, "EmulateLD: {0:X+8}: ld r{1}, {2}(r{3})", m_addr, rt, ids, ra);
260 uint32_t ra = Bits32(opcode, 20, 16); local
265 if (ra != gpr_r1_ppc64le)
280 u ? "u" : "", rs, ids, ra);
298 std::optional<RegisterInfo> ra_info = GetRegisterInfo(eRegisterKindLLDB, ra);
307 uint64_t ra_val = ReadRegisterUnsigned(eRegisterKindLLDB, ra, 0, &success);
319 WriteRegisterUnsigned(ctx, eRegisterKindLLDB, ra, addr);
328 uint32_t ra local
361 uint32_t ra = Bits32(opcode, 20, 16); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_mips.S28 sw $ra, 32($sp)
56 lw $ra, 32($sp)
58 jr $ra
75 sw $ra, 32($sp)
103 lw $ra, 32($sp)
105 jr $ra
H A Dxray_trampoline_loongarch64.S63 st.d $ra, $sp, 128
76 jirl $ra, $t2, 0
81 ld.d $ra, $sp, 128
98 st.d $ra, $sp, 40
112 jirl $ra, $t2, 0
118 ld.d $ra, $sp, 40
/freebsd-current/stand/common/
H A Dbcache.c65 size_t ra; member in struct:bcache
165 bc->ra = BCACHE_READAHEAD; /* optimistic read ahead */
216 size_t i, nblk, p_size, r_size, complete, ra; local
248 * that bc->ra must stay in between MINREADAHEAD and READAHEAD, we
253 if (bc->ra < BCACHE_READAHEAD)
254 bc->ra <<= 1; /* increase read ahead */
257 bc->ra > BCACHE_MINREADAHEAD)
258 bc->ra >>= 1; /* reduce read ahead */
290 * 2. We are using bc->ra as dynamic hint for read ahead size,
301 * And secondly, this way we get the most conservative setup for the ra
[all...]
/freebsd-current/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_mips.S51 * jmp_buf is in a0. We need to save s0-s8, sp, gp, and ra in it.
56 REG_S ra, 1*SZREG(a0)
68 jr ra /* done */
79 * We need to restore s0-s8, sp, gp, and ra from the jmp_buf.
87 REG_L ra, 1*SZREG(a0)
99 jr ra /* return, to where setjmp was called from */
H A Dsetjmp_loongarch64.S40 st.d $ra, $a0, 0*8
55 jr $ra
59 ld.d $ra, $a0, 0*8
75 jr $ra
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_loongarch64.S14 st.d $ra, $sp, 24
40 ld.d $ra, $sp, 24
62 st.d $ra, $sp, 24
88 ld.d $ra, $sp, 24
110 st.d $ra, $sp, 24
136 ld.d $ra, $sp, 24
158 st.d $ra, $sp, 24
184 ld.d $ra, $sp, 24
H A Dtsan_rtl_riscv64.S13 sd ra, 24(sp)
39 ld ra, 24(sp)
61 sd ra, 24(sp)
87 ld ra, 24(sp)
109 sd ra, 24(sp)
139 ld ra, 24(sp)
161 sd ra, 24(sp)
191 ld ra, 24(sp)
/freebsd-current/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c78 struct sockaddr_rfcomm ra; local
244 aaddrlen = sizeof(ra);
245 s = accept(acceptsock, (struct sockaddr *)&ra,
250 memcmp(&addr, &ra.rfcomm_bdaddr, sizeof(addr))) {
272 memset(&ra, 0, sizeof(ra));
273 ra.rfcomm_len = sizeof(ra);
274 ra.rfcomm_family = AF_BLUETOOTH;
276 if (bind(s, (struct sockaddr *) &ra, sizeo
[all...]

Completed in 192 milliseconds

123456