/linux-6.3-rc2/lib/ |
A D | siphash_kunit.c | 113 #define chk(hash, vector, fmt...) \ macro 125 chk(siphash(in, i, &test_key_siphash), in siphash_test() 128 chk(siphash(in_unaligned + 1, i, &test_key_siphash), in siphash_test() 131 chk(hsiphash(in, i, &test_key_hsiphash), in siphash_test() 134 chk(hsiphash(in_unaligned + 1, i, &test_key_hsiphash), in siphash_test() 154 chk(siphash_1u32(0x03020100U, &test_key_siphash), in siphash_test() 160 chk(siphash_3u32(0x03020100U, 0x07060504U, in siphash_test() 164 chk(siphash_4u32(0x03020100U, 0x07060504U, in siphash_test() 168 chk(hsiphash_1u32(0x03020100U, &test_key_hsiphash), in siphash_test() 174 chk(hsiphash_3u32(0x03020100U, 0x07060504U, in siphash_test() [all …]
|
/linux-6.3-rc2/drivers/media/rc/img-ir/ |
A D | img-ir-sharp.c | 14 unsigned int addr, cmd, exp, chk; in img_ir_sharp_scancode() local 22 chk = (raw >> 14) & 0x1; in img_ir_sharp_scancode() 27 if (chk) in img_ir_sharp_scancode() 40 unsigned int addr, cmd, exp = 0, chk = 0; in img_ir_sharp_filter() local 51 chk = 0; in img_ir_sharp_filter() 58 chk << 14; in img_ir_sharp_filter()
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/tm/ |
A D | .gitignore | 11 tm-signal-context-chk-fpu 12 tm-signal-context-chk-gpr 13 tm-signal-context-chk-vmx 14 tm-signal-context-chk-vsx
|
A D | Makefile | 2 SIGNAL_CONTEXT_CHK_TESTS := tm-signal-context-chk-gpr tm-signal-context-chk-fpu \ 3 tm-signal-context-chk-vmx tm-signal-context-chk-vsx
|
/linux-6.3-rc2/net/sctp/ |
A D | outqueue.c | 346 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_sent() local 351 if (!chk->msg->abandoned && in sctp_prsctp_prune_sent() 356 chk->msg->abandoned = 1; in sctp_prsctp_prune_sent() 359 &chk->transmitted_list); in sctp_prsctp_prune_sent() 367 !chk->tsn_gap_acked) { in sctp_prsctp_prune_sent() 368 if (chk->transport) in sctp_prsctp_prune_sent() 370 sctp_data_size(chk); in sctp_prsctp_prune_sent() 392 if (!chk->msg->abandoned && in sctp_prsctp_prune_unsent() 398 chk->msg->abandoned = 1; in sctp_prsctp_prune_unsent() 408 list_is_last(&chk->frag_list, &chk->msg->chunks)) in sctp_prsctp_prune_unsent() [all …]
|
/linux-6.3-rc2/arch/s390/purgatory/ |
A D | Makefile | 7 targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro 37 LDFLAGS_purgatory.chk := -e purgatory_start $(PURGATORY_LDFLAGS) 41 $(obj)/purgatory.chk: $(obj)/purgatory FORCE 48 $(obj)/purgatory.ro: $(obj)/purgatory $(obj)/purgatory.chk FORCE
|
A D | .gitignore | 3 purgatory.chk
|
/linux-6.3-rc2/arch/x86/purgatory/ |
A D | Makefile | 21 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS) 22 targets += purgatory.ro purgatory.chk 78 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE 81 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
|
A D | .gitignore | 1 purgatory.chk
|
/linux-6.3-rc2/fs/hpfs/ |
A D | super.c | 314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument 361 *chk = 0; in parse_opts() 364 *chk = 1; in parse_opts() 367 *chk = 2; in parse_opts() 447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 463 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_remount_fs() 549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 571 chk = 1; in hpfs_fill_super() 577 &eas, &chk, &errs, &chkdsk, ×hift))) { in hpfs_fill_super() 632 sbi->sb_chk = chk; in hpfs_fill_super() [all …]
|
/linux-6.3-rc2/arch/riscv/purgatory/ |
A D | Makefile | 42 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS) 43 targets += purgatory.ro purgatory.chk 97 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE 100 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
|
A D | .gitignore | 2 purgatory.chk
|
/linux-6.3-rc2/drivers/rtc/ |
A D | rtc-pcf8583.c | 225 unsigned char year[2], chk; in pcf8583_rtc_set_time() local 234 .data = &chk in pcf8583_rtc_set_time() 256 chk -= year[1] + year[0]; in pcf8583_rtc_set_time() 261 chk += year[1] + year[0]; in pcf8583_rtc_set_time()
|
/linux-6.3-rc2/drivers/media/usb/dvb-usb/ |
A D | dvb-usb-firmware.c | 55 deb_fw("writing to address 0x%04x (buffer: 0x%02x %02x)\n", hx->addr, hx->len, hx->chk); in usb_cypress_load_firmware() 149 hx->chk = b[hx->len + data_offs]; in dvb_usb_get_hexline()
|
A D | dvb-usb.h | 523 u8 chk; member
|
A D | dib0700_core.c | 520 hx.addr, hx.len, hx.chk); in dib0700_download_firmware() 527 buf[4+hx.len] = hx.chk; in dib0700_download_firmware()
|
/linux-6.3-rc2/drivers/media/common/ |
A D | cypress_firmware.h | 24 u8 chk; member
|
A D | cypress_firmware.c | 66 hx->chk = b[hx->len + data_offs]; in cypress_get_hexline()
|
/linux-6.3-rc2/drivers/infiniband/hw/qib/ |
A D | qib_driver.c | 602 int ret, chk; in qib_set_mtu() local 609 chk = ib_mtu_enum_to_int(qib_ibmtu); in qib_set_mtu() 610 if (chk > 0 && arg > chk) { in qib_set_mtu()
|
/linux-6.3-rc2/drivers/net/wireless/intersil/p54/ |
A D | p54usb.c | 283 u32 chk = 0; in p54u_lm87_chksum() local 287 chk ^= le32_to_cpu(*data++); in p54u_lm87_chksum() 288 chk = (chk >> 5) ^ (chk << 3); in p54u_lm87_chksum() 291 return cpu_to_le32(chk); in p54u_lm87_chksum()
|
/linux-6.3-rc2/drivers/iio/gyro/ |
A D | adxrs450.c | 205 u32 *val, char chk) in adxrs450_spi_initial() argument 218 if (chk) in adxrs450_spi_initial()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | aha1740.h | 122 chk:1, /* Calculate Checksum */
|
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
A D | cvmx-pko-defs.h | 227 uint64_t chk:1; member 233 uint64_t chk:1; 1271 uint64_t chk:1; member 1281 uint64_t chk:1;
|
/linux-6.3-rc2/drivers/scsi/isci/ |
A D | remote_device.c | 123 int chk) in sci_remote_device_terminate_reqs_checkabort() argument 133 s = sci_remote_device_terminate_req(ihost, idev, chk, ireq); in sci_remote_device_terminate_reqs_checkabort()
|
/linux-6.3-rc2/arch/m68k/ifpsp060/src/ |
A D | ilsp.S | 155 tst.l %d5 # chk sign of hi(dividend) 204 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative
|