s2 32 arch/arm/boot/compressed/decompress.c extern char * strstr(const char * s1, const char *s2); s2 190 arch/m68k/include/asm/uaccess_mm.h #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ s2 194 arch/m68k/include/asm/uaccess_mm.h " .ifnc \""#s2"\",\"\"\n" \ s2 195 arch/m68k/include/asm/uaccess_mm.h "2: "MOVES"."#s2" (%2)+,%3\n" \ s2 196 arch/m68k/include/asm/uaccess_mm.h " move."#s2" %3,(%1)+\n" \ s2 206 arch/m68k/include/asm/uaccess_mm.h " .ifnc \""#s2"\",\"\"\n" \ s2 217 arch/m68k/include/asm/uaccess_mm.h " .ifnc \""#s2"\",\"\"\n" \ s2 228 arch/m68k/include/asm/uaccess_mm.h #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ s2 229 arch/m68k/include/asm/uaccess_mm.h ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3) s2 281 arch/m68k/include/asm/uaccess_mm.h #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ s2 285 arch/m68k/include/asm/uaccess_mm.h "12: move."#s2" (%2)+,%3\n" \ s2 286 arch/m68k/include/asm/uaccess_mm.h "21: "MOVES"."#s2" %3,(%1)+\n" \ s2 67 arch/mips/include/asm/asmmacro-32.h LONG_S s2, THREAD_REG18(\thread) s2 80 arch/mips/include/asm/asmmacro-32.h LONG_L s2, THREAD_REG18(\thread) s2 20 arch/mips/include/asm/asmmacro-64.h LONG_S s2, THREAD_REG18(\thread) s2 33 arch/mips/include/asm/asmmacro-64.h LONG_L s2, THREAD_REG18(\thread) s2 95 arch/powerpc/boot/oflib.c static int string_match(const char *s1, const char *s2) s2 97 arch/powerpc/boot/oflib.c for (; *s2; ++s2) s2 98 arch/powerpc/boot/oflib.c if (*s1++ != *s2) s2 11 arch/powerpc/boot/string.h extern int strcmp(const char *s1, const char *s2); s2 12 arch/powerpc/boot/string.h extern int strncmp(const char *s1, const char *s2, size_t n); s2 20 arch/powerpc/boot/string.h extern int memcmp(const void *s1, const void *s2, size_t n); s2 289 arch/powerpc/kernel/prom_init.c static char __init *prom_strstr(const char *s1, const char *s2) s2 293 arch/powerpc/kernel/prom_init.c l2 = prom_strlen(s2); s2 299 arch/powerpc/kernel/prom_init.c if (!prom_memcmp(s1, s2, l2)) s2 136 arch/powerpc/kvm/book3s_rtas.c static int rtas_name_matches(char *s1, char *s2) s2 139 arch/powerpc/kvm/book3s_rtas.c return !strncmp(s1, s2, sizeof(args.name)); s2 535 arch/powerpc/perf/hv-24x7.c static int memord(const void *d1, size_t s1, const void *d2, size_t s2) s2 537 arch/powerpc/perf/hv-24x7.c if (s1 < s2) s2 539 arch/powerpc/perf/hv-24x7.c if (s1 > s2) s2 546 arch/powerpc/perf/hv-24x7.c size_t s2, unsigned d2) s2 548 arch/powerpc/perf/hv-24x7.c int r = memord(v1, s1, v2, s2); s2 564 arch/powerpc/platforms/powermac/nvram.c unsigned int s1 = 0, s2 = 0; s2 581 arch/powerpc/platforms/powermac/nvram.c s2 = resource_size(&r2); s2 606 arch/powerpc/platforms/powermac/nvram.c nvram_data = ioremap(r2.start, s2); s2 33 arch/riscv/include/asm/ptrace.h unsigned long s2; s2 38 arch/riscv/include/uapi/asm/ptrace.h unsigned long s2; s2 79 arch/riscv/kernel/asm-offsets.c OFFSET(PT_S2, pt_regs, s2); s2 51 arch/riscv/kernel/process.c regs->s2, regs->s3, regs->s4); s2 43 arch/s390/include/asm/string.h int memcmp(const void *s1, const void *s2, size_t n); s2 44 arch/s390/include/asm/string.h int strcmp(const char *s1, const char *s2); s2 50 arch/s390/include/asm/string.h char *strstr(const char *s1, const char *s2); s2 476 arch/s390/kernel/sysinfo.c #define STSI_FILE(fc, s1, s2) \ s2 477 arch/s390/kernel/sysinfo.c static int stsi_open_##fc##_##s1##_##s2(struct inode *inode, struct file *file)\ s2 482 arch/s390/kernel/sysinfo.c if (stsi(file->private_data, fc, s1, s2)) { \ s2 490 arch/s390/kernel/sysinfo.c static const struct file_operations stsi_##fc##_##s1##_##s2##_fs_ops = { \ s2 491 arch/s390/kernel/sysinfo.c .open = stsi_open_##fc##_##s1##_##s2, \ s2 222 arch/s390/lib/string.c int strcmp(const char *s1, const char *s2) s2 234 arch/s390/lib/string.c : "+d" (ret), "+d" (r0), "+a" (s1), "+a" (s2) s2 262 arch/s390/lib/string.c const char *s2, unsigned long l2) s2 266 arch/s390/lib/string.c register unsigned long r4 asm("4") = (unsigned long) s2; s2 285 arch/s390/lib/string.c char *strstr(const char *s1, const char *s2) s2 289 arch/s390/lib/string.c l2 = __strend(s2) - s2; s2 296 arch/s390/lib/string.c cc = clcle(s1, l2, s2, l2); s2 339 arch/s390/lib/string.c int memcmp(const void *s1, const void *s2, size_t n) s2 343 arch/s390/lib/string.c ret = clcle(s1, n, s2, n); s2 23 arch/sparc/include/asm/prom.h #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) s2 24 arch/sparc/include/asm/prom.h #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) s2 25 arch/sparc/include/asm/prom.h #define of_node_cmp(s1, s2) strcmp((s1), (s2)) s2 461 arch/sparc/kernel/visemul.c s16 s1, s2; s2 464 arch/sparc/kernel/visemul.c s2 = (rs2 >> (56 - (i * 8))) & 0xff; s2 467 arch/sparc/kernel/visemul.c s1 -= s2; s2 176 arch/x86/boot/boot.h static inline bool memcmp_fs(const void *s1, addr_t s2, size_t len) s2 180 arch/x86/boot/boot.h : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); s2 183 arch/x86/boot/boot.h static inline bool memcmp_gs(const void *s1, addr_t s2, size_t len) s2 187 arch/x86/boot/boot.h : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); s2 32 arch/x86/boot/string.c int memcmp(const void *s1, const void *s2, size_t len) s2 36 arch/x86/boot/string.c : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); s2 43 arch/x86/boot/string.c int bcmp(const void *s1, const void *s2, size_t len) s2 45 arch/x86/boot/string.c return memcmp(s1, s2, len); s2 51 arch/x86/boot/string.c const unsigned char *s2 = (const unsigned char *)str2; s2 54 arch/x86/boot/string.c while (*s1 || *s2) { s2 55 arch/x86/boot/string.c delta = *s1 - *s2; s2 59 arch/x86/boot/string.c s2++; s2 172 arch/x86/boot/string.c char *strstr(const char *s1, const char *s2) s2 176 arch/x86/boot/string.c l2 = strlen(s2); s2 182 arch/x86/boot/string.c if (!memcmp(s1, s2, l2)) s2 12 arch/x86/boot/string.h int memcmp(const void *s1, const void *s2, size_t len); s2 25 arch/x86/boot/string.h extern char *strstr(const char *s1, const char *s2); s2 1023 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 1141 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 1240 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 1527 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 1645 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 1744 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 1903 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 1950 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 1995 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 2158 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 2594 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 2977 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 3121 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 3229 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 3337 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 3409 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 3475 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 3541 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 3617 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 3728 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 3956 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 4137 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 4575 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 4719 arch/x86/include/asm/uv/uv_mmrs.h } s2; s2 943 arch/x86/kernel/apic/x2apic_uv_x.c enable = !!mmioh.s2.enable; s2 944 arch/x86/kernel/apic/x2apic_uv_x.c base = mmioh.s2.base; s2 945 arch/x86/kernel/apic/x2apic_uv_x.c m_io = mmioh.s2.m_io; s2 946 arch/x86/kernel/apic/x2apic_uv_x.c n_io = mmioh.s2.n_io; s2 1123 arch/x86/kernel/apic/x2apic_uv_x.c mnp->m_val = m_n_config.s2.m_skt; s2 49 arch/x86/kernel/cpu/microcode/intel.c unsigned int s2, unsigned int p2) s2 51 arch/x86/kernel/cpu/microcode/intel.c if (s1 != s2) s2 444 block/bfq-iosched.c sector_t s1, s2, d1 = 0, d2 = 0; s2 465 block/bfq-iosched.c s2 = blk_rq_pos(rq2); s2 484 block/bfq-iosched.c if (s2 >= last) s2 485 block/bfq-iosched.c d2 = s2 - last; s2 486 block/bfq-iosched.c else if (s2 + back_max >= last) s2 487 block/bfq-iosched.c d2 = (last - s2) * bfqd->bfq_back_penalty; s2 504 block/bfq-iosched.c if (s1 >= s2) s2 521 block/bfq-iosched.c if (s1 <= s2) s2 296 crypto/cast5_generic.c (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) s2 298 crypto/cast5_generic.c (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) s2 300 crypto/cast5_generic.c (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff])) s2 28 crypto/cast6_generic.c (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) s2 30 crypto/cast6_generic.c (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) s2 32 crypto/cast6_generic.c (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff])) s2 96 crypto/poly1305_generic.c u32 s1, s2, s3, s4; s2 110 crypto/poly1305_generic.c s2 = r2 * 5; s2 130 crypto/poly1305_generic.c mlt(h3, s2) + mlt(h4, s1); s2 132 crypto/poly1305_generic.c mlt(h3, s3) + mlt(h4, s2); s2 2336 drivers/block/drbd/drbd_receiver.c static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) s2 2338 drivers/block/drbd/drbd_receiver.c return !((s1 + (l1>>9) <= s2) || (s1 >= s2 + (l2>>9))); s2 1221 drivers/block/rbd.c static int snapid_compare_reverse(const void *s1, const void *s2) s2 1224 drivers/block/rbd.c u64 snap_id2 = *(u64 *)s2; s2 1407 drivers/block/xen-blkfront.c enum blk_req_status s2) s2 1410 drivers/block/xen-blkfront.c BUG_ON(s2 == REQ_WAITING); s2 1412 drivers/block/xen-blkfront.c if (s1 == REQ_ERROR || s2 == REQ_ERROR) s2 1414 drivers/block/xen-blkfront.c else if (s1 == REQ_EOPNOTSUPP || s2 == REQ_EOPNOTSUPP) s2 1437 drivers/block/xen-blkfront.c struct blk_shadow *s2 = &rinfo->shadow[s->associated_id]; s2 1443 drivers/block/xen-blkfront.c if (s2->status == REQ_WAITING) s2 1447 drivers/block/xen-blkfront.c s2->status); s2 1453 drivers/block/xen-blkfront.c num_grant += s2->req.u.rw.nr_segments; s2 1459 drivers/block/xen-blkfront.c if (s2->num_sg != 0) { s2 1462 drivers/block/xen-blkfront.c s = s2; s2 1408 drivers/char/ipmi/ipmi_ssif.c static int strcmp_nospace(char *s1, char *s2) s2 1410 drivers/char/ipmi/ipmi_ssif.c while (*s1 && *s2) { s2 1413 drivers/char/ipmi/ipmi_ssif.c while (isspace(*s2)) s2 1414 drivers/char/ipmi/ipmi_ssif.c s2++; s2 1415 drivers/char/ipmi/ipmi_ssif.c if (*s1 > *s2) s2 1417 drivers/char/ipmi/ipmi_ssif.c if (*s1 < *s2) s2 1420 drivers/char/ipmi/ipmi_ssif.c s2++; s2 99 drivers/crypto/qat/qat_common/icp_qat_fw_init_admin.h } s2; s2 812 drivers/firmware/efi/libstub/efi-stub-helper.c const u16 *s2; s2 823 drivers/firmware/efi/libstub/efi-stub-helper.c s2 = options; s2 824 drivers/firmware/efi/libstub/efi-stub-helper.c while (*s2 && *s2 != '\n' s2 826 drivers/firmware/efi/libstub/efi-stub-helper.c options_bytes += efi_utf8_bytes(*s2++); s2 844 drivers/firmware/efi/libstub/efi-stub-helper.c s2 = (const u16 *)options; s2 846 drivers/firmware/efi/libstub/efi-stub-helper.c s1 = efi_utf16_to_utf8(s1, s2, options_chars); s2 18 drivers/firmware/efi/libstub/string.c char *strstr(const char *s1, const char *s2) s2 22 drivers/firmware/efi/libstub/string.c l2 = strlen(s2); s2 28 drivers/firmware/efi/libstub/string.c if (!memcmp(s1, s2, l2)) s2 207 drivers/gpu/drm/amd/display/dc/dce/dce_abm.c uint32_t s2; s2 237 drivers/gpu/drm/amd/display/dc/dce/dce_abm.c s2 = REG_READ(BIOS_SCRATCH_2); s2 239 drivers/gpu/drm/amd/display/dc/dce/dce_abm.c s2 &= ~ATOM_S2_CURRENT_BL_LEVEL_MASK; s2 242 drivers/gpu/drm/amd/display/dc/dce/dce_abm.c s2 |= (backlight_8_bit << ATOM_S2_CURRENT_BL_LEVEL_SHIFT); s2 244 drivers/gpu/drm/amd/display/dc/dce/dce_abm.c REG_WRITE(BIOS_SCRATCH_2, s2); s2 316 drivers/gpu/drm/i915/i915_buddy.c static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) s2 318 drivers/gpu/drm/i915/i915_buddy.c return s1 <= e2 && e1 >= s2; s2 321 drivers/gpu/drm/i915/i915_buddy.c static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) s2 323 drivers/gpu/drm/i915/i915_buddy.c return s1 <= s2 && e1 >= e2; s2 347 drivers/hwmon/nct6683.c bool s2; /* true if both index and nr are used */ s2 367 drivers/hwmon/nct6683.c .s2 = false } s2 374 drivers/hwmon/nct6683.c .s2 = true } s2 438 drivers/hwmon/nct6683.c if ((*t)->s2) { s2 1234 drivers/hwmon/nct6775.c bool s2; /* true if both index and nr are used */ s2 1254 drivers/hwmon/nct6775.c .s2 = false } s2 1261 drivers/hwmon/nct6775.c .s2 = true } s2 1325 drivers/hwmon/nct6775.c if ((*t)->s2) { s2 66 drivers/hwmon/pmbus/pmbus_core.c struct pmbus_sensor *s2; s2 903 drivers/hwmon/pmbus/pmbus_core.c struct pmbus_sensor *s2 = b->s2; s2 914 drivers/hwmon/pmbus/pmbus_core.c if (!s1 && !s2) { s2 916 drivers/hwmon/pmbus/pmbus_core.c } else if (!s1 || !s2) { s2 917 drivers/hwmon/pmbus/pmbus_core.c WARN(1, "Bad boolean descriptor %p: s1=%p, s2=%p\n", b, s1, s2); s2 924 drivers/hwmon/pmbus/pmbus_core.c if (s2->data < 0) s2 925 drivers/hwmon/pmbus/pmbus_core.c return s2->data; s2 928 drivers/hwmon/pmbus/pmbus_core.c v2 = pmbus_reg2data(data, s2); s2 1047 drivers/hwmon/pmbus/pmbus_core.c struct pmbus_sensor *s2, s2 1062 drivers/hwmon/pmbus/pmbus_core.c boolean->s2 = s2; s2 163 drivers/infiniband/hw/hfi1/exp_rcv.h struct exp_tid_set *s2) s2 166 drivers/infiniband/hw/hfi1/exp_rcv.h tid_group_add_tail(group, s2); s2 471 drivers/md/dm-cache-policy-smq.c struct entry *s1, struct entry *s2) s2 492 drivers/md/dm-cache-policy-smq.c q_push_before(q, s2, de); s2 3218 drivers/md/md.c static int overlaps(sector_t s1, sector_t l1, sector_t s2, sector_t l2) s2 3221 drivers/md/md.c if (s1+l1 <= s2) s2 3223 drivers/md/md.c if (s2+l2 <= s1) s2 295 drivers/media/dvb-frontends/cxd2880/cxd2880_dvbt2.h u8 s2; s2 257 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c l1_pre->s2 = data[3] & 0x0f; s2 298 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c switch ((l1_pre->s2 >> 1)) { s2 323 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c switch ((l1_pre->s2 >> 1)) { s2 345 drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd_dvbt2_mon.c l1_pre->mixed = l1_pre->s2 & 0x01; s2 174 drivers/media/platform/sti/bdisp/bdisp-debug.c bool s1, s2, s3; s2 182 drivers/media/platform/sti/bdisp/bdisp-debug.c s2 = name[strlen(name) - 1] == '2'; s2 221 drivers/media/platform/sti/bdisp/bdisp-debug.c if ((val & BLT_S1TY_CHROMA_EXT) && (s1 || s2)) s2 1442 drivers/net/ethernet/sgi/ioc3-eth.c unsigned long s2 = data + len - b2; s2 1448 drivers/net/ethernet/sgi/ioc3-eth.c (s2 << ETXD_B2CNT_SHIFT)); s2 839 drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c u32 s1, u32 s2) s2 893 drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c bitmap[4] = s2 & 0xff; s2 894 drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c bitmap[5] = (s2 >> 8) & 0xff; s2 895 drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c bitmap[6] = (s2 >> 16) & 0xff; s2 896 drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c bitmap[7] = (s2 >> 24) & 0xff; s2 1036 drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c u32 s1 = 0, s2 = 0; s2 1059 drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c s2 = bcma_read32(wlc->hw->d11core, D11REGOFFS(frmtxstatus2)); s2 1065 drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c brcms_c_ampdu_dotxstatus_complete(ampdu, scb, p, txs, s1, s2); s2 1035 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c u32 s1, s2; s2 1059 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c s2 = bcma_read32(core, D11REGOFFS(frmtxstatus2)); s2 1062 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c txs->sequence = s2 & TXS_SEQ_MASK; s2 1063 drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c txs->phyerr = (s2 & TXS_PTX_MASK) >> TXS_PTX_SHIFT; s2 864 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c struct hisi_sas_slot *s, *s1, *s2 = NULL; s2 871 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c s2 = s; s2 875 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c if (!s2) s2 882 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; s2 1644 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c struct hisi_sas_slot *s, *s1, *s2 = NULL; s2 1651 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c s2 = s; s2 1655 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c if (!s2) s2 1662 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; s2 1025 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c struct hisi_sas_slot *s, *s1, *s2 = NULL; s2 1032 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c s2 = s; s2 1036 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c if (!s2) s2 1043 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; s2 459 drivers/scsi/imm.c unsigned char s1, s2, s3; s2 473 drivers/scsi/imm.c s2 = r_str(ppb) & 0xb8; s2 514 drivers/scsi/imm.c if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x30)) s2 516 drivers/scsi/imm.c if ((s1 == 0xb8) && (s2 == 0x18) && (s3 == 0x38)) s2 1149 drivers/scsi/libsas/sas_expander.c u8 s2[SAS_ADDR_SIZE]; s2 1151 drivers/scsi/libsas/sas_expander.c if (sas_find_sub_addr(child, s2) && s2 1152 drivers/scsi/libsas/sas_expander.c (SAS_ADDR(sub_addr) != SAS_ADDR(s2))) { s2 1157 drivers/scsi/libsas/sas_expander.c SAS_ADDR(s2), s2 1160 drivers/scsi/libsas/sas_expander.c sas_ex_disable_port(child, s2); s2 4862 drivers/scsi/lpfc/lpfc_bsg.c pmb->un.varBIUdiag.un.s2.xmit_bde64.addrHigh = s2 4864 drivers/scsi/lpfc/lpfc_bsg.c pmb->un.varBIUdiag.un.s2.xmit_bde64.addrLow = s2 4867 drivers/scsi/lpfc/lpfc_bsg.c pmb->un.varBIUdiag.un.s2.rcv_bde64.addrHigh = s2 4869 drivers/scsi/lpfc/lpfc_bsg.c + pmb->un.varBIUdiag.un.s2.xmit_bde64.tus.f.bdeSize); s2 4870 drivers/scsi/lpfc/lpfc_bsg.c pmb->un.varBIUdiag.un.s2.rcv_bde64.addrLow = s2 4872 drivers/scsi/lpfc/lpfc_bsg.c + pmb->un.varBIUdiag.un.s2.xmit_bde64.tus.f.bdeSize); s2 2218 drivers/scsi/lpfc/lpfc_hw.h } s2; s2 3578 drivers/scsi/lpfc/lpfc_hw.h struct sli2_desc s2; s2 1382 drivers/scsi/lpfc/lpfc_mbox.c phba->host_gp = &phba->mbox->us.s2.host[0]; s2 1384 drivers/scsi/lpfc/lpfc_mbox.c offset = (uint8_t *)&phba->mbox->us.s2.host - s2 1397 drivers/scsi/lpfc/lpfc_mbox.c phba->host_gp = &mb_slim->us.s2.host[0]; s2 1423 drivers/scsi/lpfc/lpfc_mbox.c pgp_offset = offsetof(struct lpfc_sli2_slim, mbx.us.s2.port); s2 5038 drivers/scsi/lpfc/lpfc_sli.c phba->port_gp = phba->mbox->us.s2.port; s2 134 drivers/scsi/scsi_sysfs.c char s1[15], s2[15], s3[17], junk; s2 138 drivers/scsi/scsi_sysfs.c res = sscanf(str, "%10s %10s %16s %c", s1, s2, s3, &junk); s2 143 drivers/scsi/scsi_sysfs.c if (check_set(&id, s2)) s2 10 drivers/scsi/ufs/ufs_quirks.h #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) s2 2215 drivers/staging/rtl8723bs/core/rtw_security.c u32 s0, s1, s2, s3, t0, t1, t2, t3; s2 2225 drivers/staging/rtl8723bs/core/rtw_security.c s2 = GETU32(pt + 8) ^ rk[2]; s2 2254 drivers/staging/rtl8723bs/core/rtw_security.c s2 = TE41(t2) ^ TE42(t3) ^ TE43(t0) ^ TE44(t1) ^ rk[2]; s2 2255 drivers/staging/rtl8723bs/core/rtw_security.c PUTU32(ct + 8, s2); s2 133 drivers/staging/speakup/speakup_keypc.c int s1, s2, s3, s4; s2 136 drivers/staging/speakup/speakup_keypc.c s2 = inb_p(synth_port + 1); s2 139 drivers/staging/speakup/speakup_keypc.c pr_warn("synth timeout %d %d %d %d\n", s1, s2, s3, s4); s2 261 drivers/tty/ehv_bytechan.c char s2[EV_BYTE_CHANNEL_MAX_BYTES]; s2 269 drivers/tty/ehv_bytechan.c s2[j++] = '\r'; s2 271 drivers/tty/ehv_bytechan.c s2[j++] = c; s2 273 drivers/tty/ehv_bytechan.c if (ehv_bc_console_byte_channel_send(stdout_bc, s2, j)) s2 280 drivers/tty/ehv_bytechan.c ehv_bc_console_byte_channel_send(stdout_bc, s2, j); s2 490 drivers/usb/atm/ueagle-atm.c } __packed s2; s2 501 drivers/usb/atm/ueagle-atm.c } __packed s2; s2 1967 drivers/usb/atm/ueagle-atm.c struct cmv_e1 *cmv = &intr->u.e1.s2.cmv; s2 2029 drivers/usb/atm/ueagle-atm.c struct cmv_e4 *cmv = &intr->u.e4.s2.cmv; s2 1836 drivers/usb/misc/ftdi-elan.c char s2 = ftdi->bulk_in_buffer[1]; s2 1837 drivers/usb/misc/ftdi-elan.c if (s1 == 0x31 && s2 == 0x60) { s2 2020 drivers/usb/misc/ftdi-elan.c unsigned char s2 = ftdi->bulk_in_buffer[1]; s2 2021 drivers/usb/misc/ftdi-elan.c if (s1 == 0x31 && s2 == 0x00) { s2 2104 drivers/usb/misc/ftdi-elan.c char s2 = ftdi->bulk_in_buffer[1]; s2 2105 drivers/usb/misc/ftdi-elan.c if (s1 == 0x31 && s2 == 0x60) { s2 376 drivers/video/fbdev/aty/radeon_monitor.c char s1[5], s2[5]; s2 398 drivers/video/fbdev/aty/radeon_monitor.c s2[i] = *s; s2 409 drivers/video/fbdev/aty/radeon_monitor.c s2[i] = 0; s2 412 drivers/video/fbdev/aty/radeon_monitor.c s2[0] = 0; s2 421 drivers/video/fbdev/aty/radeon_monitor.c if (strcmp(s2, "CRT") == 0) s2 423 drivers/video/fbdev/aty/radeon_monitor.c else if (strcmp(s2, "TMDS") == 0) s2 425 drivers/video/fbdev/aty/radeon_monitor.c else if (strcmp(s2, "LVDS") == 0) s2 359 drivers/video/fbdev/tridentfb.c u32 s2 = point(x1 + w - 1, y1 + h - 1); s2 369 drivers/video/fbdev/tridentfb.c writemmr(par, SRC1, direction ? s2 : s1); s2 370 drivers/video/fbdev/tridentfb.c writemmr(par, SRC2, direction ? s1 : s2); s2 521 drivers/video/fbdev/tridentfb.c u32 s2 = point(x1 + w - 1, y1 + h - 1); s2 531 drivers/video/fbdev/tridentfb.c writemmr(par, SRC1, direction ? s2 : s1); s2 532 drivers/video/fbdev/tridentfb.c writemmr(par, SRC2, direction ? s1 : s2); s2 441 fs/ceph/super.c static int strcmp_null(const char *s1, const char *s2) s2 443 fs/ceph/super.c if (!s1 && !s2) s2 445 fs/ceph/super.c if (s1 && !s2) s2 447 fs/ceph/super.c if (!s1 && s2) s2 449 fs/ceph/super.c return strcmp(s1, s2); s2 77 fs/hfs/string.c const unsigned char *s2, unsigned int len2) s2 84 fs/hfs/string.c tmp = (int)caseorder[*(s1++)] - (int)caseorder[*(s2++)]; s2 520 fs/hfsplus/hfsplus_fs.h const struct hfsplus_unistr *s2); s2 522 fs/hfsplus/hfsplus_fs.h const struct hfsplus_unistr *s2); s2 33 fs/hfsplus/unicode.c const struct hfsplus_unistr *s2) s2 39 fs/hfsplus/unicode.c len2 = be16_to_cpu(s2->length); s2 41 fs/hfsplus/unicode.c p2 = s2->unicode; s2 66 fs/hfsplus/unicode.c const struct hfsplus_unistr *s2) s2 73 fs/hfsplus/unicode.c len2 = be16_to_cpu(s2->length); s2 75 fs/hfsplus/unicode.c p2 = s2->unicode; s2 568 fs/nfs/nfs4_fs.h static inline bool nfs4_stateid_is_newer(const nfs4_stateid *s1, const nfs4_stateid *s2) s2 570 fs/nfs/nfs4_fs.h return (s32)(be32_to_cpu(s1->seqid) - be32_to_cpu(s2->seqid)) > 0; s2 645 fs/nfs/nfs4client.c struct nfs41_server_scope *s2) s2 647 fs/nfs/nfs4client.c if (s1->server_scope_sz != s2->server_scope_sz) s2 649 fs/nfs/nfs4client.c return memcmp(s1->server_scope, s2->server_scope, s2 9799 fs/nfs/nfs4proc.c const nfs4_stateid *s2) s2 9801 fs/nfs/nfs4proc.c if (s1->type != s2->type) s2 9804 fs/nfs/nfs4proc.c if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0) s2 9807 fs/nfs/nfs4proc.c if (s1->seqid == s2->seqid) s2 9810 fs/nfs/nfs4proc.c return s1->seqid == 0 || s2->seqid == 0; s2 9816 fs/nfs/nfs4proc.c const nfs4_stateid *s2) s2 9818 fs/nfs/nfs4proc.c return nfs4_stateid_match(s1, s2); s2 460 fs/nfs/nfs4session.c static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) s2 462 fs/nfs/nfs4session.c s1 -= s2; s2 479 fs/nfs/nfs4session.c static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) s2 481 fs/nfs/nfs4session.c if (!s1 || !s2) s2 483 fs/nfs/nfs4session.c return nfs41_sign_s32(s1) == nfs41_sign_s32(s2); s2 630 fs/nfs/pnfs.c static bool pnfs_seqid_is_newer(u32 s1, u32 s2) s2 632 fs/nfs/pnfs.c return (s32)(s1 - s2) > 0; s2 95 fs/ntfs/ntfs.h const ntfschar *s2, size_t s2_len, s2 102 fs/ntfs/ntfs.h extern int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n); s2 103 fs/ntfs/ntfs.h extern int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, s2 55 fs/ntfs/unistr.c const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, s2 61 fs/ntfs/unistr.c return !ntfs_ucsncmp(s1, s2, s1_len); s2 62 fs/ntfs/unistr.c return !ntfs_ucsncasecmp(s1, s2, s1_len, upcase, upcase_size); s2 135 fs/ntfs/unistr.c int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) s2 142 fs/ntfs/unistr.c c2 = le16_to_cpu(s2[i]); s2 171 fs/ntfs/unistr.c int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, s2 180 fs/ntfs/unistr.c if ((c2 = le16_to_cpu(s2[i])) < upcase_size) s2 23 fs/unicode/utf8-core.c const struct qstr *s1, const struct qstr *s2) s2 32 fs/unicode/utf8-core.c if (utf8ncursor(&cur2, data, s2->name, s2->len) < 0) s2 50 fs/unicode/utf8-core.c const struct qstr *s1, const struct qstr *s2) s2 59 fs/unicode/utf8-core.c if (utf8ncursor(&cur2, data, s2->name, s2->len) < 0) s2 249 fs/unicode/utf8-selftest.c const struct qstr s2 = {.name = nfdi_test_data[i].dec, s2 252 fs/unicode/utf8-selftest.c test_f(!utf8_strncmp(table, &s1, &s2), s2 253 fs/unicode/utf8-selftest.c "%s %s comparison mismatch\n", s1.name, s2.name); s2 259 fs/unicode/utf8-selftest.c const struct qstr s2 = {.name = nfdicf_test_data[i].ncf, s2 262 fs/unicode/utf8-selftest.c test_f(!utf8_strncasecmp(table, &s1, &s2), s2 263 fs/unicode/utf8-selftest.c "%s %s comparison mismatch\n", s1.name, s2.name); s2 225 include/crypto/algapi.h unsigned long *s2 = (unsigned long *)src2; s2 228 include/crypto/algapi.h *d++ = *s1++ ^ *s2++; s2 77 include/linux/nls.h const unsigned char *s2, int len) s2 80 include/linux/nls.h if (nls_tolower(t, *s1++) != nls_tolower(t, *s2++)) s2 986 include/linux/of.h #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) s2 987 include/linux/of.h #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) s2 988 include/linux/of.h #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) s2 117 include/linux/random.h __u32 s1, s2, s3, s4; s2 162 include/linux/random.h state->s2 = __seed(i, 8U); s2 54 include/linux/string.h extern int strcasecmp(const char *s1, const char *s2); s2 57 include/linux/string.h extern int strncasecmp(const char *s1, const char *s2, size_t n); s2 191 include/linux/string.h extern bool sysfs_streq(const char *s1, const char *s2); s2 16 include/linux/unicode.h const struct qstr *s1, const struct qstr *s2); s2 19 include/linux/unicode.h const struct qstr *s1, const struct qstr *s2); s2 57 include/linux/zutil.h #define DO1(buf,i) {s1 += buf[i]; s2 += s1;} s2 83 include/linux/zutil.h unsigned long s2 = (adler >> 16) & 0xffff; s2 98 include/linux/zutil.h s2 += s1; s2 101 include/linux/zutil.h s2 %= BASE; s2 103 include/linux/zutil.h return (s2 << 16) | s1; s2 900 include/net/xfrm.h static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) s2 902 include/net/xfrm.h return ((!s1 && !s2) || s2 903 include/net/xfrm.h (s1 && s2 && s2 904 include/net/xfrm.h (s1->ctx_sid == s2->ctx_sid) && s2 905 include/net/xfrm.h (s1->ctx_doi == s2->ctx_doi) && s2 906 include/net/xfrm.h (s1->ctx_alg == s2->ctx_alg))); s2 909 include/net/xfrm.h static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) s2 281 kernel/taskstats.c struct listener *s, *tmp, *s2; s2 307 kernel/taskstats.c list_for_each_entry(s2, &listeners->list, list) { s2 308 kernel/taskstats.c if (s2->pid == pid && s2->valid) s2 64 lib/random32.c state->s2 = TAUSWORTHE(state->s2, 2U, 27U, 4294967288U, 2U); s2 68 lib/random32.c return (state->s1 ^ state->s2 ^ state->s3 ^ state->s4); s2 167 lib/random32.c state->s2 = __seed(HWSEED() ^ LCG(state->s1), 8U); s2 168 lib/random32.c state->s3 = __seed(HWSEED() ^ LCG(state->s2), 16U); s2 251 lib/random32.c state->s2 = __seed(seeds[1], 8U); s2 43 lib/string.c int strncasecmp(const char *s1, const char *s2, size_t len) s2 53 lib/string.c c2 = *s2++; s2 69 lib/string.c int strcasecmp(const char *s1, const char *s2) s2 75 lib/string.c c2 = tolower(*s2++); s2 662 lib/string.c bool sysfs_streq(const char *s1, const char *s2) s2 664 lib/string.c while (*s1 && *s1 == *s2) { s2 666 lib/string.c s2++; s2 669 lib/string.c if (*s1 == *s2) s2 671 lib/string.c if (!*s1 && *s2 == '\n' && !s2[1]) s2 673 lib/string.c if (*s1 == '\n' && !s1[1] && !*s2) s2 943 lib/string.c char *strstr(const char *s1, const char *s2) s2 947 lib/string.c l2 = strlen(s2); s2 953 lib/string.c if (!memcmp(s1, s2, l2)) s2 969 lib/string.c char *strnstr(const char *s1, const char *s2, size_t len) s2 973 lib/string.c l2 = strlen(s2); s2 978 lib/string.c if (!memcmp(s1, s2, l2)) s2 241 lib/test-string_helpers.c static __init const char *test_string_find_match(const struct test_string_2 *s2, s2 244 lib/test-string_helpers.c const struct test_string_1 *s1 = s2->s1; s2 248 lib/test-string_helpers.c return s2->in; s2 276 lib/test-string_helpers.c const struct test_string_2 *s2, s2 289 lib/test-string_helpers.c for (; s2->in; s2++) { s2 301 lib/test-string_helpers.c out = test_string_find_match(s2, flags); s2 306 lib/test-string_helpers.c len = strlen(s2->in); s2 307 lib/test-string_helpers.c memcpy(&in[p], s2->in, len); s2 572 mm/slab_common.c struct kmem_cache *s, *s2; s2 592 mm/slab_common.c list_for_each_entry_safe(s, s2, &to_destroy, list) { s2 1485 mm/slab_common.c struct kmem_cache *s, *s2; s2 1503 mm/slab_common.c list_for_each_entry_safe(s, s2, &slab_caches, list) { s2 120 net/ceph/ceph_common.c static int strcmp_null(const char *s1, const char *s2) s2 122 net/ceph/ceph_common.c if (!s1 && !s2) s2 124 net/ceph/ceph_common.c if (s1 && !s2) s2 126 net/ceph/ceph_common.c if (!s1 && s2) s2 128 net/ceph/ceph_common.c return strcmp(s1, s2); s2 167 net/dccp/ccids/lib/packet_history.c s2 = DCCP_SKB_CB(skb)->dccpd_seq; s2 169 net/dccp/ccids/lib/packet_history.c if (likely(dccp_delta_seqno(s1, s2) > 0)) { /* S1 < S2 */ s2 177 net/dccp/ccids/lib/packet_history.c if (dccp_loss_free(s0, s2, n2)) { s2 180 net/dccp/ccids/lib/packet_history.c if (dccp_loss_free(s2, s1, n1)) { s2 204 net/dccp/ccids/lib/packet_history.c s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, s2 207 net/dccp/ccids/lib/packet_history.c if (likely(dccp_delta_seqno(s2, s3) > 0)) { /* S2 < S3 */ s2 234 net/dccp/ccids/lib/packet_history.c if (dccp_loss_free(s1, s2, n2)) { s2 272 net/dccp/ccids/lib/packet_history.c s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, s2 277 net/dccp/ccids/lib/packet_history.c if (dccp_loss_free(s1, s2, n2)) { s2 279 net/dccp/ccids/lib/packet_history.c if (dccp_loss_free(s2, s3, n3)) { s2 155 net/dccp/dccp.h static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) s2 157 net/dccp/dccp.h s64 delta = dccp_delta_seqno(s1, s2); s2 168 net/dccp/dccp.h static inline bool dccp_loss_free(const u64 s1, const u64 s2, const u64 ndp) s2 170 net/dccp/dccp.h return dccp_loss_count(s1, s2, ndp) == 0; s2 712 net/rxrpc/rxkad.c const struct rxkad_key *s2) s2 741 net/rxrpc/rxkad.c iov[2].iov_base = (void *)s2->ticket; s2 742 net/rxrpc/rxkad.c iov[2].iov_len = s2->ticket_len; s2 782 net/rxrpc/rxkad.c const struct rxkad_key *s2) s2 793 net/rxrpc/rxkad.c memcpy(&iv, s2->session_key, sizeof(iv)); s2 62 net/sctp/ipv6.c union sctp_addr *s2); s2 386 net/sctp/ipv6.c union sctp_addr *s2) s2 388 net/sctp/ipv6.c return ipv6_addr_diff(&s1->v6.sin6_addr, &s2->v6.sin6_addr); s2 1391 net/xfrm/xfrm_policy.c static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) s2 1394 net/xfrm/xfrm_policy.c u32 *p2 = (u32 *) s2; s2 44 scripts/kconfig/expr.c struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) s2 49 scripts/kconfig/expr.c e->right.sym = s2; s2 298 scripts/kconfig/expr.h struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2); s2 925 scripts/kconfig/symbol.c const struct sym_match *s2 = sym2; s2 938 scripts/kconfig/symbol.c exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); s2 945 scripts/kconfig/symbol.c return strcmp(s1->sym->name, s2->sym->name); s2 31 scripts/selinux/genheaders/genheaders.c char *s2 = strdup(s); s2 34 scripts/selinux/genheaders/genheaders.c if (!s2) { s2 39 scripts/selinux/genheaders/genheaders.c for (p = s2; *p; p++) s2 41 scripts/selinux/genheaders/genheaders.c return s2; s2 52 sound/core/init.c const char *s1, *s2; s2 58 sound/core/init.c s2 = slots[idx]; s2 59 sound/core/init.c if (*s2 == '!') { s2 61 sound/core/init.c s2++; s2 68 sound/core/init.c char c2 = *s2++; s2 2638 sound/pci/ac97/ac97_codec.c const char *s2, const char *suffix) s2 2642 sound/pci/ac97/ac97_codec.c kctl2 = ctl_find(ac97, s2, suffix); s2 2644 sound/pci/ac97/ac97_codec.c set_ctl_name(kctl1->id.name, s2, suffix); s2 68 sound/pci/ac97/ac97_patch.h const char *s2, const char *suffix); s2 888 sound/pci/lx6464es/lx_core.c u32 s0, s1, s2, s3; s2 898 sound/pci/lx6464es/lx_core.c s2 = peak_map[(chip->rmh.stat[0] >> 8) & 0xf]; s2 901 sound/pci/lx6464es/lx_core.c s0 = s1 = s2 = s3 = 0; s2 905 sound/pci/lx6464es/lx_core.c r_levels[2] = s2; s2 1083 tools/hv/hv_kvp_daemon.c static int kvp_write_file(FILE *f, char *s1, char *s2, char *s3) s2 1087 tools/hv/hv_kvp_daemon.c ret = fprintf(f, "%s%s%s%s\n", s1, s2, "=", s3); s2 2307 tools/include/nolibc/nolibc.h int memcmp(const void *s1, const void *s2, size_t n) s2 2312 tools/include/nolibc/nolibc.h while (ofs < n && !(c1 = ((char *)s1)[ofs] - ((char *)s2)[ofs])) { s2 227 tools/perf/builtin-lock.c u64 s2 = two->wait_time_min; s2 230 tools/perf/builtin-lock.c if (s2 == ULLONG_MAX) s2 231 tools/perf/builtin-lock.c s2 = 0; s2 232 tools/perf/builtin-lock.c return s1 > s2; s2 20 tools/perf/tests/sample-parsing.c if (s1->m != s2->m) { \ s2 27 tools/perf/tests/sample-parsing.c if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \ s2 34 tools/perf/tests/sample-parsing.c const struct perf_sample *s2, s2 94 tools/perf/tests/sample-parsing.c if (memcmp(s1->raw_data, s2->raw_data, s1->raw_size)) { s2 112 tools/perf/tests/sample-parsing.c (!s1->user_regs.regs || !s2->user_regs.regs || s2 113 tools/perf/tests/sample-parsing.c memcmp(s1->user_regs.regs, s2->user_regs.regs, sz))) { s2 121 tools/perf/tests/sample-parsing.c if (memcmp(s1->user_stack.data, s2->user_stack.data, s2 143 tools/perf/tests/sample-parsing.c (!s1->intr_regs.regs || !s2->intr_regs.regs || s2 144 tools/perf/tests/sample-parsing.c memcmp(s1->intr_regs.regs, s2->intr_regs.regs, sz))) { s2 137 tools/perf/util/cpumap.c int cpu, s1, s2; s2 146 tools/perf/util/cpumap.c for (s2 = 0; s2 < c->nr; s2++) { s2 147 tools/perf/util/cpumap.c if (s1 == c->map[s2]) s2 150 tools/perf/util/cpumap.c if (s2 == c->nr) { s2 167 tools/perf/util/header.h int strcmp_cpuid_str(const char *s1, const char *s2); s2 26 tools/perf/util/help-unknown-cmd.c const char *s1 = (*c1)->name, *s2 = (*c2)->name; s2 29 tools/perf/util/help-unknown-cmd.c return l1 != l2 ? l1 - l2 : strcmp(s1, s2); s2 495 tools/perf/util/stat-display.c int cpu, s2, id, s; s2 504 tools/perf/util/stat-display.c s2 = config->aggr_get_id(config, evlist->core.cpus, cpu); s2 505 tools/perf/util/stat-display.c if (s2 != id) s2 592 tools/perf/util/stat-display.c int cpu, s2; s2 597 tools/perf/util/stat-display.c s2 = config->aggr_get_id(config, evsel__cpus(counter), cpu); s2 598 tools/perf/util/stat-display.c if (s2 != ad->id) s2 201 tools/perf/util/string.c int strtailcmp(const char *s1, const char *s2) s2 204 tools/perf/util/string.c int i2 = strlen(s2); s2 206 tools/perf/util/string.c if (s1[i1] != s2[i2]) s2 207 tools/perf/util/string.c return s1[i1] - s2[i2]; s2 21 tools/perf/util/string2.h int strtailcmp(const char *s1, const char *s2); s2 16 tools/testing/selftests/bpf/progs/btf_dump_test_case_ordering.c struct s2 *s2; s2 23 tools/testing/selftests/bpf/progs/btf_dump_test_case_ordering.c struct s2 s2; s2 62 tools/testing/selftests/bpf/test_sockmap.c int s1, s2, c1, c2, p1, p2; s2 142 tools/testing/selftests/bpf/test_sockmap.c else if (s == s2) s2 203 tools/testing/selftests/bpf/test_sockmap.c int *fds[4] = {&s1, &s2, &c1, &c2}; s2 205 tools/testing/selftests/bpf/test_sockmap.c s1 = s2 = p1 = p2 = c1 = c2 = 0; s2 248 tools/testing/selftests/bpf/test_sockmap.c err = bind(s2, (struct sockaddr *)&addr, sizeof(addr)); s2 263 tools/testing/selftests/bpf/test_sockmap.c err = listen(s2, 32); s2 293 tools/testing/selftests/bpf/test_sockmap.c p2 = accept(s2, NULL, NULL); s2 302 tools/testing/selftests/bpf/test_sockmap.c c1, s1, c2, s2); s2 1087 tools/testing/selftests/bpf/test_sockmap.c close(s2); s2 152 tools/testing/selftests/powerpc/alignment/alignment_handler.c void dumpdata(char *s1, char *s2, int n, char *test_name) s2 163 tools/testing/selftests/powerpc/alignment/alignment_handler.c printf(" %02x", s2[i]); s2 167 tools/testing/selftests/powerpc/alignment/alignment_handler.c int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) s2 173 tools/testing/selftests/powerpc/alignment/alignment_handler.c s2c = s2; s2 25 tools/testing/selftests/powerpc/dscr/dscr_default_test.c unsigned long s1, s2; s2 37 tools/testing/selftests/powerpc/dscr/dscr_default_test.c s2 = sequence; s2 39 tools/testing/selftests/powerpc/dscr/dscr_default_test.c if (s1 != s2) s2 29 tools/testing/selftests/powerpc/stringloops/memcmp.c int test_memcmp(const void *s1, const void *s2, size_t n); s2 32 tools/testing/selftests/powerpc/stringloops/memcmp.c static void test_one(char *s1, char *s2, unsigned long max_offset, s2 42 tools/testing/selftests/powerpc/stringloops/memcmp.c y = memcmp(s1+offset, s2+offset, size); s2 43 tools/testing/selftests/powerpc/stringloops/memcmp.c x = test_memcmp(s1+offset, s2+offset, size); s2 54 tools/testing/selftests/powerpc/stringloops/memcmp.c printf("%02x ", s2[i]); s2 61 tools/testing/selftests/powerpc/stringloops/memcmp.c offset, size, s1, s2, vmx_count); s2 72 tools/testing/selftests/powerpc/stringloops/memcmp.c char *s2; s2 85 tools/testing/selftests/powerpc/stringloops/memcmp.c s2 = memalign(128, alloc_size); s2 86 tools/testing/selftests/powerpc/stringloops/memcmp.c if (!s2) { s2 97 tools/testing/selftests/powerpc/stringloops/memcmp.c char *rand_s2 = s2; s2 123 tools/testing/selftests/powerpc/stringloops/memcmp.c char *rand_s2 = s2; s2 135 tools/testing/selftests/powerpc/stringloops/memcmp.c s2[change] = random() & 0xff; s2 22 tools/testing/selftests/proc/proc.h static inline bool streq(const char *s1, const char *s2) s2 24 tools/testing/selftests/proc/proc.h return strcmp(s1, s2) == 0; s2 1042 tools/vm/slabinfo.c struct slabinfo *s1,*s2; s2 1045 tools/vm/slabinfo.c for (s2 = s1 + 1; s2 < slabinfo + slabs; s2++) { s2 1049 tools/vm/slabinfo.c result = slab_size(s1) < slab_size(s2); s2 1051 tools/vm/slabinfo.c result = slab_activity(s1) < slab_activity(s2); s2 1053 tools/vm/slabinfo.c result = slab_waste(s1) < slab_waste(s2); s2 1055 tools/vm/slabinfo.c result = s1->partial < s2->partial; s2 1057 tools/vm/slabinfo.c result = strcasecmp(s1->name, s2->name); s2 1066 tools/vm/slabinfo.c memcpy(s1, s2, sizeof(struct slabinfo)); s2 1067 tools/vm/slabinfo.c memcpy(s2, &t, sizeof(struct slabinfo));