Searched refs:s1 (Results 26 - 50 of 270) sorted by relevance

1234567891011

/linux-master/net/dccp/ccids/lib/
H A Dpacket_history.c155 s1 = DCCP_SKB_CB(skb)->dccpd_seq; local
157 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */
166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, local
169 if (likely(dccp_delta_seqno(s1, s2) > 0)) { /* S1 < S2 */
180 if (dccp_loss_free(s2, s1, n1)) {
203 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, local
215 if (dccp_delta_seqno(s1, s3) > 0) { /* S1 < S3 < S2 */
230 if (dccp_loss_free(s3, s1, n1)) {
234 if (dccp_loss_free(s1, s2, n2)) {
271 u64 s1 local
[all...]
/linux-master/arch/mips/include/asm/
H A Dasmmacro-64.h19 LONG_S s1, THREAD_REG17(\thread) variable
32 LONG_L s1, THREAD_REG17(\thread) variable
/linux-master/include/crypto/
H A Dutils.h42 unsigned long *s1 = (unsigned long *)src1; local
47 l = get_unaligned(s1++) ^ get_unaligned(s2++);
/linux-master/drivers/thermal/
H A Dk3_bandgap.c93 static unsigned int vtm_get_best_value(unsigned int s0, unsigned int s1, argument
96 int d01 = abs(s0 - s1);
98 int d12 = abs(s1 - s2);
101 return (s0 + s1) / 2;
106 return (s1 + s2) / 2;
113 unsigned int dtemp, s0, s1, s2; local
128 s1 = readl(bgp->base + devdata->stat_offset) &
132 dtemp = vtm_get_best_value(s0, s1, s2);
/linux-master/include/linux/
H A Dprandom.h16 __u32 s1, s2, s3, s4; member in struct:rnd_state
43 state->s1 = __seed(i, 2U);
H A Dnls.h76 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, argument
80 if (nls_tolower(t, *s1++) != nls_tolower(t, *s2++))
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds2-mips.S25 sw s1, 8(sp)
36 * s1: DDR_PHY base register
45 lw s1, 4(t0)
104 1: lw t0, DDR40_PHY_CONTROL_REGS_0_PLL_STATUS(s1)
180 lw s1, 8(sp)
/linux-master/arch/mips/power/
H A Dhibernate_asm.S21 PTR_S s1, PT_R17(t0)
51 PTR_L s1, PT_R17(t0)
/linux-master/arch/loongarch/include/asm/
H A Dregdef.h32 #define s1 $r24 macro
/linux-master/tools/perf/util/
H A Dstring2.h22 int strtailcmp(const char *s1, const char *s2);
/linux-master/arch/mips/kernel/
H A Drelocate_kernel.S23 PTR_L s1, kexec_start_address
99 j s1
112 PTR_L s1, kexec_start_address
134 j s1
/linux-master/lib/
H A Dstring_helpers_kunit.c111 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member in struct:test_string_2
117 .s1 = {{
131 .s1 = {{
145 .s1 = {{
196 .s1 = {{
215 .s1 = {{
241 .s1 = {{
258 .s1 = {{
266 .s1 = {{
307 .s1
375 const struct test_string_1 *s1 = s2->s1; local
[all...]
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dhandlers.S46 csrr s1, CSR_SSTATUS
49 sd s1, 256(sp)
55 ld s1, 256(sp)
58 csrw CSR_SSTATUS, s1
/linux-master/arch/m68k/include/asm/
H A Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\
192 "1: "MOVES"."#s1" (%2)+,%3\n" \
193 " move."#s1" %3,(%1)+\n" \
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\
229 ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \
283 " move."#s1" (%2)+,%3\n" \
284 "11: "MOVES"."#s1" %3,(%1)+\n" \
/linux-master/tools/perf/arch/x86/tests/
H A Dsample-parsing.c20 if (s1->m != s2->m) { \
26 static bool samples_same(const struct perf_sample *s1, argument
/linux-master/fs/unicode/
H A Dutf8-selftest.c238 const struct qstr s1 = {.name = nfdi_test_data[i].str, local
243 test_f(!utf8_strncmp(table, &s1, &s2),
244 "%s %s comparison mismatch\n", s1.name, s2.name);
248 const struct qstr s1 = {.name = nfdicf_test_data[i].str, local
253 test_f(!utf8_strncasecmp(table, &s1, &s2),
254 "%s %s comparison mismatch\n", s1.name, s2.name);
/linux-master/arch/riscv/kernel/
H A Dkexec_relocate.S17 * s1: (const) Phys address to jump to after relocation
25 mv s1, a1
104 mv a2, s1
114 mv s1, zero
154 * s1: (const) Phys address of the FDT image
158 mv s1, a2
167 mv a1, s1
178 mv s1, zero
H A Dentry.S62 csrrc s1, CSR_STATUS, t0
68 REG_S s1, PT_STATUS(sp)
210 csrr s1, CSR_STATUS
216 REG_S s1, PT_STATUS(sp)
231 move a0, s1
294 REG_S s1, TASK_THREAD_S1_RA(a3)
311 REG_L s1, TASK_THREAD_S1_RA(a4)
/linux-master/drivers/pwm/
H A Dcore.c37 struct pwm_state s1 = { 0 }, s2 = { 0 }; local
52 err = chip->ops->get_state(chip, pwm, &s1);
53 trace_pwm_get(pwm, &s1, err);
63 if (s1.enabled && s1.polarity != state->polarity) {
65 s2.duty_cycle = s1.period - s1.duty_cycle;
66 s2.period = s1.period;
67 s2.enabled = s1.enabled;
69 s2 = s1;
[all...]
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh207 ip netns exec server ip addr add 172.31.110.20/24 dev s1
208 ip netns exec server ip link set s1 up
293 ip netns exec server ip addr add 172.31.110.20/24 dev s1
294 ip netns exec server ip link set s1 up
295 HW_SERVER=`ip netns exec server ip link show dev s1 | grep -E 'link/ether [0-9a-f:]+' | awk '{print $2;}'`
328 ip netns exec server ip addr add 172.31.110.20/24 dev s1
329 ip netns exec server ip link set s1 up
394 ip netns exec server ip addr add 172.31.110.20/24 dev s1
395 ip netns exec server ip link set s1 up
433 ip netns exec server ip addr add 172.31.110.20/24 dev s1
[all...]
/linux-master/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S21 #define s1 1024 /* S1 Array */ define
68 mov s1(%r11,%rdi,4),%r8d;\
85 xor s1(%r11,%rdi,4),%r9d;\
106 mov s1(%r11,%rdi,4),%r8d;\
123 xor s1(%r11,%rdi,4),%r9d;\
146 xor s1(%r11,%rdi,4),%r9d;\
153 xor s1(%r11,%rdi,4),%r8d;\
188 xor s1(%r11,%rdi,4),%r9d;\
190 xor s1(%r11,%rdi,4),%r8d;\
/linux-master/arch/arm64/crypto/
H A Dsm4-neon-core.S40 #define transpose_4x4(s0, s1, s2, s3) \
41 zip1 RTMP0.4s, s0.4s, s1.4s; \
43 zip2 RTMP2.4s, s0.4s, s1.4s; \
46 zip2 s1.2d, RTMP0.2d, RTMP1.2d; \
50 #define transpose_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \
51 zip1 RTMP0.4s, s0.4s, s1.4s; \
53 zip2 RTMP2.4s, s0.4s, s1.4s; \
60 zip2 s1.2d, RTMP0.2d, RTMP1.2d; \
68 #define rotate_clockwise_4x4(s0, s1, s2, s3) \
69 zip1 RTMP0.4s, s1
[all...]
/linux-master/arch/riscv/include/asm/
H A Dcompat.h49 compat_ulong_t s1; member in struct:compat_user_regs_struct
86 cregs->s1 = (compat_ulong_t) regs->s1;
123 regs->s1 = (unsigned long) cregs->s1;
/linux-master/fs/nfs/
H A Dnfs4session.c460 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) argument
462 s1 -= s2;
463 if (s1 == 0)
465 if (s1 < 0)
466 return (s1 - 1) >> 1;
467 return (s1 + 1) >> 1;
470 static int nfs41_sign_s32(s32 s1) argument
472 if (s1 > 0)
474 if (s1 < 0)
479 static bool nfs41_same_sign_or_zero_s32(s32 s1, s3 argument
[all...]
/linux-master/arch/s390/include/asm/
H A Dstring.h41 int memcmp(const void *s1, const void *s2, size_t n);
42 int strcmp(const char *s1, const char *s2);
46 char *strstr(const char *s1, const char *s2);

Completed in 189 milliseconds

1234567891011