Home
last modified time | relevance | path

Searched refs:FD_ERROR (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/arch/x86/tests/
H A Damd-ibs-period.c32 FD_ERROR, enumerator
283 { .config = 0x0, .period = -1, .fd = FD_ERROR },
284 { .config = 0x10000, .period = -1, .fd = FD_ERROR },
288 { .config = 0x0, .period = -1, .fd = FD_ERROR },
289 { .config = 0x1, .period = -1, .fd = FD_ERROR },
290 { .config = 0x8, .period = -1, .fd = FD_ERROR },
295 { .config = 0x10000, .period = -1, .fd = FD_ERROR },
301 { .config = 0x8f0ffff, .period = -1, .fd = FD_ERROR },
302 { .config = 0x17f0ffff, .period = -1, .fd = FD_ERROR },
319 if (config->fd == FD_ERROR) { in __ibs_config_test()
[all …]
/linux/drivers/block/
H A Damiflop.c212 #define FD_ERROR -1 /* general error (seek, read, write, etc) */ macro