HomeSort by relevance Sort by last modified time
    Searched refs:num_err (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/mtd/nand/
fsmc_nand.c 198 u32 num_err, i; local
201 num_err = (readl(&fsmc_regs_p->sts) >> 10) & 0xF;
203 if (likely(num_err == 0))
206 if (unlikely(num_err > 8)) {
248 while (i < num_err) {
257 return num_err;
  /external/autotest/client/tests/aiostress/
aio-stress.c 163 int num_err; member in struct:io_oper
355 io->io_oper->num_err++;
557 if (oper->num_err) {
559 oper->num_err, oper->last_err);
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 165 int num_err; member in struct:io_oper
360 io->io_oper->num_err++;
573 if (oper->num_err) {
575 oper->num_err, oper->last_err);
    [all...]

Completed in 173 milliseconds