Home
last modified time | relevance | path

Searched refs:WARN_ON (Results 1 – 25 of 27) sorted by relevance

12

/NextBSD/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_shim.c105 WARN_ON((flags != VCHI_FLAGS_NONE) && in vchi_msg_peek()
171 WARN_ON(flags != VCHI_FLAGS_BLOCK_UNTIL_QUEUED); in vchi_msg_queue()
215 WARN_ON(!service->callback); in vchi_bulk_queue_receive()
274 WARN_ON(!service->callback); in vchi_bulk_queue_transmit()
330 WARN_ON((flags != VCHI_FLAGS_NONE) && in vchi_msg_dequeue()
381 WARN_ON(flags != VCHI_FLAGS_BLOCK_UNTIL_QUEUED); in vchi_msg_queuev()
434 WARN_ON((flags != VCHI_FLAGS_NONE) && in vchi_msg_hold()
HDvchiq_2835_arm.c174 WARN_ON(((int)g_slot_mem & (PAGE_SIZE - 1)) != 0); in vchiq_platform_init()
279 WARN_ON(memhandle != VCHI_MEM_HANDLE_INVALID); in vchiq_prepare_bulk_data()
524 WARN_ON(g_free_fragments == NULL); in create_pagelist()
528 WARN_ON(fragments == NULL); in create_pagelist()
HDvchiq_core.c499 WARN_ON(fourcc == VCHIQ_FOURCC_INVALID); in get_listening_service()
571 WARN_ON(state->tx_data == NULL); in reserve_space()
778 WARN_ON(!(stride <= VCHIQ_SLOT_SIZE)); in queue_message()
958 WARN_ON(!((count == 1) && (size == elements[0].size))); in queue_message()
1075 WARN_ON(!((count == 1) && (size == elements[0].size))); in queue_message_sync()
1357 WARN_ON(!((int)(queue->local_insert - queue->process) > 0)); in resolve_bulks()
1358 WARN_ON(!((int)(queue->remote_insert - queue->process) > 0)); in resolve_bulks()
1411 WARN_ON(!((int)(queue->local_insert - queue->process) >= 0)); in abort_outstanding_bulks()
1412 WARN_ON(!((int)(queue->remote_insert - queue->process) >= 0)); in abort_outstanding_bulks()
1648 WARN_ON(!((state->rx_pos & VCHIQ_SLOT_MASK) == 0)); in parse_rx_slots()
[all …]
HDvchiq_util.c43 WARN_ON(!is_pow2(size)); in vchiu_queue_init()
HDvchiq_arm.c2511 WARN_ON(!arm_state->videocore_use_count); in vchiq_release_internal()
2512 WARN_ON(!(*entity_uc)); in vchiq_release_internal()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb.h161 WARN_ON(ret != 0); in insert_handle()
162 WARN_ON(!ret && newid != id); in insert_handle()
HDiw_cxgb_ib_intfc.h7 #undef WARN_ON
/NextBSD/sys/ofed/drivers/net/mlx4/
HDmlx4_en.h642 WARN_ON(cq->state & MLX4_EN_CQ_STATENAPI); in mlx4_en_cq_lock_napi()
657 WARN_ON(cq->state & (MLX4_EN_CQ_STATEPOLL | in mlx4_en_cq_unlock_napi()
694 WARN_ON(cq->state & (MLX4_EN_CQ_STATENAPI)); in mlx4_en_cq_unlock_poll()
706 WARN_ON(!(cq->state & MLX4_CQ_LOCKED)); in mlx4_en_cq_ll_polling()
HDalloc.c373 WARN_ON(mlx4_alloc_db_from_pgdir(pgdir, db, order)); in mlx4_db_alloc()
/NextBSD/sys/dev/ifmlx4/
HDmlx4_en.h671 WARN_ON(cq->state & MLX4_EN_CQ_STATENAPI); in mlx4_en_cq_lock_napi()
686 WARN_ON(cq->state & (MLX4_EN_CQ_STATEPOLL | in mlx4_en_cq_unlock_napi()
723 WARN_ON(cq->state & (MLX4_EN_CQ_STATENAPI)); in mlx4_en_cq_unlock_poll()
735 WARN_ON(!(cq->state & MLX4_CQ_LOCKED)); in mlx4_en_cq_ll_polling()
HDalloc.c373 WARN_ON(mlx4_alloc_db_from_pgdir(pgdir, db, order)); in mlx4_db_alloc()
/NextBSD/sys/contrib/vchiq/interface/compat/
HDvchi_bsd.h279 #define WARN_ON(condition) \ macro
292 if (WARN_ON(!__warned)) \
/NextBSD/sys/dev/drm2/
HDdrm_os_freebsd.h72 #define WARN_ON(cond) KASSERT(!(cond), ("WARN ON: " #cond)) macro
73 #define WARN_ON_SMP(cond) WARN_ON(cond)
/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_zcopy.c58 WARN_ON(ssk->tx_sa); in sdp_post_srcavail()
261 WARN_ON(1); in sdp_wait_rdma_wr_finished()
564 WARN_ON(1); in sdp_rdma_to_iovec()
HDsdp_tx.c96 WARN_ON(1); in sdp_post_send()
489 WARN_ON(ring_head(ssk->tx_ring) != ring_tail(ssk->tx_ring)); in sdp_tx_ring_destroy()
HDsdp_rx.c781 WARN_ON(ring_head(ssk->rx_ring) != ring_tail(ssk->rx_ring)); in sdp_rx_ring_destroy()
/NextBSD/sys/dev/cxgb/
HDcxgb_osdep.h133 #define WARN_ON(condition) do { \ macro
/NextBSD/sys/dev/drm2/ttm/
HDttm_page_alloc_dma.c536 WARN_ON(((pool->npages_in_use + pool->npages_free) != 0)); in ttm_dma_free_pool()
1060 WARN_ON(_manager); in ttm_dma_page_alloc_init()
1098 WARN_ON(devres_destroy(p->dev, ttm_dma_pool_release, in ttm_dma_page_alloc_fini()
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDkernel.h69 #define WARN_ON BUG_ON macro
/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_alloc.c209 WARN_ON(mlx5_alloc_db_from_pgdir(pgdir, db)); in mlx5_db_alloc_node()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmr.c772 WARN_ON(mfrpl->map & 0x3f); in mlx4_ib_alloc_fast_reg_page_list()
/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDiw_cxgbe.h612 WARN_ON(atomic_read(&(ep)->kref.refcount) < 1); \
HDcm.c2433 WARN_ON(!TAILQ_EMPTY(&req_list)); in c4iw_cm_term()
2434 WARN_ON(!list_empty(&timeout_list)); in c4iw_cm_term()
HDqp.c532 WARN_ON(pbllen > T4_MAX_FR_IMMD); in build_fastreg()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_mr.c442 WARN_ON(buffer_size_shift >= 32); in mthca_mr_alloc()

12