Home
last modified time | relevance | path

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

12

/f-stack/freebsd/contrib/openzfs/tests/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
/f-stack/dpdk/doc/guides/tools/
H A Dhugepages.rst47 Set NUMA node to reserve pages on
54 * ``-r SIZE, --reserve=SIZE``
61 Short cut to clear, unmount, reserve and mount.
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_try_files_module.c81 size_t len, root, alias, reserve, allocated; in ngx_http_try_files_handler() local
135 reserve = len > r->uri.len ? len - r->uri.len : 0; in ngx_http_try_files_handler()
138 reserve = len; in ngx_http_try_files_handler()
141 reserve = len > r->uri.len - alias ? len - (r->uri.len - alias) : 0; in ngx_http_try_files_handler()
144 if (reserve > allocated || !allocated) { in ngx_http_try_files_handler()
147 allocated = reserve + 16; in ngx_http_try_files_handler()
H A Dngx_http_index_module.c100 size_t len, root, reserve, allocated; in ngx_http_index_handler() local
139 reserve = ilcf->max_index_len; in ngx_http_index_handler()
159 reserve = len + 16; in ngx_http_index_handler()
162 if (reserve > allocated) { in ngx_http_index_handler()
164 name = ngx_http_map_uri_to_path(r, &path, &root, reserve); in ngx_http_index_handler()
/f-stack/dpdk/usertools/
H A Ddpdk-hugepages.py240 args.reserve = args.setup
253 if args.reserve:
254 reserve_kb = get_memsize(args.reserve)
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c251 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle() argument
274 atomic_add_64(&spa->spa_lowmem_page_load, reserve / 8); in arc_memory_throttle()
448 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle() argument
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dvirtio.rst85 reserve enough huge pages
93 reserve enough huge pages
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Djcore,pit.txt14 required in order to reserve an interrupt number that doesn't
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h307 void arc_tempreserve_clear(uint64_t reserve);
308 int arc_tempreserve_space(spa_t *spa, uint64_t reserve, uint64_t txg);
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_trace_points.c59 lib.eal.memzone.reserve)
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dsys_reqs.rst188 it is preferable to reserve hugepages at boot time,
191 To reserve hugepages at boot time, a parameter is passed to the Linux kernel on the kernel command …
193 For 2 MB pages, just pass the hugepages option to the kernel. For example, to reserve 1024 pages of…
199 For example, to reserve 4G of hugepage memory in the form of four 1G pages, the following options s…
H A Dbuild_sample_apps.rst104 Run DPDK in legacy memory mode (disable memory reserve/unreserve at runtime,
173 for example, supply ``--socket-mem=0,512`` to try and reserve 512 MB for socket 1 only.
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c200 arc_memory_throttle(spa_t *spa, uint64_t reserve, uint64_t txg) in arc_memory_throttle() argument
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Duc101.dts146 label = "reserve";
H A Dmucmc52.dts155 label = "reserve";
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_spi.h115 u8 reserve; member
H A Dopae_spi_transaction.c29 header.reserve = 0; \
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dingenic,dma.yaml53 Bitmask of channels to reserve for devices that need a specific
/f-stack/dpdk/drivers/raw/dpaa2_qdma/
H A Ddpaa2_qdma.h243 uint32_t reserve:3; member
/f-stack/dpdk/doc/guides/compressdevs/
H A Docteontx.rst83 reserve enough huge pages
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_malloc.c17 uint32_t reserve:30; /* Reserve. */ member
/f-stack/dpdk/lib/librte_vhost/
H A Dvirtio_crypto.h413 uint32_t reserve; member
/f-stack/dpdk/doc/guides/nics/
H A Dbuild_and_test.rst47 To reserve 1024 pages of 2MB:
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dimx8qxp-colibri.dtsi403 /* both pins are connected together, reserve the unused CSI_D05 */
426 /* both pins are connected together, reserve the unused CSI_D04 */
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dnand-controller.yaml75 Block Table (BBT). If not found, it will create one, reserve

12