Searched refs:real_max_depth (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-tag.c129 tags->real_max_depth = depth;
231 * if we already have large enough real_max_depth. just
233 * between new_depth and real_max_depth can be in-flight, tag
236 if (new_depth <= bqt->real_max_depth) {
253 max_depth = bqt->real_max_depth;
289 if (unlikely(tag >= bqt->real_max_depth))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dblkdev.h222 int real_max_depth; /* what the array can hold */ member in struct:blk_queue_tag
921 if (unlikely(bqt == NULL || tag >= bqt->real_max_depth))

Completed in 123 milliseconds