/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_reservation/ |
H A D | zfs_reservation_002_pos.ksh | 72 reserve=`$ZFS get -pH reservation $FS | $AWK '{print $3}'` 73 if [[ $reserve -ne 0 ]]; then 77 reserve=`$ZFS get -H reservation $FS | $AWK '{print $3}'` 78 if [[ $reserve != "none" ]]; then
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | door_calls.c | 360 size_t reserve; in door_return() local 396 reserve = MINSTACK / MINSTACK_FRACTION; in door_return() 398 reserve = ssize / STACK_FRACTION; in door_return() 400 reserve = DEFAULTSTACK / STACK_FRACTION; in door_return() 405 if (ssize > reserve) in door_return() 406 ssize -= reserve; in door_return() 420 reserve = SA(MINFRAME); in door_return() 422 reserve = SA(512); in door_return() 424 #error need to define stack base reserve in door_return() 428 sp -= reserve; in door_return() [all …]
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | cat.c | 124 vcat(register char* states, Sfio_t* ip, Sfio_t* op, Reserve_f reserve, int flags) in vcat() argument 191 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0))) in vcat() 275 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0))) in vcat() 351 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0))) in vcat() 403 Reserve_f reserve = sfreserve; in b_cat() local 441 reserve = opt_info.num ? regress : sfreserve; in b_cat() 535 n = vcat(states, fp, sfstdout, reserve, flags); in b_cat()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | arc.h | 150 void arc_tempreserve_clear(uint64_t reserve); 151 int arc_tempreserve_space(uint64_t reserve, uint64_t txg);
|
/titanic_41/usr/src/cmd/sgs/yacc/common/ |
H A D | y2.c | 1102 int c, match, reserve; in gettok() local 1104 reserve = 0; in gettok() 1186 default: reserve = 1; in gettok() 1209 if (reserve && iswupper(c)) in gettok() 1224 if (reserve) { /* find a reserved word */ in gettok()
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | cpr_resume_setup.s | 90 ! reserve 4k for cpr tmp stack; tstack should be first,
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | arc.c | 5098 arc_memory_throttle(uint64_t reserve, uint64_t txg) in arc_memory_throttle() argument 5126 page_load += reserve / 8; in arc_memory_throttle() 5139 arc_tempreserve_clear(uint64_t reserve) in arc_tempreserve_clear() argument 5141 atomic_add_64(&arc_tempreserve, -reserve); in arc_tempreserve_clear() 5146 arc_tempreserve_space(uint64_t reserve, uint64_t txg) in arc_tempreserve_space() argument 5151 if (reserve > arc_c/4 && !arc_no_grow) in arc_tempreserve_space() 5152 arc_c = MIN(arc_c_max, reserve * 4); in arc_tempreserve_space() 5153 if (reserve > arc_c) in arc_tempreserve_space() 5169 error = arc_memory_throttle(reserve, txg); in arc_tempreserve_space() 5181 if (reserve + arc_tempreserve + anon_size > arc_c / 2 && in arc_tempreserve_space() [all …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation.shlib | 135 # Its purpose is to reserve additional space for volume metadata so volumes
|
/titanic_41/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 138 4.For non-periodic transfers, reserve for at least one low-speed device
|
/titanic_41/usr/src/uts/common/os/ |
H A D | priv_defs | 460 has less than minfree space in reserve.
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 584 u16_t reserve; member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_solaris.c | 10547 uint32_t reserve) in emlxs_ub_get() argument 10579 resv_flag = reserve; in emlxs_ub_get()
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 1759 return key. "minus 2" is to reserve space for the message 2486 * stage1/stage1.S (nt_magic): Explicitly reserve space for the NT
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 19028 reserve
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 19027 reserve
|
/titanic_41/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 3056 name collisions on hosts that reserve the *_DEVICE_ID (or *DeviceId)
|