Searched refs:minobj (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/fscache/
H A Dobject-list.c95 struct fscache_object *pobj, *obj = NULL, *minobj = NULL; local
115 if (!minobj || minobj > obj)
116 minobj = obj;
121 minobj = obj;
127 if (!minobj)
129 else if (minobj != obj)
130 *_pos = (unsigned long) minobj;
131 return minobj;

Completed in 52 milliseconds