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

/netbsd-current/sys/kern/
H A Dvfs_lockf.c188 * 3 options for allowfail.
192 lf_alloc(int allowfail) argument
201 if (uid && allowfail && lcnt >
202 (allowfail == 1 ? MAXLOCKSPERUID : (MAXLOCKSPERUID * 2))) {

Completed in 193 milliseconds