Searched refs:CHECK (Results 1 - 77 of 77) sorted by relevance

/linux-4.1.27/lib/
H A Dpercpu_test.c4 #define CHECK(native, pcp, expected) \ macro
35 CHECK(l, long_counter, -1); percpu_test_init()
39 CHECK(l, long_counter, 0); percpu_test_init()
46 CHECK(ul, ulong_counter, 1); percpu_test_init()
50 CHECK(ul, ulong_counter, 0); percpu_test_init()
54 CHECK(ul, ulong_counter, -1); percpu_test_init()
61 CHECK(ul, ulong_counter, -1); percpu_test_init()
62 CHECK(ul, ulong_counter, ULONG_MAX); percpu_test_init()
66 CHECK(l, long_counter, 0xffffffff); percpu_test_init()
70 CHECK(l, long_counter, (long)0x100000000LL); percpu_test_init()
78 CHECK(l, long_counter, -1); percpu_test_init()
85 CHECK(l, long_counter, 1); percpu_test_init()
89 CHECK(l, long_counter, (long)0x100000000LL); percpu_test_init()
96 CHECK(l, long_counter, -1); percpu_test_init()
97 CHECK(l, long_counter, ULONG_MAX); percpu_test_init()
104 CHECK(ul, ulong_counter, 1); percpu_test_init()
111 CHECK(ul, ulong_counter, -1); percpu_test_init()
112 CHECK(ul, ulong_counter, ULONG_MAX); percpu_test_init()
118 CHECK(ul, ulong_counter, 2); percpu_test_init()
121 CHECK(ul, ulong_counter, 1); percpu_test_init()
/linux-4.1.27/arch/arm64/kernel/
H A Dcpuinfo.c97 pr_warn("SANITY CHECK: Unexpected variation in %s. Boot CPU: %#016lx, CPU%d: %#016lx\n", check_reg_mask()
106 #define CHECK(field, boot, cur, cpu) \ macro
130 diff |= CHECK(dczid, boot, cur, cpu); cpuinfo_sanity_check()
133 diff |= CHECK(cntfrq, boot, cur, cpu); cpuinfo_sanity_check()
141 diff |= CHECK(id_aa64dfr0, boot, cur, cpu); cpuinfo_sanity_check()
142 diff |= CHECK(id_aa64dfr1, boot, cur, cpu); cpuinfo_sanity_check()
148 diff |= CHECK(id_aa64isar0, boot, cur, cpu); cpuinfo_sanity_check()
149 diff |= CHECK(id_aa64isar1, boot, cur, cpu); cpuinfo_sanity_check()
158 diff |= CHECK(id_aa64mmfr1, boot, cur, cpu); cpuinfo_sanity_check()
165 diff |= CHECK(id_aa64pfr1, boot, cur, cpu); cpuinfo_sanity_check()
171 diff |= CHECK(id_dfr0, boot, cur, cpu); cpuinfo_sanity_check()
172 diff |= CHECK(id_isar0, boot, cur, cpu); cpuinfo_sanity_check()
173 diff |= CHECK(id_isar1, boot, cur, cpu); cpuinfo_sanity_check()
174 diff |= CHECK(id_isar2, boot, cur, cpu); cpuinfo_sanity_check()
175 diff |= CHECK(id_isar3, boot, cur, cpu); cpuinfo_sanity_check()
176 diff |= CHECK(id_isar4, boot, cur, cpu); cpuinfo_sanity_check()
177 diff |= CHECK(id_isar5, boot, cur, cpu); cpuinfo_sanity_check()
184 diff |= CHECK(id_mmfr1, boot, cur, cpu); cpuinfo_sanity_check()
185 diff |= CHECK(id_mmfr2, boot, cur, cpu); cpuinfo_sanity_check()
186 diff |= CHECK(id_mmfr3, boot, cur, cpu); cpuinfo_sanity_check()
187 diff |= CHECK(id_pfr0, boot, cur, cpu); cpuinfo_sanity_check()
188 diff |= CHECK(id_pfr1, boot, cur, cpu); cpuinfo_sanity_check()
190 diff |= CHECK(mvfr0, boot, cur, cpu); cpuinfo_sanity_check()
191 diff |= CHECK(mvfr1, boot, cur, cpu); cpuinfo_sanity_check()
192 diff |= CHECK(mvfr2, boot, cur, cpu); cpuinfo_sanity_check()
/linux-4.1.27/include/linux/amba/
H A Dclcd.h287 #define CHECK(e,l,h) (var->e < l || var->e > h) clcdfb_check() macro
288 if (CHECK(right_margin, (5+1), 256) || /* back porch */ clcdfb_check()
289 CHECK(left_margin, (5+1), 256) || /* front porch */ clcdfb_check()
290 CHECK(hsync_len, (5+1), 256) || clcdfb_check()
297 #undef CHECK clcdfb_check() macro
310 #define CHECK(e) (var->e != fb->fb.var.e) clcdfb_check() macro
312 (CHECK(xres) || clcdfb_check()
313 CHECK(yres) || clcdfb_check()
314 CHECK(bits_per_pixel) || clcdfb_check()
315 CHECK(pixclock) || clcdfb_check()
316 CHECK(left_margin) || clcdfb_check()
317 CHECK(right_margin) || clcdfb_check()
318 CHECK(upper_margin) || clcdfb_check()
319 CHECK(lower_margin) || clcdfb_check()
320 CHECK(hsync_len) || clcdfb_check()
321 CHECK(vsync_len) || clcdfb_check()
322 CHECK(sync))) clcdfb_check()
324 #undef CHECK clcdfb_check() macro
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_task.c28 "stat(%x) is not CHECK CONDITION\n", sas_ssp_task_response()
/linux-4.1.27/lib/zlib_inflate/
H A Dinflate.h40 CHECK, /* i: waiting for 32-bit check value */ enumerator in enum:__anon14047
60 TYPE -> STORED or TABLE or LEN or CHECK
68 CHECK -> LENGTH -> DONE
H A Dinflate.c397 state->mode = CHECK; zlib_inflate()
678 case CHECK: zlib_inflate()
717 if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) zlib_inflate()
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dsetup-sh73a0.c457 .mid_rid = 0xd6, /* CHECK ME */
462 .mid_rid = 0xd5, /* CHECK ME */
467 .mid_rid = 0xda, /* CHECK ME */
472 .mid_rid = 0xd9, /* CHECK ME */
477 .mid_rid = 0x8e, /* CHECK ME */
482 .mid_rid = 0x8d, /* CHECK ME */
487 .mid_rid = 0x9a, /* CHECK ME */
/linux-4.1.27/arch/mn10300/lib/
H A Dmemset.S92 # TODO: REMOVE CHECK
H A Dmemcpy.S105 # TODO: REMOVE CHECK
H A Dmemmove.S128 # TODO: REMOVE CHECK
/linux-4.1.27/include/linux/mfd/wm831x/
H A Dotp.h155 * R30759 (0x7827) - DBE CHECK DATA
/linux-4.1.27/drivers/media/tuners/
H A Dfc0013.c74 0x0a, /* reg. 0x07: CHECK */ fc0013_init()
79 0x82, /* reg. 0x0b: CHECK */ fc0013_init()
587 .frequency_max = 1680000000, /* CHECK */
/linux-4.1.27/arch/m68k/fpsp040/
H A Dx_operr.S123 | CHECK FOR INCORRECTLY GENERATED OPERR EXCEPTION HERE
170 | CHECK FOR INCORRECTLY GENERATED OPERR EXCEPTION HERE
197 | CHECK FOR INCORRECTLY GENERATED OPERR EXCEPTION HERE
H A Dslogn.S334 cmpil #0,%d0 | ...CHECK IF X IS NEGATIVE
336 cmp2l BOUNDS1,%d0 | ...X IS POSITIVE, CHECK IF X IS NEAR 1
H A Dssin.S180 |--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE
/linux-4.1.27/include/trace/events/
H A Dtarget.h120 { SAM_STAT_CHECK_CONDITION, "CHECK CONDITION" }, \
/linux-4.1.27/scripts/dtc/
H A Dchecks.c79 #define CHECK(nm, tfn, nfn, pfn, d, ...) \ macro
87 CHECK(nm, check_##nm, NULL, NULL, d, __VA_ARGS__)
93 CHECK(nm, NULL, check_##nm, NULL, d, __VA_ARGS__)
99 CHECK(nm, NULL, NULL, check_##nm, d, __VA_ARGS__)
/linux-4.1.27/drivers/xen/
H A Dxen-acpi-memhotplug.c241 "\nReceived BUS CHECK notification for device\n")); acpi_memory_device_notify()
246 "\nReceived DEVICE CHECK notification for device\n")); acpi_memory_device_notify()
/linux-4.1.27/drivers/hwmon/
H A Dsmsc47m1.c621 #define CHECK 1 macro
672 case CHECK: smsc47m1_handle_resources()
868 err = smsc47m1_handle_resources(address, sio_data->type, CHECK, NULL); smsc47m1_device_add()
/linux-4.1.27/drivers/mmc/host/
H A Dcb710-mmc.c122 "CHECK : ignoring bit 6 in status %04X\n", status); cb710_check_event()
130 "CHECK : returning EIO on status %04X\n", status); cb710_check_event()
/linux-4.1.27/fs/cifs/
H A Dsmb2misc.c84 /* BB CHECK this ... not listed in documentation */
224 /* SMB2_CANCEL */ false, /* BB CHECK this not listed in documentation */
/linux-4.1.27/drivers/net/arcnet/
H A Dcom20020.c100 /* CHECK: should we do this for SOHARD cards ? */ com20020_check()
/linux-4.1.27/drivers/scsi/
H A Dps3rom.c287 * ATAPI command itself resulted CHECK CONDITION ps3rom_interrupt()
H A Dqlogicfas408.c421 * If result is CHECK CONDITION done calls qcommand to request ql_ihandl()
H A DNCR5380.c196 * for commands that return with a CHECK CONDITION status.
390 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"},
830 /* The CHECK code seems to break the 53C400. Will check it later maybe */ NCR5380_init()
H A DFlashPoint.c4584 WRW_HARPOON(map_addr, (CPN_OP + AMSG_IN + ST)); /*IF NOT MSG IN CHECK 4 DATA IN */ FPT_autoLoadDefaultMap()
4588 WRW_HARPOON(map_addr, (BRH_OP + NOT_EQ + DC)); /*GO CHECK FOR DISCONNECT MSG */ FPT_autoLoadDefaultMap()
4592 WRW_HARPOON(map_addr, (CPN_OP + AMSG_IN + ST)); /*IF NOT MSG IN CHECK DATA IN */ FPT_autoLoadDefaultMap()
4608 WRW_HARPOON(map_addr, (CRD_OP + SDATA + 0x00)); /*CHECK FOR CMD COMPLETE MSG. */ FPT_autoLoadDefaultMap()
H A Datari_NCR5380.c180 * for commands that return with a CHECK CONDITION status.
497 {MR_ENABLE_PAR_CHECK, "MODE PARITY CHECK"}, {MR_ENABLE_PAR_INTR,
H A Dncr53c8xx.c3357 ** CHECK CONDITION or COMMAND TERMINATED,
6616 ** Device returned CHECK CONDITION status. ncr_sir_to_redo()
8473 printk(KERN_ERR "%s: FATAL ERROR: CHECK SCSI BUS - CABLES, TERMINATION, DEVICE POWER etc.!\n", ncr_name(np)); ncr_attach()
H A Daha152x.c324 check_condition = 0x0800, /* requesting sense after CHECK CONDITION */
H A Dst.c2011 "first BLANK CHECK " read_tape()
/linux-4.1.27/include/scsi/
H A Dscsi_cmnd.h116 * CHECK CONDITION is received on original
/linux-4.1.27/scripts/kconfig/
H A DMakefile222 @set -e; $(kecho) " CHECK qt"; dir=""; pkg=""; \
/linux-4.1.27/drivers/target/
H A Dtarget_core_spc.c819 * reported in the same I_T_L_Q nexus transaction as a CHECK CONDITION spc_modesense_control()
825 * reported in the same I_T_L_Q nexus transaction as a CHECK CONDITION spc_modesense_control()
831 * reported in the same I_T_L_Q nexus transaction as a CHECK CONDITION spc_modesense_control()
H A Dtarget_core_transport.c2972 /* LOGICAL BLOCK GUARD CHECK FAILED */ transport_send_check_condition_and_sense()
2983 /* LOGICAL BLOCK APPLICATION TAG CHECK FAILED */ transport_send_check_condition_and_sense()
2994 /* LOGICAL BLOCK REFERENCE TAG CHECK FAILED */ transport_send_check_condition_and_sense()
H A Dtarget_core_sbc.c56 * terminate the command with CHECK CONDITION status with sbc_emulate_readcapacity()
H A Dtarget_core_pr.c1708 * CHECK CONDITION status." core_scsi3_decode_spec_i_port()
3272 * be terminated with CHECK CONDITION status, with the sense key set to core_scsi3_emulate_pro_register_and_move()
3612 * the command shall be terminated with CHECK CONDITION status, with target_scsi3_emulate_pr_out()
H A Dtarget_core_alua.c358 * then the command shall be terminated with CHECK target_emulate_set_target_port_groups()
/linux-4.1.27/drivers/ata/
H A Data_piix.c1129 .mwdma_mask = ATA_MWDMA12_ONLY, /* mwdma1-2 ?? CHECK 0 should be ok but slow */
1137 .mwdma_mask = ATA_MWDMA12_ONLY, /* mwdma1-2 ?? CHECK 0 should be ok but slow */
1245 .mwdma_mask = ATA_MWDMA12_ONLY, /* mwdma1-2 ?? CHECK 0 should be ok but slow */
H A Dpata_ali.c20 * TODO/CHECK
H A Dlibata-eh.c1636 * Perform ATAPI REQUEST_SENSE after the device reported CHECK
2130 * values and fills sense data for ATAPI CHECK SENSE.
2310 { ATA_CMD_CHK_POWER, "CHECK POWER MODE" }, ata_get_cmd_descript()
2385 { ATA_CMD_CHK_MED_CRD_TYP, "CHECK MEDIA CARD TYPE" }, ata_get_cmd_descript()
H A Dlibata-scsi.c1332 * CHECK POWER MODE to see what power mode the device is already in.
/linux-4.1.27/arch/m32r/kernel/
H A Dsmp.c814 ";; CHECK IPICRi == 0 \n\t" send_IPI_mask_phys()
/linux-4.1.27/
H A DMakefile368 CHECK = sparse macro
421 export HOSTCXX HOSTCXXFLAGS LDFLAGS_MODULE CHECK CHECKFLAGS
1316 @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)'
1317 @echo ' make C=2 [targets] Force check of all c source with $$CHECK'
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dfwil_types.h232 * Applications MUST CHECK ie_offset field and length field to access IEs and
/linux-4.1.27/drivers/char/agp/
H A Damd64-agp.c450 /* CHECK-ME original 2.4 version set up some IORRs. Check if that is needed. */ nforce3_agp_init()
/linux-4.1.27/drivers/video/fbdev/
H A Dbf537-lq035.c242 static void start_timers(void) /* CHECK with HW */ start_timers()
/linux-4.1.27/sound/oss/dmasound/
H A Ddmasound_core.c704 sq->busy = 0; /* CHECK: IS THIS OK??? */
783 /* CHECK whether this is sensible - in the case that dsp0 could be opened sq_open()
/linux-4.1.27/drivers/input/tablet/
H A Dgtco.c5 TO CHECK: Is pressure done right on report 5?
/linux-4.1.27/drivers/char/tpm/
H A Dtpm-interface.c379 msleep(TPM_TIMEOUT); /* CHECK */ tpm_transmit()
/linux-4.1.27/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c360 /* CHECK: Is really nothing senseful there */ cpm_uart_int_rx()
/linux-4.1.27/drivers/md/
H A Dmd.h330 * CHECK: user-space request for check-only, no repair
/linux-4.1.27/drivers/media/common/saa7146/
H A Dsaa7146_video.c580 if ((vv->video_status & STATUS_OVERLAY) != 0) { /* CHECK: && (vv->video_fh == fh)) */ saa7146_s_ctrl()
/linux-4.1.27/arch/arm/vfp/
H A Dvfpdouble.c1194 * CHECK: It appears to be undefined whether we stop when vfp_double_cpdo()
H A Dvfpsingle.c1234 * CHECK: It appears to be undefined whether we stop when vfp_single_cpdo()
/linux-4.1.27/sound/ppc/
H A Dpmac.c405 * CHECK: this just tries to "do it". It is possible that we should abandon
/linux-4.1.27/drivers/ide/
H A Dide-cd.c842 * CHECK CONDITION status, this structure will be filled with the results of the
/linux-4.1.27/drivers/media/pci/saa7164/
H A Dsaa7164-api.c906 /* TODO: CHECK THIS in the port config */ saa7164_api_configure_port_mpeg2ps()
/linux-4.1.27/drivers/s390/cio/
H A Dqdio_main.c1017 DBF_ERROR("%4x ACT CHECK", irq_ptr->schid.sch_no); qdio_handle_activate_check()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Dodm.c718 /* 3 FASLE ALARM CHECK */
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
H A Dodm.c726 /* 3 FASLE ALARM CHECK */
/linux-4.1.27/fs/ext2/
H A Dsuper.c521 clear_opt (sbi->s_mount_opt, CHECK); parse_options()
/linux-4.1.27/scripts/
H A Dcheckpatch.pl1601 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2);
1768 if ($check && report("CHECK", $type, $msg)) {
3355 #print "CHECK<$lines[$ln - 1]\n";
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1385 printf_err("%s: FATAL ERROR: CHECK SCSI BUS - CABLES, " sym_attach()
H A Dsym_hipd.c3036 * For CHECK CONDITION and COMMAND TERMINATED status, we use
/linux-4.1.27/arch/powerpc/kvm/
H A Dbooke.c1022 printk("MACHINE CHECK: %lx\n", mfspr(SPRN_MCSR)); kvmppc_handle_exit()
/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c2151 /* What to do with these??? CHECK ME!!! mptctl_do_mpt_command()
H A Dmptscsih.c977 * Command Terminated, CHECK mptscsih_io_done()
H A Dmptbase.c5353 * CHECK - what type of locking mechanisms should be used????
/linux-4.1.27/drivers/atm/
H A Dlanai.c1913 /* -------------------- CHECK BOARD ID/REV: */
/linux-4.1.27/drivers/media/dvb-frontends/
H A Ddib0090.c2141 if (state->rest == 0 || state->identity.in_soc) { /* Just for 8090P SOCS where auto captrim HW bug : TO CHECK IN ACI for SOCS !!! if 400 for 8090p SOC => tune issue !!! */ dib0090_captrim_search()
/linux-4.1.27/fs/ext3/
H A Dsuper.c1071 clear_opt (sbi->s_mount_opt, CHECK); parse_options()
/linux-4.1.27/arch/m68k/ifpsp060/src/
H A Dfplsp.S5026 #--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE
8228 cmp.l %d1,&0 # CHECK IF X IS NEGATIVE
8230 # X IS POSITIVE, CHECK IF X IS NEAR 1
H A Dfpsp.S5132 #--SAVE FPCR, FP1. CHECK IF |X| IS TOO SMALL OR LARGE
8334 cmp.l %d1,&0 # CHECK IF X IS NEGATIVE
8336 # X IS POSITIVE, CHECK IF X IS NEAR 1
/linux-4.1.27/drivers/tty/
H A Dsynclink.c7305 /* CHECK FOR TRANSMIT ERRORS */ mgsl_dma_test()
7329 /* CHECK FOR RECEIVE ERRORS */ mgsl_dma_test()
/linux-4.1.27/drivers/dma/ppc4xx/
H A Dadma.c689 * ppc440spe_desc_set_dcheck - set CHECK pattern
/linux-4.1.27/drivers/block/
H A Dcciss.c3100 dev_warn(&h->pdev->dev, "cmd %p has CHECK CONDITION" evaluate_target_status()
H A DDAC960.c4350 "BLANK CHECK", "VENDOR-SPECIFIC", DAC960_V2_ReadWriteError()

Completed in 5157 milliseconds