Home
last modified time | relevance | path

Searched refs:chk (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-6.6/lib/
H A Dsiphash_kunit.c113 #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()
138 chk(siphash_1u64(0x0706050403020100ULL, &test_key_siphash), in siphash_test()
141 chk(siphash_2u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL, in siphash_test()
145 chk(siphash_3u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL, in siphash_test()
149 chk(siphash_4u64(0x0706050403020100ULL, 0x0f0e0d0c0b0a0908ULL, in siphash_test()
154 chk(siphash_1u3 in siphash_test()
[all...]
/kernel/linux/linux-5.10/drivers/media/rc/img-ir/
H A Dimg-ir-sharp.c14 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()
/kernel/linux/linux-6.6/drivers/media/rc/img-ir/
H A Dimg-ir-sharp.c14 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()
/kernel/linux/linux-5.10/net/sctp/
H A Doutqueue.c346 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_sent() local
348 list_for_each_entry_safe(chk, temp, queue, transmitted_list) { in sctp_prsctp_prune_sent()
351 if (!chk->msg->abandoned && in sctp_prsctp_prune_sent()
352 (!SCTP_PR_PRIO_ENABLED(chk->sinfo.sinfo_flags) || in sctp_prsctp_prune_sent()
353 chk->sinfo.sinfo_timetolive <= sinfo->sinfo_timetolive)) in sctp_prsctp_prune_sent()
356 chk->msg->abandoned = 1; in sctp_prsctp_prune_sent()
357 list_del_init(&chk->transmitted_list); in sctp_prsctp_prune_sent()
359 &chk->transmitted_list); in sctp_prsctp_prune_sent()
361 streamout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_sent()
367 !chk in sctp_prsctp_prune_sent()
386 struct sctp_chunk *chk, *temp; sctp_prsctp_prune_unsent() local
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Doutqueue.c346 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_sent() local
348 list_for_each_entry_safe(chk, temp, queue, transmitted_list) { in sctp_prsctp_prune_sent()
351 if (!chk->msg->abandoned && in sctp_prsctp_prune_sent()
352 (!SCTP_PR_PRIO_ENABLED(chk->sinfo.sinfo_flags) || in sctp_prsctp_prune_sent()
353 chk->sinfo.sinfo_timetolive <= sinfo->sinfo_timetolive)) in sctp_prsctp_prune_sent()
356 chk->msg->abandoned = 1; in sctp_prsctp_prune_sent()
357 list_del_init(&chk->transmitted_list); in sctp_prsctp_prune_sent()
359 &chk->transmitted_list); in sctp_prsctp_prune_sent()
361 streamout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_sent()
367 !chk in sctp_prsctp_prune_sent()
386 struct sctp_chunk *chk, *temp; sctp_prsctp_prune_unsent() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
H A DMakefile2 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
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
H A DMakefile2 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
/kernel/linux/linux-5.10/fs/hpfs/
H A Dsuper.c314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts()
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
459 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs()
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
481 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs()
549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
571 chk in hpfs_fill_super()
313 parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, int *lowercase, int *eas, int *chk, int *errs, int *chkdsk, int *timeshift) parse_opts() argument
[all...]
/kernel/linux/linux-6.6/fs/hpfs/
H A Dsuper.c314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts()
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
459 eas = sbi->sb_eas; chk = sbi->sb_chk; chkdsk = sbi->sb_chkdsk; in hpfs_remount_fs()
463 &eas, &chk, &errs, &chkdsk, &timeshift))) { in hpfs_remount_fs()
481 sbi->sb_eas = eas; sbi->sb_chk = chk; sbi->sb_chkdsk = chkdsk; in hpfs_remount_fs()
549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local
571 chk in hpfs_fill_super()
313 parse_opts(char *opts, kuid_t *uid, kgid_t *gid, umode_t *umask, int *lowercase, int *eas, int *chk, int *errs, int *chkdsk, int *timeshift) parse_opts() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/purgatory/
H A DMakefile23 # also link a purgatory.chk binary without -r to check for unresolved symbols.
26 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS)
27 targets += purgatory.ro purgatory.chk
77 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
85 $(obj)/kexec-purgatory.c: $(obj)/purgatory.ro $(obj)/purgatory.chk FORCE
/kernel/linux/linux-5.10/arch/s390/purgatory/
H A DMakefile7 targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro
34 # also link a purgatory.chk binary without -r to check for unresolved symbols.
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
/kernel/linux/linux-6.6/arch/s390/purgatory/
H A DMakefile7 targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro
35 # also link a purgatory.chk binary without -r to check for unresolved symbols.
38 LDFLAGS_purgatory.chk := -e purgatory_start $(PURGATORY_LDFLAGS)
42 $(obj)/purgatory.chk: $(obj)/purgatory FORCE
49 $(obj)/purgatory.ro: $(obj)/purgatory $(obj)/purgatory.chk FORCE
/kernel/linux/linux-6.6/arch/x86/purgatory/
H A DMakefile27 # also link a purgatory.chk binary without -r to check for unresolved symbols.
30 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS)
31 targets += purgatory.ro purgatory.chk
86 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
89 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
/kernel/linux/linux-6.6/arch/riscv/purgatory/
H A DMakefile44 # also link a purgatory.chk binary without -r to check for unresolved symbols.
47 LDFLAGS_purgatory.chk := $(PURGATORY_LDFLAGS)
48 targets += purgatory.ro purgatory.chk
101 $(obj)/purgatory.chk: $(obj)/purgatory.ro FORCE
104 $(obj)/kexec-purgatory.o: $(obj)/purgatory.ro $(obj)/purgatory.chk
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-gts-helper.c211 int chk; in gain_to_scaletables() local
219 for (chk = 0; chk < new_idx; chk++) in gain_to_scaletables()
220 if (candidate <= all_gains[chk]) in gain_to_scaletables()
223 if (candidate == all_gains[chk]) in gain_to_scaletables()
226 memmove(&all_gains[chk + 1], &all_gains[chk], in gain_to_scaletables()
227 (new_idx - chk) * sizeof(int)); in gain_to_scaletables()
228 all_gains[chk] in gain_to_scaletables()
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-pcf8583.c225 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()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-pcf8583.c225 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()
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk-trace.h58 TP_printk("dev=%s grp=%llu pu=%llu chk=%llu state=%s", __get_str(name),
61 (u64)(((struct ppa_addr *)(&__entry->ppa))->m.chk),
84 TP_printk("dev=%s grp=%llu pu=%llu chk=%llu state=%s", __get_str(name),
87 (u64)(((struct ppa_addr *)(&__entry->ppa))->m.chk),
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c55 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()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c55 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()
/kernel/linux/linux-5.10/drivers/media/common/
H A Dcypress_firmware.h24 u8 chk; member
/kernel/linux/linux-6.6/drivers/media/common/
H A Dcypress_firmware.h24 u8 chk; member
/kernel/linux/linux-5.10/include/linux/
H A Dlightnvm.h66 u64 chk : NVM_GEN_BLK_BITS; member
460 l.ppa |= ((u64)r.m.chk) << lbaf->chk_offset; in generic_to_dev_addr()
489 l.m.chk = (r.ppa & lbaf->chk_mask) >> lbaf->chk_offset; in dev_to_generic_addr()
552 ppa64.m.chk = (ppa32 & lbaf->chk_mask) >> in nvm_ppa32_to_ppa64()
589 ppa32 |= ppa64.m.chk << lbaf->chk_offset; in nvm_ppa64_to_ppa32()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_driver.c601 int ret, chk; in qib_set_mtu() local
608 chk = ib_mtu_enum_to_int(qib_ibmtu); in qib_set_mtu()
609 if (chk > 0 && arg > chk) { in qib_set_mtu()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_driver.c602 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()

Completed in 13 milliseconds

123