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

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c85 static sm_hash_t recov_q; variable
473 "statd call failed, inserting %s in recov_q\n", name);
475 mutex_lock(&recov_q.lock);
476 (void) insert_name(&recov_q.sm_recovhdp, name, 0);
477 mutex_unlock(&recov_q.lock);
667 if ((next = recov_q.sm_recovhdp) == NULL)
677 mutex_lock(&recov_q.lock);
679 delete_name(&recov_q.sm_recovhdp, nl->name);
680 mutex_unlock(&recov_q.lock);
1445 mutex_lock(&recov_q
[all...]

Completed in 46 milliseconds