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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c417 lockinfo_t *lock1, lockinfo_t *lock2, boolean_t kill_firstborn)
436 assert_unlocked(lock2);
451 assert_unlocked(lock2);
469 lockinfo_t *lock1, lockinfo_t *lock2, boolean_t kill_firstborn)
486 assert_unlocked(lock2);
498 assert_unlocked(lock2);
416 flock_test_exclusive(lock_style_t styleA, lock_style_t styleB, lockinfo_t *lock1, lockinfo_t *lock2, boolean_t kill_firstborn) argument
468 flock_test_shared(lock_style_t styleA, lock_style_t styleB, lockinfo_t *lock1, lockinfo_t *lock2, boolean_t kill_firstborn) argument
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c1606 lock_descriptor_t *lock1, *lock2; local
1665 lock2 = flk_get_lock();
1667 COPY(lock2, lock);
1670 lock2->l_start = request->l_end + 1;
1671 lock2->l_end = lock->l_end;
1673 topology[1] = lock2;
4466 lock_descriptor_t *lock1, *lock2; local
4471 for (lock2 = lock1->l_next; lock2 != SLEEPING_HEAD(gp);
4472 lock2
4502 level_two_path(lock_descriptor_t *lock1, lock_descriptor_t *lock2, int no_path) argument
4573 level_one_path(lock_descriptor_t *lock1, lock_descriptor_t *lock2) argument
4587 no_path(lock_descriptor_t *lock1, lock_descriptor_t *lock2) argument
4593 path(lock_descriptor_t *lock1, lock_descriptor_t *lock2) argument
[all...]

Completed in 241 milliseconds