Home
last modified time | relevance | path

Searched refs:waste (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c142 int waste = (n << PAGE_SHIFT) - abd->abd_size; in abd_update_scatter_stats() local
146 ABDSTAT_INCR(abdstat_scatter_chunk_waste, waste); in abd_update_scatter_stats()
147 arc_space_consume(waste, ARC_SPACE_ABD_CHUNK_WASTE); in abd_update_scatter_stats()
151 ABDSTAT_INCR(abdstat_scatter_chunk_waste, -waste); in abd_update_scatter_stats()
152 arc_space_return(waste, ARC_SPACE_ABD_CHUNK_WASTE); in abd_update_scatter_stats()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt_api.h44 u32 waste; member
H A Decore_cxt.c2381 p_info->waste = ILT_PAGE_IN_BYTES(p_cli->p_size.val) - in ecore_cxt_get_tid_mem_info()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c661 int waste = P2ROUNDUP(abd->abd_size, PAGESIZE) - abd->abd_size; in abd_update_scatter_stats() local
665 ABDSTAT_INCR(abdstat_scatter_chunk_waste, waste); in abd_update_scatter_stats()
666 arc_space_consume(waste, ARC_SPACE_ABD_CHUNK_WASTE); in abd_update_scatter_stats()
670 ABDSTAT_INCR(abdstat_scatter_chunk_waste, -waste); in abd_update_scatter_stats()
671 arc_space_return(waste, ARC_SPACE_ABD_CHUNK_WASTE); in abd_update_scatter_stats()
/freebsd/crypto/openssl/crypto/
H A DREADME-sparse_array.md111 Because the data is expected to be sparse this doesn't result in a large waste
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c196 BN_ULONG ret, waste; in bn_div_words() local
198 asm("divq %4":"=a"(ret), "=d"(waste) in bn_div_words()
/freebsd/share/mk/
H A Dgendirdeps.mk424 # don't waste time looking for ways to make .meta files
/freebsd/contrib/bmake/mk/
H A Dgendirdeps.mk424 # don't waste time looking for ways to make .meta files
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzil.c1748 uint_t waste = zil_max_waste_space(zilog); in zil_lwb_plan() local
1749 waste = MAX(waste, zilog->zl_cur_max); in zil_lwb_plan()
1750 if (chunk <= md - waste) { in zil_lwb_plan()
1751 *minsize = MAX(s - (md - waste) * (n - 1), waste); in zil_lwb_plan()
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt65 Double checking the integrity would probably be waste of CPU cycles.
/freebsd/tools/tools/git/
H A DHOWTO21 subsequent commit, it is a waste of your reviewer's time to have them review
/freebsd/share/examples/drivers/
H A Dmake_device_driver.sh302 * some (or all) of them will fail probe() and only waste a little memory.
/freebsd/contrib/llvm-project/lld/docs/
H A DNewLLD.rst129 It is important to not waste time on relocations and symbols.
/freebsd/sys/contrib/zlib/
H A DFAQ292 in the universe. It just got to be a waste of time, and some compilers
/freebsd/contrib/tcpdump/
H A DCMakeLists.txt416 # For Windows, don't need to waste time checking for fork() or vfork().
/freebsd/share/dict/
H A Dweb2a860 alkali waste
6995 bone waste
22696 food waste
56624 soda waste
62350 tank waste
69691 vat waste
71050 waste bank
71051 waste bin
71053 waste box
71054 waste boy
[all …]
H A Dweb2230816 waste
/freebsd/share/examples/ipfilter/
H A Dipf-howto.txt44 make this document a waste of your time. For greater under-
279 Having half a config file laid to waste is rarely a
/freebsd/contrib/libpcap/
H A DCHANGES101 not to waste descriptors.
/freebsd/contrib/one-true-awk/testdir/
H A Dbib13821 To satisfy the desolate and waste ground; and to cause the bud of the tender herb to spring forth?
15193 For they have devoured Jacob, and laid waste his dwelling place.
15212 The boar out of the wood doth waste it, and the wild beast of the field doth devour it.
17962 …cause in the night Ar of Moab is laid waste, and brought to silence; because in the night Kir of M…
18092 Howl, ye ships of Tarshish: for your strength is laid waste.
18371 Of a truth, LORD, the kings of Assyria have laid waste all the nations, and their countries,
18654 Thy children shall make haste; thy destroyers and they that made thee waste shall go forth of thee.
21349 I will lay thy cities waste, and thou shalt be desolate, and thou shalt know that I am the LORD.
22845 Is it time for you, O ye, to dwell in your cieled houses, and this house lie waste?
23093 And I hated Esau, and laid his mountains and his heritage waste for the dragons of the wilderness.
[all …]
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch1872 + /* Do not waste time looking for NSDNAME and NSIP hits when there
/freebsd/contrib/dialog/
H A DCHANGES2298 use an included intl library, but I consider that to be a waste of
/freebsd/contrib/ncurses/
H A DNEWS9639 This made the game very easy to win, because you never had to waste
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt12788 it is a waste of time to run the _STA method if the _INI does not exist.