Searched refs:fill_mode (Results 1 – 2 of 2) sorted by relevance
33 * fill_mode (bool) - Buffer fill mode (see below)43 The driver has two modes of data generation: the first (0 in the fill_mode parameter)44 means random data generation, the second (1 in the fill_mode) - pattern-based
68 static short fill_mode = FILL_MODE_PAT; variable80 module_param(fill_mode, short, 0600);81 MODULE_PARM_DESC(fill_mode, "Buffer fill mode: rand(0) or pattern(1)");328 switch (fill_mode) { in fill_block()