| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
| H A D | zpool_import_rename_001_pos.ksh | 69 [[ -d /${pools[i]}-new ]] && \ 70 log_must rm -rf /${pools[i]}-new 73 "${pools[i]}-new" ${pools[i]} 118 log_must zpool export ${pools[i]} 120 [[ -d /${pools[i]} ]] && \ 121 log_must rm -rf /${pools[i]} 123 typeset target=${pools[i]} 130 $target ${pools[i]}-new 149 [[ -d /${pools[i]}-new ]] && \ 150 log_must rm -rf /${pools[i]}-new [all …]
|
| H A D | zpool_import_001_pos.ksh | 54 set -A pools "$TESTPOOL" "$TESTPOOL1" 65 poolexists ${pools[i]} && \ 66 log_must zpool export ${pools[i]} 69 log_must zpool import ${devs[i]} ${pools[i]} 72 log_must zfs mount ${pools[i]}/$TESTFS 101 guid=$(get_config ${pools[i]} pool_guid) 108 log_must zpool export ${pools[i]} 110 typeset target=${pools[i]} 117 log_must poolexists ${pools[i]} 119 log_must ismounted ${pools[i]}/$TESTFS
|
| H A D | zpool_import_002_pos.ksh | 54 set -A pools "$TESTPOOL" "$TESTPOOL1" 64 poolexists ${pools[i]} && \ 65 log_must zpool export ${pools[i]} 68 log_must zpool import ${devs[i]} ${pools[i]} 71 log_must zfs mount ${pools[i]}/$TESTFS 100 guid=$(get_config ${pools[i]} pool_guid) 108 log_must zpool export ${pools[i]} 110 typeset target=${pools[i]} 118 log_must poolexists ${pools[i]} 120 log_must ismounted ${pools[i]}/$TESTFS
|
| H A D | zpool_import_012_pos.ksh | 54 set -A pools "$TESTPOOL" "$TESTPOOL1" 65 if poolexists ${pools[i]}; then 66 log_must zpool export ${pools[i]} 68 zpool import ${devs[i]} ${pools[i]} 71 zpool import $option ${devs[i]} ${pools[i]} 74 if poolexists ${pools[i]}; then 75 is_shared ${pools[i]} && \ 76 log_must zfs set sharenfs=off ${pools[i]} 79 log_must zfs mount ${pools[i]}/$TESTFS 104 for pool in ${pools[@]} ; do [all …]
|
| H A D | zpool_import_009_neg.ksh | 60 set -A pools "$TESTPOOL" "$TESTPOOL1" 70 poolexists ${pools[i]} && \ 71 log_must zpool export ${pools[i]} 74 log_must zpool import ${devs[i]} ${pools[i]} 77 log_must zfs mount ${pools[i]}/$TESTFS
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.c | 19 struct bman_depletion *pools; member 57 const struct bman_depletion *pools = &c->mask; in bman_create_portal() local 77 portal->pools = kmalloc(2 * sizeof(*pools), GFP_KERNEL); in bman_create_portal() 78 if (!portal->pools) in bman_create_portal() 80 portal->pools[0] = *pools; in bman_create_portal() 81 bman_depletion_init(portal->pools + 1); in bman_create_portal() 118 kfree(portal->pools); in bman_create_portal() 154 kfree(bm->pools); in bman_destroy_portal()
|
| H A D | qman_driver.c | 57 qpcfg.pools = map.pools; in fsl_qman_portal_init() 163 q_pcfg->pools = q_map.pools; in fsl_qman_fq_portal_create()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 186 pool_entry_t *pools; member 344 pl->pools = pe; in add_config() 1347 for (pe = pools.pools; pe != NULL; pe = penext) { in zpool_find_import_impl() 1383 nvlist_t *pools; in zpool_find_import_cached() local 1456 nvlist_free(pools); in zpool_find_import_cached() 1467 nvlist_free(pools); in zpool_find_import_cached() 1488 return (pools); in zpool_find_import_cached() 1510 if ((pools == NULL || nvlist_empty(pools)) && in zpool_search_import() 1516 return (pools); in zpool_search_import() 1539 nvlist_t *pools; in zpool_find_config() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
| H A D | bootfs_004_neg.ksh | 47 set -A pools "pool//$$" "pool%d123" "mirror" "c0t0d0s0" "pool*23*" "*po!l" \ 77 pools[${#pools[@]}]="$bigname" 87 POOL=${pools[$i]}/$TESTFS
|
| H A D | bootfs_003_pos.ksh | 47 set -A pools "pool.$$" "pool123" "mypool" 72 POOL=${pools[$i]}
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxq.c | 38 enum rte_eth_nb_pools pools = 1, max_pools = 0; in bnxt_mq_rx_configure() local 82 pools = conf->nb_queue_pools; in bnxt_mq_rx_configure() 90 pools, max_pools); in bnxt_mq_rx_configure() 91 if (pools > max_pools) in bnxt_mq_rx_configure() 92 pools = max_pools; in bnxt_mq_rx_configure() 95 pools = bp->rx_cosq_cnt ? bp->rx_cosq_cnt : 1; in bnxt_mq_rx_configure() 104 pools = bp->rx_cosq_cnt ? bp->rx_cosq_cnt : pools; in bnxt_mq_rx_configure() 107 pools = RTE_MIN(pools, bp->rx_cp_nr_rings); in bnxt_mq_rx_configure() 108 nb_q_per_grp = bp->rx_cp_nr_rings / pools; in bnxt_mq_rx_configure() 111 pools, nb_q_per_grp); in bnxt_mq_rx_configure() [all …]
|
| /f-stack/freebsd/contrib/openzfs/etc/init.d/ |
| H A D | zfs-zed.in | 60 local pools RET 68 pools=$("$ZPOOL" list -H -oname) 69 if [ -z "$pools" ]
|
| H A D | zfs-import.in | 60 local pools 62 pools=$($CMD 2> /dev/null | \
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_thread_pool.c | 15 ngx_array_t pools; member 407 if (ngx_array_init(&tcf->pools, cycle->pool, 4, in ngx_thread_pool_create_conf() 426 tpp = tcf->pools.elts; in ngx_thread_pool_init_conf() 428 for (i = 0; i < tcf->pools.nelts; i++) { in ngx_thread_pool_init_conf() 546 tpp = ngx_array_push(&tcf->pools); in ngx_thread_pool_add() 567 tpp = tcf->pools.elts; in ngx_thread_pool_get() 569 for (i = 0; i < tcf->pools.nelts; i++) { in ngx_thread_pool_get() 604 tpp = tcf->pools.elts; in ngx_thread_pool_init_worker() 606 for (i = 0; i < tcf->pools.nelts; i++) { in ngx_thread_pool_init_worker() 636 tpp = tcf->pools.elts; in ngx_thread_pool_exit_worker() [all …]
|
| /f-stack/freebsd/contrib/openzfs/etc/default/ |
| H A D | zfs.in | 25 # By default, a verbatim import of all pools is performed at boot based on the 30 # pools and attempt to import them all at boot, even those that have been 32 # ZPOOL_IMPORT_PATH variable and a list of pools that should not be imported 35 # Note that importing all visible pools may include pools that you don't 36 # expect, such as those on removable devices and SANs, and those pools may 40 # SAN to prevent the insertion of malicious pools. 50 # List of pools that should NOT be imported at boot
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | vmdq_dcb_forwarding.rst | 27 …it Ethernet Controller NIC also supports the splitting of traffic into 16 pools of 8 queues. While… 28 Intel® X710 or XL710 Ethernet Controller NICs support many configurations of VMDQ pools of 4 or 8 q… 31 The nb-pools, nb-tcs and enable-rss parameters can be passed on the command line, after the EAL par… 35 …./<build_dir>/examples/dpdk-vmdq_dcb [EAL options] -- -p PORTMASK --nb-pools NP --nb-tcs TC --enab… 75 … user@target:~$ ./<build_dir>/examples/dpdk-vmdq_dcb -l 0-3 -n 4 -- -p 0x3 --nb-pools 32 --nb-tcs 4 147 if the number of pools is 32, then the user priority fields are allocated 2 to a queue. 148 If 16 pools are used, then each of the 8 user priority fields is allocated to its own queue within … 152 For the VLAN IDs, each one can be allocated to possibly multiple pools of queues, 153 so the pools parameter in the rte_eth_vmdq_dcb_conf structure is specified as a bitmask value. 196 conf.pool_map[i].pools = 1UL << i ; [all …]
|
| H A D | vmdq_forwarding.rst | 17 VMDq filters split the incoming packets up into different "pools" - each with its own set of RX que… 24 As supplied, the sample application configures the VMDq feature to have 32 pools with 4 queues each. 25 …0 Gigabit Ethernet Controller NIC also supports the splitting of traffic into 16 pools of 2 queues. 26 While the Intel® X710 or XL710 Ethernet Controller NICs support many configurations of VMDq pools o… 29 The nb-pools and enable-rss parameters can be passed on the command line, after the EAL parameters: 33 ./<build_dir>/examples/dpdk-vmdq [EAL options] -- -p PORTMASK --nb-pools NP --enable-rss 59 user@target:~$ ./<build_dir>/examples/dpdk-vmdq -l 0-3 -n 4 -- -p 0x3 --nb-pools 16 111 For the VLAN IDs, each one can be allocated to possibly multiple pools of queues. 152 conf.pool_map[i].pools = (1UL << (i % num_pools)); 165 * There is no default mac for the pools in i40.
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | bm_portal.c | 93 const struct bman_depletion *pools) in bman_create_portal() argument 135 p_BmPortal->pools[0] = *pools; in bman_create_portal() 136 bman_depletion_init(&p_BmPortal->pools[1]); in bman_create_portal() 227 tmp.__state[i] &= p_BmPortal->pools[0].__state[i]; in __poll_portal_slow() 228 if (tmp.__state[i] == p_BmPortal->pools[1].__state[i]) in __poll_portal_slow() 232 int b4 = bman_depletion_get(&p_BmPortal->pools[1], (uint8_t)idx); in __poll_portal_slow() 241 p_BmPortal->pools[1] = tmp; in __poll_portal_slow()
|
| /f-stack/dpdk/drivers/net/dpaa2/base/ |
| H A D | dpaa2_hw_dpni.c | 389 bpool_cfg.pools[0].dpbp_id = bp_list->buf_pool.dpbp_node->dpbp_id; in dpaa2_attach_bp_list() 390 bpool_cfg.pools[0].backup_pool = 0; in dpaa2_attach_bp_list() 391 bpool_cfg.pools[0].buffer_size = RTE_ALIGN_CEIL(bp_list->buf_pool.size, in dpaa2_attach_bp_list() 393 bpool_cfg.pools[0].priority_mask = 0; in dpaa2_attach_bp_list() 399 bpool_cfg.pools[0].dpbp_id, retcode); in dpaa2_attach_bp_list()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | user-libblkid.m4 | 2 dnl # Check for libblkid. Basic support for detecting ZFS pools
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/ |
| H A D | README.dracut.markdown | 36 * `root=...`: If not set, importable pools are searched for a bootfs 41 attempting to import pools if the required pool isn't automatically imported 180 necessary. The list of imported pools is checked to see if the desired pool 188 its bootfs attribute set. First, already-imported pools are scanned and if 189 an appropriate pool is found, no additional pools are imported. If no pool 190 with bootfs is found, any additional pools in the system are imported with 192 is found with all pools imported, all pools are re-exported, and boot fails. 196 Ordinarily pools are imported _without_ the force option which may cause 200 import can lead to serious data corruption and loss of pools, so this option
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 357 nvlist_t *pools; in spa_all_configs() local 363 pools = fnvlist_alloc(); in spa_all_configs() 370 fnvlist_add_nvlist(pools, spa_name(spa), in spa_all_configs() 378 return (pools); in spa_all_configs()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/SP/ |
| H A D | fman_sp.c | 68 static inline uint32_t calc_vec_dep(int max_pools, bool *pools, in calc_vec_dep() argument 74 if (pools[i]) in calc_vec_dep()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 6 processors(PDSP), linking RAM, descriptor pools and infrastructure 49 - queue-pools : child node classifying the queue ranges into pools. 50 Queue ranges are grouped into 3 type of pools: 151 queue-pools {
|
| /f-stack/freebsd/contrib/openzfs/etc/systemd/system/ |
| H A D | zfs-import-scan.service.in | 2 Description=Import ZFS pools by device scanning
|