HomeSort by relevance Sort by last modified time
    Searched refs:BUG_ON (Results 1 - 15 of 15) sorted by null

  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
bug_on.h 8 #define BUG_ON(x) assert(!(x))
12 #define WARN_ON(x) (BUG_ON(x), false)
preempt.h 7 #include "bug_on.h"
56 BUG_ON(preempt_disable_count);
preempt.c 60 BUG_ON(preempt_disable_count < 0 || preempt_disable_count == INT_MAX);
73 BUG_ON(preempt_disable_count < 1);
locks.h 10 #include "bug_on.h"
28 BUG_ON(pthread_mutex_lock(&lock->mutex));
33 BUG_ON(pthread_mutex_unlock(&lock->mutex));
96 BUG_ON(!__sync_bool_compare_and_swap(&lock->locked, true, false));
106 BUG_ON(!old_locked);
201 BUG_ON(prev_count == UINT_MAX);
percpu.h 6 #include "bug_on.h"
68 BUG_ON(preemptible()); \
  /external/syslinux/gpxe/src/drivers/bus/
virtio-ring.c 27 #define BUG_ON(condition) do { if (condition) BUG(); } while (0)
67 BUG_ON(!vring_more_used(vq));
92 BUG_ON(out + in == 0);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_simulator_validate.h 49 #define BUG_ON(condition) assert(!(condition))
  /external/syslinux/gpxe/src/drivers/net/
virtio-net.c 33 #define BUG_ON(condition) do { if (condition) BUG(); } while (0)
113 BUG_ON(len > sizeof(struct virtio_net_hdr) + ETH_FRAME_LEN);
163 BUG_ON(len > sizeof(tx_eth_frame.data));
  /external/libnl/lib/
socket.c 128 BUG_ON(port == 0);
135 BUG_ON((used_ports_map[nr] & mask) != mask);
149 BUG_ON((used_ports_map[i] & used_ports[i]) != used_ports[i]);
168 BUG_ON(port == UINT32_MAX || port == 0 || (getpid() & 0x3FFFFF) != (port & 0x3FFFFF));
169 BUG_ON(used_ports[nr] & mask);
  /external/libnl/include/netlink-private/
netlink.h 105 #define BUG_ON(condition) \
  /external/selinux/libsepol/src/
services.c 73 #define BUG_ON(x) do { if (x) ERR(NULL, "Badness at %s:%d", __FILE__, __LINE__); } while (0)
475 BUG_ON(sp < 0);
480 BUG_ON(sp < 1);
486 BUG_ON(sp < 1);
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_render_cl.c 360 BUG_ON(setup->next_offset != size);
vc4_validate.c 779 BUG_ON(roundup(packet_size, 16) - packet_size > nr_relocs * 4);
  /external/libnl/lib/route/
link.c 199 BUG_ON(link->l_info);
    [all...]
  /tools/repohooks/tools/
checkpatch.pl     [all...]

Completed in 2789 milliseconds