Home
last modified time | relevance | path

Searched refs:BUG_ON (Results 1 – 15 of 15) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h28 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()
Dbug_on.h8 #define BUG_ON(x) assert(!(x)) macro
12 #define WARN_ON(x) (BUG_ON(x), false)
Dpreempt.c60 BUG_ON(preempt_disable_count < 0 || preempt_disable_count == INT_MAX); in preempt_disable()
73 BUG_ON(preempt_disable_count < 1); in preempt_enable()
Dpreempt.h56 BUG_ON(preempt_disable_count); in might_sleep()
Dpercpu.h68 BUG_ON(preemptible()); \
/external/syslinux/gpxe/src/drivers/bus/
Dvirtio-ring.c27 #define BUG_ON(condition) do { if (condition) BUG(); } while (0) macro
67 BUG_ON(!vring_more_used(vq)); in vring_get_buf()
92 BUG_ON(out + in == 0); in vring_add_buf()
/external/syslinux/gpxe/src/drivers/net/
Dvirtio-net.c33 #define BUG_ON(condition) do { if (condition) BUG(); } while (0) macro
113 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()
/external/libnl/lib/
Dsocket.c128 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()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h49 #define BUG_ON(condition) assert(!(condition)) macro
/external/libnl/include/netlink-private/
Dnetlink.h105 #define BUG_ON(condition) \ macro
/external/selinux/libsepol/src/
Dservices.c73 #define BUG_ON(x) do { if (x) ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0) macro
475 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()
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_render_cl.c360 BUG_ON(setup->next_offset != size); in vc4_create_rcl_bo()
Dvc4_validate.c779 BUG_ON(roundup(packet_size, 16) - packet_size > nr_relocs * 4); in validate_gl_shader_rec()
/external/avb/contrib/linux/4.4/
D0001-ANDROID-Update-init-do_mounts_dm.c-to-the-latest-Chr.patch221 + BUG_ON(dev->target_count);
225 - BUG_ON(dm_setup_args.target_count);
/external/libnl/lib/route/
Dlink.c199 BUG_ON(link->l_info); in release_link_info()