Searched refs:BUG_ON (Results 1 – 15 of 15) sorted by relevance
28 BUG_ON(pthread_mutex_lock(&lock->mutex)); in lock_impl_lock()33 BUG_ON(pthread_mutex_unlock(&lock->mutex)); in lock_impl_unlock()96 BUG_ON(!__sync_bool_compare_and_swap(&lock->locked, true, false)); in lock_impl_unlock()106 BUG_ON(!old_locked); in lock_impl_unlock()201 BUG_ON(prev_count == UINT_MAX); in complete()
8 #define BUG_ON(x) assert(!(x)) macro12 #define WARN_ON(x) (BUG_ON(x), false)
60 BUG_ON(preempt_disable_count < 0 || preempt_disable_count == INT_MAX); in preempt_disable()73 BUG_ON(preempt_disable_count < 1); in preempt_enable()
56 BUG_ON(preempt_disable_count); in might_sleep()
68 BUG_ON(preemptible()); \
27 #define BUG_ON(condition) do { if (condition) BUG(); } while (0) macro67 BUG_ON(!vring_more_used(vq)); in vring_get_buf()92 BUG_ON(out + in == 0); in vring_add_buf()
33 #define BUG_ON(condition) do { if (condition) BUG(); } while (0) macro113 BUG_ON(len > sizeof(struct virtio_net_hdr) + ETH_FRAME_LEN); in virtnet_poll()163 BUG_ON(len > sizeof(tx_eth_frame.data)); in virtnet_transmit()
128 BUG_ON(port == 0); in release_local_port()135 BUG_ON((used_ports_map[nr] & mask) != mask); in release_local_port()149 BUG_ON((used_ports_map[i] & used_ports[i]) != used_ports[i]); in _nl_socket_used_ports_release_all()
49 #define BUG_ON(condition) assert(!(condition)) macro
105 #define BUG_ON(condition) \ macro
73 #define BUG_ON(x) do { if (x) ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro475 BUG_ON(sp < 0); in constraint_expr_eval_reason()480 BUG_ON(sp < 1); in constraint_expr_eval_reason()486 BUG_ON(sp < 1); in constraint_expr_eval_reason()
360 BUG_ON(setup->next_offset != size); in vc4_create_rcl_bo()
779 BUG_ON(roundup(packet_size, 16) - packet_size > nr_relocs * 4); in validate_gl_shader_rec()
221 + BUG_ON(dev->target_count);225 - BUG_ON(dm_setup_args.target_count);
199 BUG_ON(link->l_info); in release_link_info()