Lines Matching refs:np1
1176 nfs_node_lock2(nfsnode_t np1, nfsnode_t np2) in nfs_node_lock2() argument
1181 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() argument
1198 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() argument
1251 first = (np1 > np2) ? np1 : np2; in nfs_node_set_busy2()
1252 second = (np1 > np2) ? np2 : np1; in nfs_node_set_busy2()
1256 if (np1 == np2) { in nfs_node_set_busy2()
1266 nfs_node_clear_busy2(nfsnode_t np1, nfsnode_t np2) in nfs_node_clear_busy2() argument
1268 nfs_node_clear_busy(np1); in nfs_node_clear_busy2()
1269 if (np1 != np2) { in nfs_node_clear_busy2()
1276 nfs_node_sort4(nfsnode_t np1, nfsnode_t np2, nfsnode_t np3, nfsnode_t np4, nfsnode_t *list, int *lc… in nfs_node_sort4() argument
1282 na[0] = (np1 > np2) ? np1 : np2; in nfs_node_sort4()
1283 na[1] = (np1 > np2) ? np2 : np1; in nfs_node_sort4()
1305 nfs_node_set_busy4(nfsnode_t np1, nfsnode_t np2, nfsnode_t np3, nfsnode_t np4, thread_t thd) in nfs_node_set_busy4() argument
1310 nfs_node_sort4(np1, np2, np3, np4, list, &lcnt); in nfs_node_set_busy4()
1326 nfs_node_clear_busy4(nfsnode_t np1, nfsnode_t np2, nfsnode_t np3, nfsnode_t np4) in nfs_node_clear_busy4() argument
1331 nfs_node_sort4(np1, np2, np3, np4, list, &lcnt); in nfs_node_clear_busy4()