Home
last modified time | relevance | path

Searched refs:record_table (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c84 static sm_hash_t record_table[MAX_HASHSIZE]; variable
1213 mutex_lock(&record_table[hash].lock); in record_name()
1214 record_q = &record_table[hash].sm_rechdp; in record_name()
1222 mutex_unlock(&record_table[hash].lock); in record_name()
1259 mutex_unlock(&record_table[hash].lock); in record_name()
1262 mutex_lock(&record_table[hash].lock); in record_name()
1263 record_q = &record_table[hash].sm_rechdp; in record_name()
1265 mutex_unlock(&record_table[hash].lock); in record_name()
1271 mutex_unlock(&record_table[hash].lock); in record_name()
1275 mutex_unlock(&record_table[hash].lock); in record_name()
[all …]