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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dlockdep.c972 unsigned int cq_depth; local
984 cq_depth = __cq_get_elem_count(cq);
985 if (max_bfs_queue_depth < cq_depth)
986 max_bfs_queue_depth = cq_depth;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dlockdep.c972 unsigned int cq_depth; local
984 cq_depth = __cq_get_elem_count(cq);
985 if (max_bfs_queue_depth < cq_depth)
986 max_bfs_queue_depth = cq_depth;

Completed in 187 milliseconds