Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c140 if (likely(!rc->rc_tracked)) { in zfs_refcount_add_many()
168 if (likely(!rc->rc_tracked)) { in zfs_refcount_add_few()
183 if (likely(!rc->rc_tracked)) { in zfs_refcount_remove_many()
230 if (likely(!rc->rc_tracked)) { in zfs_refcount_remove_few()
282 if (likely(!rc->rc_tracked)) in zfs_refcount_transfer_ownership_many()
316 if (likely(!rc->rc_tracked)) in zfs_refcount_held()
324 if (likely(ref == NULL)) in zfs_refcount_held()
343 if (likely(!rc->rc_tracked)) in zfs_refcount_not_held()
351 if (likely(ref == NULL)) in zfs_refcount_not_held()
H A Dspace_reftree.c61 if (likely(cmp)) in space_reftree_compare()
H A Dvdev_queue.c219 if (likely(cmp)) in vdev_queue_offset_compare()
251 if (likely(cmp)) in vdev_queue_timestamp_compare()
H A Dvdev_cache.c124 if (likely(cmp)) in vdev_cache_lastused_compare()
/illumos-gate/usr/src/cmd/fm/dicts/
H A DDISK.po41 msgstr "It is likely that the continued operation of\nthis disk will result in data loss.\n"
57 msgstr "Performance degradation is likely and continued disk operation\nbeyond the temperature thre…
105 msgstr "It is likely that continued operation will result in data corruption, which may eventually …
121 msgstr "Performance degradation is likely and continued operation of this device will cause drive f…
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_context.h83 #define likely(x) _zfs_expect((x) != 0, 1) macro
/illumos-gate/usr/src/contrib/bhyve/
H A DREADME6 FreeBSD source tree. Files requiring extensive modification are likely a
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c108 #define likely(x) __builtin_expect((x), 1) macro
111 #define likely(x) (x) macro
442 if (likely(rpl->status != CPL_ERR_NONE)) { in do_l2t_write_rpl()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg272 dependent. Changing it is likely to produce an object that\n\
288 As such, changing this value is likely to produce an unusable\n\
304 As such, changing this value is likely to produce an unusable\n\
345 it to a different value is likely to produce an unusable ELF object.\n"
359 Setting it to a different value is likely to produce an unusable\n\
394 Setting it to a different value is likely to produce an unusable\n\
513 likely to render the file unusable.\n"
526 of the data, and is therefore likely to render the file unusable.\n"
554 ABI to be altered. Setting an incompatible ABI value is likely\n\
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dmapfile47 # Common interfaces that are most likely to be shared amongst the various
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h481 #define likely(x) __builtin_expect((x), 1) macro
484 #define likely(x) (x) macro
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dmapfile45 # Common interfaces that are most likely to be shared amongst the various
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c313 #ifndef likely
314 #define likely(expr) expect((expr) != 0, 1) macro
637 while likely(ip < matchlimit - (STEPSIZE - 1)) { in LZ4_compressCtx()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DREADME46 twice in DWARF which throw off the tests. The CTF tools likely should
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dnocast-vs-bitwise.md21 less likely that they get truncated by mistake. So a 64-bit integer
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch28 # are most likely to contain device entries for terminal
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h70 #ifndef likely
71 #define likely(expr) (expr) macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c111 #define likely(expr) expect((expr) != 0, 1) macro
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dmapfile47 # Common interfaces that are most likely to be shared amongst the various
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h295 #define likely(x) _zfs_expect((x) != 0, 1) macro
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dmapfile47 # Common interfaces that are most likely to be shared amongst the various
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dmapfile47 # Common interfaces that are most likely to be shared amongst the various
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dmapfile47 # Common interfaces that are most likely to be shared amongst the various
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.warn.in43 # you have to list all likely symbolic links in the check (see ptrace ex.)
/illumos-gate/usr/src/cmd/oawk/
H A DREADME93 math library on the Research system. It is more likely

1234