Searched refs:likely (Results 51 - 75 of 80) sorted by relevance

1234

/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_ring.c557 /* likely a wrap around */
771 if (likely(r == 0)) {
H A Dradeon_gart.c193 if (likely(r == 0)) {
H A Dradeon_display.c259 if (likely(r == 0)) {
313 * (nearly) complete and the flip will (likely)
H A Dr600.c1261 if (likely(r == 0)) {
3310 if (likely(r == 0)) {
/freebsd-11.0-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c392 if (likely(nr_free != FREE_ALL_PAGES))
H A Dttm_page_alloc_dma.c472 if (likely(nr_free != FREE_ALL_PAGES))
/freebsd-11.0-release/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c563 if (likely(retval >= 0))
/freebsd-11.0-release/contrib/bmake/mk/
H A Dmeta.autodep.mk236 # If we have META_XTRAS we most likely did not create them
H A Ddirdeps.mk533 # the :M*/*/*.* just tries to limit the dirs we check to likely ones.
539 # if it was called out - we likely need it.
H A Dlib.mk585 # note that we do NOT ch{own,grp} as that would likely fail at this point.
/freebsd-11.0-release/share/mk/
H A Dmeta.autodep.mk237 # If we have META_XTRAS we most likely did not create them
H A Ddirdeps.mk534 # the :M*/*/*.* just tries to limit the dirs we check to likely ones.
540 # if it was called out - we likely need it.
/freebsd-11.0-release/share/examples/drivers/
H A Dmake_device_driver.sh305 * Add entries into the bus's list of likely devices, so that
/freebsd-11.0-release/sys/dev/mlx5/
H A Ddriver.h669 if (likely(BITS_PER_LONG == 64 || buf->nbufs == 1))
/freebsd-11.0-release/sys/dev/iser/
H A Diser_verbs.c123 if (likely(wc->status == IB_WC_SUCCESS)) {
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c650 if (likely(free_cqe)) {
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c259 if (test_bit(IPOIB_FLAG_CSUM, &priv->flags) && likely(wc->csum_ok))
/freebsd-11.0-release/contrib/gcc/
H A Dreorg.c342 once end_of_function_label is made, it is very likely the target of
676 Since this case is rare anyway, don't bother trying; there would likely
855 are predicted as very likely taken. */
883 Non conditional branches are predicted as very likely taken. */
964 is mostly taken. If we think that the branch is extremely likely
965 to be taken, we return 2. If the branch is slightly more likely to be
966 taken, return 1. If the branch is slightly less likely to be taken,
2061 the unconditional jump is likely to also have a delay slot, that
2500 LIKELY is nonzero if it is extremely likely that the branch will be
2514 rtx opposite_thread, int likely, in
2496 fill_slots_from_thread(rtx insn, rtx condition, rtx thread, rtx opposite_thread, int likely, int thread_if_true, int own_thread, int slots_to_fill, int *pslots_filled, rtx delay_list) argument
[all...]
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Den_tx.c760 if (likely(tx_desc->ctrl.srcrb_flags != CTRL_FLAGS)) {
H A Deq.c1392 if (likely(i >= 0)) {
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c2730 if (likely(cur + nreq < wq->max_post))
3406 if (likely(nreq)) {
3479 if (likely(nreq)) {
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c5063 asection *sec, *likely = NULL;
5068 likely = sec;
5069 if (likely != NULL)
5071 *code_sec = likely;
5073 *code_off = val - likely->vma;
9727 /* Look for a likely section. We probably won't even be
5059 asection *sec, *likely = NULL; local
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql894 ### IPROPS: Is this query horribly inefficient? Quite likely,
/freebsd-11.0-release/contrib/sendmail/src/
H A Dconf.c1765 ERROR: This OS has most likely a broken strtod() implemenentation.
3420 ** This looks at an errno value and tells if this is likely to
6375 ** and mime8to7() will most likely be different.
/freebsd-11.0-release/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1200 if (likely(sq->doorbell.d64 != 0)) {

Completed in 437 milliseconds

1234