/titanic_51/usr/src/lib/libast/common/vmalloc/ |
H A D | vmpool.c | 53 reg int local, inuse; local 63 SETINUSE(vd, inuse); 67 { CLRINUSE(vd, inuse); 121 CLRINUSE(vd, inuse); 139 reg int local, inuse; local 141 SETINUSE(vd, inuse); 145 { CLRINUSE(vd, inuse); 174 CLRINUSE(vd, inuse); 188 reg int local, inuse; local 193 SETINUSE(vd, inuse); [all …]
|
H A D | vmlast.c | 47 reg int local, inuse; local 50 SETINUSE(vd, inuse); 54 { CLRINUSE(vd, inuse); 101 CLRINUSE(vd, inuse); 117 reg int local, inuse; local 122 SETINUSE(vd, inuse); 126 { CLRINUSE(vd, inuse); 135 CLRINUSE(vd, inuse); 157 CLRINUSE(vd, inuse); 176 reg int local, inuse; local [all …]
|
H A D | vmdebug.c | 277 reg int local, inuse; local 279 SETINUSE(vd, inuse); 282 { CLRINUSE(vd, inuse); 325 CLRINUSE(vd, inuse); 342 reg int inuse; local 344 SETINUSE(vd, inuse); 346 { CLRINUSE(vd, inuse); 370 CLRINUSE(vd, inuse); 388 reg int inuse; local 390 SETINUSE(vd, inuse); [all …]
|
H A D | vmstat.c | 47 reg int inuse; local 49 SETINUSE(vd, inuse); 51 { CLRINUSE(vd, inuse); 52 return inuse ? 1 : 0; 56 { CLRINUSE(vd, inuse); 131 CLRINUSE(vd, inuse); 132 return inuse ? 1 : 0;
|
H A D | vmsegment.c | 45 reg int inuse; local 47 SETINUSE(vd, inuse); 50 { CLRINUSE(vd, inuse); 62 CLRINUSE(vd, inuse);
|
H A D | vmset.c | 44 reg int mode, inuse; local 50 SETINUSE(vd, inuse); 53 { CLRINUSE(vd, inuse); 69 CLRINUSE(vd, inuse);
|
H A D | vmclear.c | 46 reg int inuse; local 48 SETINUSE(vd, inuse); 51 { CLRINUSE(vd, inuse); 90 CLRINUSE(vd, inuse);
|
H A D | vmprofile.c | 474 reg int line, local, inuse; local 479 SETINUSE(vd, inuse); 483 { CLRINUSE(vd, inuse); 502 CLRINUSE(vd, inuse); 517 reg int line, rv, local, inuse; local 526 SETINUSE(vd, inuse); 530 { CLRINUSE(vd, inuse); 540 CLRINUSE(vd, inuse); 562 CLRINUSE(vd, inuse); 581 reg int line, local, inuse; local [all …]
|
H A D | vmbest.c | 566 reg int local, inuse; local 569 SETINUSE(vd, inuse); 574 { CLRINUSE(vd, inuse); 645 CLRINUSE(vd, inuse); 661 reg int local, inuse; local 668 SETINUSE(vd, inuse); 673 { CLRINUSE(vd, inuse); 736 CLRINUSE(vd, inuse); 776 CLRINUSE(vd, inuse); 792 reg int local, inuse; local [all …]
|
/titanic_51/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_gen.c | 185 if (!map->inuse) in _nsc_rmmap_init() 186 map->inuse = nslot; in _nsc_rmmap_init() 228 int i, nslot = map[0].inuse; in _nsc_rmmap_alloc() 241 if (!map[i].inuse || !map[i].size) in _nsc_rmmap_alloc() 246 map[i].inuse |= (1 << nsc_node_id()); in _nsc_rmmap_alloc() 272 if (!map[i].inuse || !map[i].size) in _nsc_rmmap_alloc() 283 map[i].inuse = (1 << nsc_node_id()); in _nsc_rmmap_alloc() 312 int i, nslot = map[0].inuse; in _nsc_rmmap_free() 320 if (!map[i].inuse || !map[i].size) in _nsc_rmmap_free() 325 map[i].inuse in _nsc_rmmap_free() [all...] |
/titanic_51/usr/src/uts/sun4v/os/ |
H A D | lpad.c | 39 uint64_t inuse; member 118 lpd->inuse = &(lpp->inuse); in lpad_setup() 202 if (lpad_pool[idx].inuse == 0) { in lpad_alloc() 206 lpad_pool[idx].inuse = 1; in lpad_alloc()
|
/titanic_51/usr/src/cmd/keyserv/ |
H A D | keyserv_cache.c | 95 struct cachekey_disklist *inuse; /* LRU order */ member 299 INVALID_ADDRESS(ch->inuse, ch) || in create_cache_file_ch() 341 ch->inuse = 0; in create_cache_file_ch() 410 if (INVALID_ADDRESS(ch->inuse, ch) || in cache_remap_addresses_ch() 416 ch->inuse = MOVE_ADDR(ch->inuse, offset); in cache_remap_addresses_ch() 523 list_remove(fcd, &(ch->inuse), &(ch->inuse_end), in remap_cache_file_ch() 584 int i, inuse, inuse_err, free, free_err; in print_cache_ch() local 594 printf("inuse = %d, free = %d\n", ch->inuse_count, ch->free_count); in print_cache_ch() 598 for (i = 0, inuse in print_cache_ch() [all...] |
/titanic_51/usr/src/cmd/tsol/misc/ |
H A D | relabel.sh | 66 inuse=`/usr/sbin/fuser $1 2>&1 | /usr/bin/cut -d ":" -f2` 67 if [ $inuse ]; then
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/inuse/ |
H A D | Makefile | 19 TESTDIR = $(ROOTOPTPKG)/tests/functional/inuse 32 FILES = inuse.cfg
|
H A D | inuse_001_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_004_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_008_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_005_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_006_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_009_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_007_pos.ksh | 33 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
H A D | inuse_003_pos.ksh | 37 . $STF_SUITE/tests/functional/inuse/inuse.cfg
|
/titanic_51/usr/src/cmd/avs/dscfglockd/ |
H A D | dscfglockd.c | 138 int inuse; member 328 if (ldp->inuse == 0) in send_aliveall() 342 if (ldp->inuse == 0) in find_lockdaemon() 362 if (ldp->inuse == 0) in daemon_alive() 385 ldp->inuse = 1; in daemon_alive() 425 if (ldp->inuse == 0) in check_for_write_lock() 512 if (ldp->inuse == 0) in try_lock() 599 if (ldp->inuse == 0) in queue_lock() 667 if (ldp->inuse == 0) in lock_stat() 802 if (ldp->inuse in local_unlock() [all...] |
/titanic_51/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_pcu.c | 58 int inuse; /* In use in the _last_ block */ member 280 bmp->inuse = 0; in start_bitmap_list() 309 if (bmp->inuse == bmp->bmaps_per_block) { in add_bitmap_entry() 318 bmp->inuse = 0; in add_bitmap_entry() 320 i = bmp->inuse++; in add_bitmap_entry()
|
/titanic_51/usr/src/uts/sun4v/ml/ |
H A D | mach_proc_init.s | 178 ldx [%l1 + LPAD_INUSE], %l5 ! %l5 = va of inuse mailbox 204 stx %g0, [%l5] ! clear the inuse mailbox
|