Searched refs:BLOCKS (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/acct/ |
H A D | prtacct.sh | 34 UID NAME PRIME NPRIME PRIME NPRIME PRIME NPRIME BLOCKS PROCS SESS SAMPLES
|
/titanic_44/usr/src/uts/common/os/ |
H A D | flock.c | 812 if (BLOCKS(lock, request)) { in flk_process_request() 843 if (BLOCKS(lock, request)) { in flk_process_request() 926 if (BLOCKS(lock, request)) { in flk_process_request() 964 if (BLOCKS(lock, request)) { in flk_process_request() 1924 if (BLOCKS(lock, vertex)) { in flk_recompute_dependencies() 2103 if (BLOCKS(lock, request)) { in flk_get_first_blocking_lock() 2121 if (BLOCKS(lock, request)) { in flk_get_first_blocking_lock() 4060 if (BLOCKS(lock1, lock)) { in check_active_locks() 4064 } else if (BLOCKS(lock, lock1)) { in check_active_locks() 4158 if (BLOCKS(lock2, lock1)) { in check_sleeping_locks() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | flock_impl.h | 296 #define BLOCKS(lock1, lock2) (!SAME_OWNER((lock1), (lock2)) && \ macro
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 3605 BLOCKS, /* decompressing blocks */ enumerator 3640 z->state->mode = z->state->nowrap ? BLOCKS : METHOD; 3788 z->state->mode = BLOCKS; 3819 case BLOCKS: 3914 z->state->mode = BLOCKS; 3933 if (z->state->mode != BLOCKS) 3996 z->state->mode = BLOCKS;
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 2742 BLOCKS, /* decompressing blocks */ enumerator 2779 z->state->mode = z->state->nowrap ? BLOCKS : METHOD; 2904 z->state->mode = BLOCKS; 2905 case BLOCKS: 2978 if (z->state->mode != BLOCKS) 3029 z->state->mode = BLOCKS;
|