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

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c84 static sm_hash_t record_table[MAX_HASHSIZE]; variable
1166 * locked a file is kept. There is an in-ram table (record_table) and an empty
1213 mutex_lock(&record_table[hash].lock);
1214 record_q = &record_table[hash].sm_rechdp;
1222 mutex_unlock(&record_table[hash].lock);
1259 mutex_unlock(&record_table[hash].lock);
1262 mutex_lock(&record_table[hash].lock);
1263 record_q = &record_table[hash].sm_rechdp;
1265 mutex_unlock(&record_table[hash].lock);
1271 mutex_unlock(&record_table[has
[all...]

Completed in 46 milliseconds