Searched refs:MAX_LOCKTRY (Results 1 – 6 of 6) sorted by relevance
266 if ((++tries >= MAX_LOCKTRY) || (errno != EAGAIN)) { in fd_mklock()
176 #define MAX_LOCKTRY 5 /* number of attempts to lock device */ macro
346 if ((++tries >= MAX_LOCKTRY) || (errno != EAGAIN)) { in fd_mklock()
218 #define MAX_LOCKTRY 5 /* number of attempts to lock device */ macro
363 if ( (++tries >= MAX_LOCKTRY) || (errno != EAGAIN) ) {
277 #define MAX_LOCKTRY 5 /* number of attempts to lock device */ macro