Searched refs:ENOUGH (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dide-timings.c106 #define ENOUGH(v, unit) (((v) - 1) / (unit) + 1) macro
107 #define EZ(v, unit) ((v) ? ENOUGH(v, unit) : 0)
/linux-4.4.14/lib/zlib_inflate/
H A Dinftrees.c17 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
156 against the space in *table, ENOUGH, minus the maximum space needed by zlib_inflate_table()
158 sufficiency of ENOUGH has not been proven exhaustively, hence the check. zlib_inflate_table()
198 if (type == LENS && used >= ENOUGH - MAXD) zlib_inflate_table()
266 if (type == LENS && used >= ENOUGH - MAXD) zlib_inflate_table()
H A Dinftrees.h46 #define ENOUGH 2048 macro
H A Dinflate.h109 code codes[ENOUGH]; /* space for code tables */
/linux-4.4.14/drivers/target/
H A Dtarget_core_transport.c2762 .ascq = 0x0d, /* NOT ENOUGH UNSOLICITED DATA */
/linux-4.4.14/drivers/ata/
H A Dlibata-core.c2942 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) macro
2943 #define EZ(v, unit) ((v)?ENOUGH(v, unit):0)

Completed in 234 milliseconds