Home
last modified time | relevance | path

Searched refs:df (Results 1 – 25 of 39) sorted by relevance

12

/f-stack/freebsd/kern/
H A Dsubr_pcpu.c123 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 Dvnet.c350 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 Dstrlcat.c41 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 Dmath.h217 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 Dpwhash_scrypt_ll.exp3 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 Denospc_df.ksh67 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 Dprojectspace_004_pos.ksh70 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 Dmath.c294 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 Dzfs_copies_002_pos.ksh98 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 Dtest_bpf.c164 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 Dtest_ipfrag.c92 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 Dencoders.rst26 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 Drollback_003_pos.ksh109 log_must df
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_01.T.out4 df 12%
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmip.h168 uint32_t df : 1; member
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_struct.c92 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 Dzfs_upgrade.kshlib140 df -F zfs / > /dev/null 2>&1
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_object_range_pos.ksh107 actual=$(get_object_list $TESTPOOL/$TESTFS 0:-1:df)
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_sdma.h134 uint32_t df : 1; member
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg29 df
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h93 uint8_t df; member
/f-stack/freebsd/contrib/ena-com/
H A Dena_eth_com.h65 u8 df; /* Don't fragment */ member
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_eth_com.h37 u8 df; /* Don't fragment */ member
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted.kshlib143 log_must rm -rf $mntpnt/[df][12]
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tx.h365 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()

12