Searched refs:np1 (Results 1 – 1 of 1) sorted by relevance
1176 nfs_node_lock2(nfsnode_t np1, nfsnode_t np2) in nfs_node_lock2() argument1181 first = (np1 > np2) ? np1 : np2; in nfs_node_lock2()1182 second = (np1 > np2) ? np2 : np1; in nfs_node_lock2()1186 if (np1 == np2) { in nfs_node_lock2()1196 nfs_node_unlock2(nfsnode_t np1, nfsnode_t np2) in nfs_node_unlock2() argument1198 nfs_node_unlock(np1); in nfs_node_unlock2()1199 if (np1 != np2) { in nfs_node_unlock2()1246 nfs_node_set_busy2(nfsnode_t np1, nfsnode_t np2, thread_t thd) in nfs_node_set_busy2() argument1251 first = (np1 > np2) ? np1 : np2; in nfs_node_set_busy2()1252 second = (np1 > np2) ? np2 : np1; in nfs_node_set_busy2()[all …]