Searched refs:np2 (Results 1 – 1 of 1) sorted by relevance
1172 nfs_node_lock2(nfsnode_t np1, nfsnode_t np2) in nfs_node_lock2() argument1177 first = (np1 > np2) ? np1 : np2; in nfs_node_lock2()1178 second = (np1 > np2) ? np2 : np1; in nfs_node_lock2()1182 if (np1 == np2) { in nfs_node_lock2()1192 nfs_node_unlock2(nfsnode_t np1, nfsnode_t np2) in nfs_node_unlock2() argument1195 if (np1 != np2) { in nfs_node_unlock2()1196 nfs_node_unlock(np2); in nfs_node_unlock2()1242 nfs_node_set_busy2(nfsnode_t np1, nfsnode_t np2, thread_t thd) in nfs_node_set_busy2() argument1247 first = (np1 > np2) ? np1 : np2; in nfs_node_set_busy2()1248 second = (np1 > np2) ? np2 : np1; in nfs_node_set_busy2()[all …]