Searched defs:acquired (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c413 * mgt agent should be acquired
1465 boolean_t acquired; local
1471 acquired = ap->a_acquired;
1472 if (!acquired) {
1480 if (!acquired) {
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c587 * would match typical LIFO order in which nested locks are acquired
607 * Since the order in which nested locks are acquired and released,
822 * is acquired. Say, the upimutex is L:
827 * 2. upib_lock is not released until the turnstile lock is acquired.
2358 int acquired = 0; local
2504 acquired = 1;
2507 acquired = 1;
2529 acquired = 1;
2534 if (acquired || try_flag || time_error) {
2542 if (acquired) {
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c988 int acquired; local
1008 * means we successfully acquired the lock.
1012 acquired = 0;
1024 acquired = 1;
1029 acquired = 1;
1039 if (acquired) {
1062 int acquired; local
1067 * means we successfully acquired the lock.
1071 acquired = 0;
1083 acquired
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h556 int acquired; member in struct:drm_agp_head

Completed in 61 milliseconds