Home
last modified time | relevance | path

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

/linux/drivers/block/null_blk/
H A Dmain.c265 static bool g_zone_full; variable
266 module_param_named(zone_full, g_zone_full, bool, S_IRUGO);
823 dev->zone_full = g_zone_full; in null_alloc_dev()