| /f-stack/freebsd/kern/ |
| H A D | subr_pcpu.c | 123 struct dpcpu_free *df; in dpcpu_startup() local 125 df = malloc(sizeof(*df), M_PCPU, M_WAITOK | M_ZERO); in dpcpu_startup() 167 struct dpcpu_free *df; in dpcpu_alloc() local 179 free(df, M_PCPU); in dpcpu_alloc() 183 df->df_len -= size; in dpcpu_alloc() 184 df->df_start = df->df_start + size; in dpcpu_alloc() 218 if (df->df_start + df->df_len == start) { in dpcpu_free() 219 df->df_len += size; in dpcpu_free() 221 if (df->df_start + df->df_len == dn->df_start) { in dpcpu_free() 231 df->df_len += size; in dpcpu_free() [all …]
|
| /f-stack/freebsd/net/ |
| H A D | vnet.c | 350 df = malloc(sizeof(*df), M_VNET_DATA_FREE, M_WAITOK | M_ZERO); in vnet_data_startup() 383 if (df->vnd_len < size) in vnet_data_alloc() 392 df->vnd_len -= size; in vnet_data_alloc() 393 df->vnd_start = df->vnd_start + size; in vnet_data_alloc() 421 if (df->vnd_start > end) in vnet_data_free() 427 if (df->vnd_start + df->vnd_len == start) { in vnet_data_free() 428 df->vnd_len += size; in vnet_data_free() 430 if (df->vnd_start + df->vnd_len == dn->vnd_start) { in vnet_data_free() 440 df->vnd_start = start; in vnet_data_free() 441 df->vnd_len += size; in vnet_data_free() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/ |
| H A D | strlcat.c | 41 char *df = dst; in strlcat() local 47 while (left-- != 0 && *df != '\0') in strlcat() 48 df++; in strlcat() 49 l1 = df - dst; in strlcat()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | math.h | 217 pt_chi2(double p, double df, double ln_gamma_df_2) { in pt_chi2() argument 222 assert(df > 0.0); in pt_chi2() 227 xx = 0.5 * df; in pt_chi2() 230 if (df < -1.24 * log(p)) { in pt_chi2() 237 if (df > 0.32) { in pt_chi2() 243 p1 = 0.222222 / df; in pt_chi2() 244 ch = df * pow(x * sqrt(p1) + 1.0 - p1, 3.0); in pt_chi2() 246 if (ch > 2.2 * df + 6.0) { in pt_chi2()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | pwhash_scrypt_ll.exp | 3 f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42 10 c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40 15 e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/ |
| H A D | enospc_df.ksh | 67 size=$(df -h /$TESTPOOL | grep $TESTPOOL | awk '{print $2}') 68 used=$(df -h /$TESTPOOL | grep $TESTPOOL | awk '{print $3}')
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projectspace_004_pos.ksh | 70 total=$(df $PRJDIR | tail -n 1 | awk '{ print $2 }') 73 used=$(df -i $PRJDIR | tail -n 1 | awk '{ print $5 }')
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | math.c | 294 double df = pt_chi2_df[i]; in TEST_BEGIN() local 295 double ln_gamma_df = ln_gamma(df * 0.5); in TEST_BEGIN() 298 assert_true(double_eq_rel(pt_chi2(p, df, ln_gamma_df), in TEST_BEGIN()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/ |
| H A D | zfs_copies_002_pos.ksh | 98 used=`df -m /$TESTPOOL/fs_$val | grep $TESTPOOL/fs_$val \ 101 used=`df -F zfs -k /$TESTPOOL/fs_$val/$FILE | grep $TESTPOOL/fs_$val \
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 164 struct dummy_offset *df; in test_store1_prepare() local 166 df = arg; in test_store1_prepare() 167 memset(df, 0, sizeof(*df)); in test_store1_prepare() 283 df = arg; in test_load1_prepare() 285 memset(df, 0, sizeof(*df)); in test_load1_prepare() 287 df->u32 = df->u64; in test_load1_prepare() 288 df->u16 = df->u64; in test_load1_prepare() 289 df->u8 = df->u64; in test_load1_prepare() 2030 df->u32 = df->u64; in test_call3_prepare() 2031 df->u16 = df->u64; in test_call3_prepare() [all …]
|
| H A D | test_ipfrag.c | 92 v4_allocate_packet_of(struct rte_mbuf *b, int fill, size_t s, int df, in v4_allocate_packet_of() argument 110 if (df) in v4_allocate_packet_of()
|
| /f-stack/tools/libxo/doc/ |
| H A D | encoders.rst | 26 df --libxo encoder=cbor > df-output.cbor 32 df --libxo encoder=csv+path=filesystem+leaf=name+no-header 33 df --libxo encoder=csv:path=filesystem:leaf=name:no-header 48 df --libxo @csv:no-header
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | rollback_003_pos.ksh | 109 log_must df
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_01.T.out | 4 df 12%
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmip.h | 168 uint32_t df : 1; member
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_struct.c | 92 static int getnum (const char **fmt, int df) { in getnum() argument 94 return df; /* return default value */ in getnum()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
| H A D | zfs_upgrade.kshlib | 140 df -F zfs / > /dev/null 2>&1
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_object_range_pos.ksh | 107 actual=$(get_object_list $TESTPOOL/$TESTFS 0:-1:df)
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_sdma.h | 134 uint32_t df : 1; member
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 29 df
|
| /f-stack/dpdk/lib/librte_security/ |
| H A D | rte_security.h | 93 uint8_t df; member
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_eth_com.h | 65 u8 df; /* Don't fragment */ member
|
| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_eth_com.h | 37 u8 df; /* Don't fragment */ member
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/ |
| H A D | redacted.kshlib | 143 log_must rm -rf $mntpnt/[df][12]
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tx.h | 365 send_hdr->w0.df = otx2_nix_prefree_seg(m); in otx2_nix_xmit_prepare() 372 if (!send_hdr->w0.df) in otx2_nix_xmit_prepare()
|