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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbuffer.c1172 #define BH_LRU_SIZE 8 macro
1175 struct buffer_head *bhs[BH_LRU_SIZE];
1207 struct buffer_head *bhs[BH_LRU_SIZE];
1213 for (in = 0; in < BH_LRU_SIZE; in++) {
1219 if (out >= BH_LRU_SIZE) {
1227 while (out < BH_LRU_SIZE)
1250 for (i = 0; i < BH_LRU_SIZE; i++) {
1347 for (i = 0; i < BH_LRU_SIZE; i++) {
3166 for (i = 0; i < BH_LRU_SIZE; i++) {

Completed in 51 milliseconds