| /f-stack/dpdk/drivers/common/qat/qat_adf/ |
| H A D | adf_transport_access_macros.h | 68 #define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5) argument 69 #define ADF_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5) argument 70 #define ADF_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7) argument 71 #define ADF_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7) argument 74 #define ADF_RING_SIZE_BYTES_MIN(SIZE) ((SIZE < ADF_RING_SIZE_4K) ? \ argument 75 ADF_RING_SIZE_4K : SIZE) 76 #define ADF_RING_SIZE_MODULO(SIZE) (SIZE + 0x6) argument 77 #define ADF_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \ argument 78 SIZE) & ~0x4)
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | hugepages.rst | 49 * ``-p SIZE, --pagesize=SIZE`` 54 * ``-r SIZE, --reserve=SIZE`` 59 * ``--setup SIZE``
|
| /f-stack/freebsd/netgraph/atm/sscfu/ |
| H A D | ng_sscfu_cust.h | 55 #define MEMZALLOC(PTR, CAST, SIZE) \ argument 56 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCFU, M_NOWAIT | M_ZERO)) 72 #define MEMZALLOC(PTR, CAST, SIZE) \ argument 73 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCFU_INS, M_NOWAIT | M_ZERO))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/persist_l2arc/ |
| H A D | setup.ksh | 27 log_must mkfile $SIZE $VDEV 28 log_must mkfile $SIZE $VDEV1
|
| H A D | persist_l2arc.cfg | 23 export SIZE=1G
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/threadsappend/ |
| H A D | threadsappend_001_pos.ksh | 75 SIZE=`ls -l ${TESTDIR}/${TESTFILE} | awk '{print $5}'` 76 if [[ $SIZE -ne $FILE_SIZE ]]; then
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/compression/ |
| H A D | l2arc_compressed_arc.ksh | 25 export SIZE=1G 74 log_must mkfile $SIZE $VDEV
|
| H A D | l2arc_compressed_arc_disabled.ksh | 25 export SIZE=1G 71 log_must mkfile $SIZE $VDEV
|
| H A D | l2arc_encrypted_no_compressed_arc.ksh | 25 export SIZE=1G 72 log_must mkfile $SIZE $VDEV
|
| H A D | l2arc_encrypted.ksh | 25 export SIZE=1G 75 log_must mkfile $SIZE $VDEV
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_replace/ |
| H A D | replace_prop_ashift.ksh | 57 log_must truncate -s $SIZE $disk1 58 log_must truncate -s $SIZE $disk2
|
| H A D | replace-o_ashift.ksh | 55 log_must truncate -s $SIZE $disk1 56 log_must truncate -s $SIZE $disk2
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/ |
| H A D | add_prop_ashift.ksh | 57 log_must mkfile $SIZE $disk1 58 log_must mkfile $SIZE $disk2
|
| H A D | add-o_ashift.ksh | 57 log_must mkfile $SIZE $disk1 58 log_must mkfile $SIZE $disk2
|
| H A D | zpool_add.cfg | 31 export SIZE="$(((MINVDEVSIZE / (1024 * 1024)) * 2))m"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pci/ |
| H A D | loongson.yaml | 54 // CPU_PHYSICAL(2) SIZE(2) 57 // BUS_ADDRESS(3) CPU_PHYSICAL(2) SIZE(2)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_attach/ |
| H A D | attach-o_ashift.ksh | 55 log_must truncate -s $SIZE $disk1 56 log_must truncate -s $SIZE $disk2
|
| /f-stack/dpdk/app/pdump/ |
| H A D | main.c | 66 #define SIZE 256 macro 638 char vdev_name[SIZE]; in create_mp_ring_vdev() 639 char vdev_args[SIZE]; in create_mp_ring_vdev() 640 char ring_name[SIZE]; in create_mp_ring_vdev() 641 char mempool_name[SIZE]; in create_mp_ring_vdev() 645 snprintf(mempool_name, SIZE, MP_NAME, i); in create_mp_ring_vdev() 666 snprintf(ring_name, SIZE, RX_RING, i); in create_mp_ring_vdev() 677 snprintf(ring_name, SIZE, TX_RING, i); in create_mp_ring_vdev() 749 snprintf(ring_name, SIZE, RX_RING, i); in create_mp_ring_vdev() 786 snprintf(ring_name, SIZE, TX_RING, i); in create_mp_ring_vdev()
|
| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop_cust.h | 63 #define MEMZALLOC(PTR, CAST, SIZE) \ argument 64 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCOP, M_NOWAIT | M_ZERO)) 88 #define MEMZALLOC(PTR, CAST, SIZE) \ argument 89 ((PTR) = (CAST)malloc((SIZE), M_NG_SSCOP_INS, M_NOWAIT | M_ZERO))
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cache/ |
| H A D | setup.ksh | 39 log_must mkfile $SIZE $VDEV $VDEV2
|
| /f-stack/tools/libxo/ |
| H A D | Makefile.am | 92 -e "s;__SIZE__;SIZE (textproc/${PACKAGE_FILE}) = $$SIZE;" 103 && SIZE="`ls -l ${PACKAGE_FILE} | awk '{print $$5}'`" \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
| H A D | zpool_set_ashift.ksh | 66 log_must mkfile $SIZE $disk
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_crypto.rst | 45 [--cipher_key_random_size SIZE] [--cipher_iv IV] [--cipher_iv_random_size SIZE] / 47 [--auth_key_random_size SIZE] [--auth_iv IV] [--auth_iv_random_size SIZE] / 49 [--aead_key_random_size SIZE] [--aead_iv] [--aead_iv_random_size SIZE] / 50 [--aad AAD] [--aad_random_size SIZE] / 51 [--digest size SIZE] [--sessionless] [--cryptodev_mask MASK] /
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | create-o_ashift.ksh | 99 disk=$(create_blockfile $SIZE)
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zfs-tests.sh | 311 $0 [-hvqxkfS] [-s SIZE] [-r RUNFILES] [-t PATH] [-u USER] 328 -s SIZE Use vdevs of SIZE (default: 4G)
|