Home
last modified time | relevance | path

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

/linux/drivers/block/null_blk/
H A Dmain.c269 static bool g_rotational; variable
270 module_param_named(rotational, g_rotational, bool, S_IRUGO);
829 dev->rotational = g_rotational; in null_alloc_dev()