Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_cnode.c1561 #define MAXTRIES 1000 in cachefs_cnode_lostfound() macro
1563 for (index = 0; index < MAXTRIES; index++) { in cachefs_cnode_lostfound()
1578 if (index == MAXTRIES) { in cachefs_cnode_lostfound()
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_logelem.c286 #define MAXTRIES 10 in logelem_lostfound() macro
401 for (index = 0; index < MAXTRIES; index++) { in logelem_lostfound()