Home
last modified time | relevance | path

Searched refs:reserve (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_reservation/
H A Dzfs_reservation_002_pos.ksh77 reserve=`zfs get -pH reservation $FS | awk '{print $3}'`
78 if [[ $reserve -ne 0 ]]; then
82 reserve=`zfs get -H reservation $FS | awk '{print $3}'`
83 if [[ $reserve != "none" ]]; then
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c360 size_t reserve; in door_return() local
396 reserve = MINSTACK / MINSTACK_FRACTION; in door_return()
398 reserve = ssize / 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()
433 if (ssize > reserve) in door_return()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcat.c124 vcat(register char* states, Sfio_t* ip, Sfio_t* op, Reserve_f reserve, int flags) in vcat() argument
190 if (!(nxt = (unsigned char*)(*reserve)(ip, SF_UNBOUND, 0))) in vcat()
274 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()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_alloc.c449 struct reserve_data_s * reserve =(struct reserve_data_s *)malloc_addr; in tdestroy_free_node() local
450 unsigned type = reserve->rd_type; in tdestroy_free_node()
455 if(!reserve->rd_dbg) { in tdestroy_free_node()
460 if(!reserve->rd_type) { in tdestroy_free_node()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h247 void arc_tempreserve_clear(uint64_t reserve);
248 int arc_tempreserve_space(spa_t *spa, uint64_t reserve, uint64_t txg);
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c1094 int c, match, reserve; in gettok() local
1096 reserve = 0; in gettok()
1178 default: reserve = 1; in gettok()
1201 if (reserve && iswupper(c)) in gettok()
1216 if (reserve) { /* find a reserved word */ in gettok()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.S60 ! reserve 4k for cpr tmp stack; tstack should be first,
/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib135 # Its purpose is to reserve additional space for volume metadata so volumes
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c6752 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle() argument
6775 atomic_add_64(&spa->spa_lowmem_page_load, reserve / 8); in arc_memory_throttle()
6802 arc_tempreserve_clear(uint64_t reserve) in arc_tempreserve_clear() argument
6804 atomic_add_64(&arc_tempreserve, -reserve); in arc_tempreserve_clear()
6814 if (reserve > arc_c/4 && !arc_no_grow) in arc_tempreserve_space()
6815 arc_c = MIN(arc_c_max, reserve * 4); in arc_tempreserve_space()
6816 if (reserve > arc_c) in arc_tempreserve_space()
6836 error = arc_memory_throttle(spa, reserve, txg); in arc_tempreserve_space()
6856 uint64_t total_dirty = reserve + arc_tempreserve + anon_size; in arc_tempreserve_space()
6870 data_esize >> 10, reserve >> 10, arc_c >> 10); in arc_tempreserve_space()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME138 4.For non-periodic transfers, reserve for at least one low-speed device
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_cfg.txt430 # configure and reserve firmware internal resources that come from the global
H A Dt5fw_cfg.txt474 # configure and reserve firmware internal resources that come from the global
H A Dt6fw_cfg.txt492 # configure and reserve firmware internal resources that come from the global
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs469 has less than minfree space in reserve.
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica1488 # Îles-de-la-Madeleine, Listuguj reserve
1509 # reserve in Quebec. Officially, this came into effect on January 1, 2007
1609 # See America/Halifax for the Îles de la Madeleine and the Listuguj reserve.
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h584 u16_t reserve; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c10570 uint32_t reserve) in emlxs_ub_get() argument
10602 resv_flag = reserve; in emlxs_ub_get()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1759 return key. "minus 2" is to reserve space for the message
2486 * stage1/stage1.S (nt_magic): Explicitly reserve space for the NT
/illumos-gate/usr/src/cmd/spell/
H A Dlist19025 reserve
/illumos-gate/usr/src/cmd/look/
H A Dwords19026 reserve
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt3056 name collisions on hosts that reserve the *_DEVICE_ID (or *DeviceId)