HomeSort by: relevance | last modified time | path
    Searched refs:unlikely (Results 1 - 25 of 203) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_bo.c 105 if (unlikely(ret != 0))
111 if (unlikely(ret != 0))
154 if (unlikely(ret != 0))
160 if (unlikely(ret != 0))
238 if (unlikely(ret != 0))
243 if (unlikely(ret != 0))
297 if (unlikely(ret != 0))
301 if (unlikely(ret != 0))
442 if (unlikely(struct_size == 0)) {
557 if (unlikely(base == NULL)
    [all...]
vmwgfx_gmr.c 60 if (unlikely(cmd == NULL))
119 if (unlikely(cmd == NULL))
141 if (unlikely(!vmw_piter_next(&data_iter)))
144 if (unlikely(!(dev_priv->capabilities & SVGA_CAP_GMR2)))
vmwgfx_mob.c 136 if (unlikely(mob == NULL)) {
149 if (unlikely(ret != 0))
157 if (unlikely(cmd == NULL)) {
212 if (unlikely(cmd == NULL))
268 if (unlikely(ret != 0))
274 if (unlikely(ret != 0))
277 if (unlikely(ret != 0))
290 if (unlikely(ret != 0))
344 if (unlikely(ret != 0))
418 if (unlikely(!mob)
    [all...]
vmwgfx_surface.c 380 if (unlikely(!cmd))
423 if (unlikely(dev_priv->used_memory_size + res->backup_size >=
432 if (unlikely(ret != 0)) {
437 if (unlikely(res->id >= SVGA3D_MAX_SURFACE_IDS)) {
448 if (unlikely(!cmd)) {
500 if (unlikely(!cmd))
560 if (unlikely(readback))
586 if (unlikely(!cmd))
629 if (unlikely(ret != 0)) {
756 if (unlikely(vmw_user_surface_size == 0)
    [all...]
vmwgfx_shader.c 180 if (unlikely(ret != 0)) {
220 if (unlikely(ret != 0)) {
225 if (unlikely(res->id >= VMWGFX_NUM_GB_SHADER)) {
231 if (unlikely(cmd == NULL)) {
265 if (unlikely(cmd == NULL))
293 if (unlikely(cmd == NULL))
333 if (unlikely(cmd == NULL)) {
403 if (unlikely(cmd == NULL))
490 if (unlikely(cmd == NULL))
736 if (unlikely(vmw_user_shader_size == 0)
    [all...]
vmwgfx_context.c 169 if (unlikely(cmd == NULL))
195 if (unlikely(ret != 0))
257 if (unlikely(ret != 0)) {
262 if (unlikely(res->id >= SVGA3D_MAX_CONTEXT_IDS)) {
269 if (unlikely(cmd == NULL)) {
309 if (unlikely(ret != 0)) {
314 if (unlikely(res->id >= VMWGFX_NUM_GB_CONTEXT)) {
320 if (unlikely(cmd == NULL)) {
352 if (unlikely(cmd == NULL))
396 if (unlikely(cmd == NULL))
    [all...]
vmwgfx_execbuf.c 225 if (unlikely(ret != 0))
481 if (unlikely(ret != 0))
497 if (unlikely(ret != 0))
532 if (unlikely(!rel)) {
695 if (unlikely(ret != 0))
762 if (unlikely(ret != 0)) {
897 if (unlikely(ret != 0))
903 if (unlikely(ret))
993 if (unlikely(ret != 0))
1048 if (unlikely(new_query_bo != sw_context->cur_query_bo))
    [all...]
ttm_object.c 192 if (unlikely(ret != 0))
324 if (unlikely(drm_ht_find_item_rcu(ht, base->handle, &hash) != 0))
333 if (unlikely(base != ref->obj))
340 if (unlikely(kref_read(&ref->kref) == 0))
390 if (unlikely(ret != 0))
393 if (unlikely(ref == NULL)) {
460 if (unlikely(ret != 0)) {
506 if (unlikely(tfile == NULL))
540 if (unlikely(tdev == NULL))
713 if (unlikely(base == NULL |
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object_blt.c 97 if (unlikely(err))
119 if (unlikely(err))
146 if (unlikely(err))
168 if (unlikely(err))
172 if (unlikely(err))
177 if (unlikely(err))
186 if (unlikely(err))
193 if (unlikely(err))
296 if (unlikely(err))
335 if (unlikely(err)
    [all...]
i915_gem_client_blt.c 169 if (unlikely(err))
181 if (unlikely(err))
202 if (unlikely(err))
207 if (unlikely(err))
224 if (unlikely(err)) {
235 if (unlikely(err)) {
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_vm.c 86 if (unlikely(err != 0)) {
142 if (unlikely(!dma_resv_trylock(bo->base.resv))) {
235 if (unlikely(ret != 0))
239 if (unlikely(err != 0))
242 if (unlikely(err != 0)) {
252 if (unlikely(page_offset >= bo->num_pages)) {
285 if (unlikely(!page && i == 0)) {
288 } else if (unlikely(!page)) {
312 if (unlikely((ret & VM_FAULT_ERROR))) {
320 if (unlikely(++page_offset >= page_last)
    [all...]
ttm_module.c 76 if (unlikely(ret != 0))
81 if (unlikely(ret != 0))
ttm_memory.c 289 if (unlikely(ret != 0))
317 if (unlikely(!zone))
334 if (unlikely(ret != 0)) {
357 if (unlikely(!zone))
375 if (unlikely(ret != 0)) {
393 if (unlikely(!zone))
426 if (unlikely(ret != 0)) {
449 if (unlikely(ret != 0)) {
461 if (unlikely(ret != 0))
465 if (unlikely(ret != 0)
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
spsc_queue.h 106 if (unlikely(!next)) {
114 } while (unlikely(!(queue->head = READ_ONCE(node->next))));
  /src/sys/ufs/chfs/
debug.h 44 #define unlikely(x) __builtin_expect ((x), 0) macro
55 if (unlikely(!(expr))) { \
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_ct.c 232 if (unlikely(err))
238 if (unlikely(err))
327 if (unlikely(used + len + 1 >= size))
409 if (unlikely(err)) {
468 if (unlikely(err))
505 if (unlikely(err))
514 if (unlikely(err))
552 if (unlikely(!ct->enabled)) {
560 if (unlikely(ret < 0)) {
563 } else if (unlikely(ret))
    [all...]
  /src/sys/external/bsd/ena-com/
ena_com.c 197 if (unlikely(!aenq_handlers)) {
217 if (unlikely(command_id >= queue->q_depth)) {
223 if (unlikely(queue->comp_ctx[command_id].occupied && capture)) {
268 if (unlikely(!comp_ctx))
286 if (unlikely((admin_queue->sq.tail & queue_size_mask) == 0))
303 if (unlikely(!queue->comp_ctx)) {
327 if (unlikely(!admin_queue->running_state)) {
335 if (unlikely(IS_ERR(comp_ctx)))
474 if (unlikely(!comp_ctx)) {
513 if (unlikely(head_masked == admin_queue->q_depth))
    [all...]
ena_eth_com.c 63 if (unlikely((io_cq->head & (io_cq->q_depth - 1)) == 0))
103 if (unlikely((io_sq->tail & (io_sq->q_depth - 1)) == 0))
122 if (unlikely((header_offset + header_len) > llq_info->desc_list_entry_size)) {
127 if (unlikely(!bounce_buffer)) {
145 if (unlikely(!bounce_buffer)) {
221 if (unlikely((io_sq->tail & (io_sq->q_depth - 1)) == 0))
281 if (unlikely(rc != 0))
393 if (unlikely(header_len > io_sq->tx_max_header_size)) {
399 if (unlikely((io_sq->mem_queue_type == ENA_ADMIN_PLACEMENT_POLICY_DEV) && !buffer_to_push))
403 if (unlikely(rc)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_dma.c 156 if (unlikely(ret))
161 if (unlikely(get < 0)) {
176 if (unlikely(get < 0)) {
203 if (unlikely(get == -EBUSY))
215 if (unlikely(get == -EINVAL) || get < NOUVEAU_DMA_SKIPS)
249 if (unlikely(get == -EBUSY))
251 if (unlikely(get == -EINVAL))
  /src/sys/external/bsd/drm2/dist/drm/
drm_cache.c 56 if (unlikely(page == NULL))
105 if (unlikely(page == NULL))
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_object.h 37 if (unlikely(r != 0)) {
74 if (unlikely(r != 0)) {
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gem.h 44 #define GEM_BUG_ON(condition) do { if (unlikely((condition))) { \
63 #define GEM_WARN_ON(expr) ({ unlikely(!!(expr)); })
  /src/sys/dev/pci/
if_ena.c 263 if (unlikely(dma_space_addr == 0))
710 if (unlikely(err != 0)) {
720 if (unlikely(rc != 0)) {
915 if (unlikely(rc != 0)) {
1030 if (unlikely(rx_info->mbuf != NULL))
1034 if (unlikely(rx_info->mbuf == NULL)) {
1049 if (unlikely((error != 0) || (rx_info->map->dm_nsegs != 1))) {
1118 if (unlikely(rc != 0))
1124 if (unlikely(rc != 0)) {
1132 if (unlikely(rc != 0))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_context.c 62 if (unlikely(err))
102 if (unlikely(!test_bit(CONTEXT_ALLOC_BIT, &ce->flags))) {
119 if (unlikely(err))
123 if (unlikely(err))
381 if (unlikely(err))
intel_ppgtt.c 23 if (unlikely(!pt))
26 if (unlikely(setup_page_dma(vm, &pt->base))) {
40 if (unlikely(!pd))
52 if (unlikely(!pd))
55 if (unlikely(setup_page_dma(vm, px_base(pd)))) {

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 9