Home
last modified time | relevance | path

Searched refs:discard (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_volume.ksh96 log_must mount -o discard $VOLUME $MNTPNT
134 log_must dd if=/dev/urandom of=$MNTPNT/discard bs=128k count=16
135 log_must fallocate --punch-hole -l 128K -o 512K $MNTPNT/discard
136 log_must fallocate --punch-hole -l 512K -o 1M $MNTPNT/discard
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh84 aclinherit discard aclinherit noallow
103 compression lzjb aclmode discard
112 aclinherit discard aclinherit noallow
131 compression lzjb aclmode discard
140 aclinherit discard aclinherit noallow
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_no_activity.ksh40 typeset activities=(free discard initialize replace remove resilver scrub)
47 log_must timeout $TIMEOUT_SECS zpool wait -t free,remove,discard $TESTPOOL
H A Dzpool_wait_discard.ksh66 log_bkgrnd zpool wait -t discard $TESTPOOL
/f-stack/freebsd/net80211/
H A Dieee80211_power.c231 int discard = 0; in ieee80211_node_psq_age() local
254 discard++; in ieee80211_node_psq_age()
265 "discard %u frames for age", discard); in ieee80211_node_psq_age()
266 IEEE80211_NODE_STAT_ADD(ni, ps_discard, discard); in ieee80211_node_psq_age()
268 return discard; in ieee80211_node_psq_age()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_index_props.zcp33 props['aclmode'] = {{'discard', 'default'}, {'discard', 'default'}}
/f-stack/app/redis-5.0.5/tests/unit/
H A Dmulti.tcl21 set v2 [r discard]
239 r discard
249 r discard
/f-stack/dpdk/doc/guides/linux_gsg/
H A Deal_args.include.rst185 To ``discard`` update on trace output file::
187 --trace-mode=d or --trace-mode=discard
/f-stack/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c628 int rc, tpver, discard; in rte_pmd_init_internals() local
741 discard = 1; in rte_pmd_init_internals()
743 &discard, sizeof(discard)); in rte_pmd_init_internals()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py582 def lzc_pool_checkpoint_translate_error(ret, name, discard=False): argument
597 if discard:
605 lzc_pool_checkpoint_translate_error(ret, name, discard=True)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg96 passthrough discard on \
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_rx.c250 goto discard; in sfc_efx_recv_pkts()
253 goto discard; in sfc_efx_recv_pkts()
273 goto discard; in sfc_efx_recv_pkts()
309 discard: in sfc_efx_recv_pkts()
/f-stack/freebsd/net/
H A Dif_ethersubr.c921 goto discard; in ether_demux()
926 discard: in ether_demux()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtrace_lib.rst41 - Support ``overwrite`` and ``discard`` trace mode operations.
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst153 The default port is the port 9 which is defined for the discard protocol
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3124 boolean_t discard, wait; in zpool_do_checkpoint() local
3135 discard = B_FALSE; in zpool_do_checkpoint()
3140 discard = B_TRUE; in zpool_do_checkpoint()
3152 if (wait && !discard) { in zpool_do_checkpoint()
3183 if (discard) { in zpool_do_checkpoint()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst372 mac short packet discard count (mspdc) was added to the counter. Mac local
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1951.txt567 preset dictionary might discard part of the output stream; a
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog475 - Add the arena.<i>.reset mallctl, which makes it possible to discard all of
584 + Don't discard curl options if timeout is not defined. (@djwatson)
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst425 * *discard*: the specified traffic is discarded
/f-stack/dpdk/doc/guides/nics/
H A Dbnxt.rst673 Instead of destroying or flushing such flows an application should discard
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md1393 determining the symbol to decode and number of bits to discard.
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1184 AOF: discard if we lost EXEC when loading aof