Searched defs:MAX_LOCK_TRIES (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c43 #define MAX_LOCK_TRIES 5 macro
309 for (gotlock = tries = 0; tries < MAX_LOCK_TRIES; tries++) {
H A Dkdb_db2.c596 #define MAX_LOCK_TRIES 5 macro
639 for (gotlock = tries = 0; tries < MAX_LOCK_TRIES; tries++) {
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1006 #define MAX_LOCK_TRIES 20 macro
1085 if (++count < MAX_LOCK_TRIES) {
1126 if (++count >= MAX_LOCK_TRIES) {

Completed in 132 milliseconds