/external/linux-kselftest/tools/testing/selftests/vm/ |
D | map_populate.c | 24 #define BUG_ON(condition, description) \ macro 38 BUG_ON(ret <= 0, "read(sock)"); in parent_f() 42 BUG_ON(ret, "msync()"); in parent_f() 45 BUG_ON(ret <= 0, "write(sock)"); in parent_f() 48 BUG_ON(!WIFEXITED(status), "child in unexpected state"); in parent_f() 59 BUG_ON(smap == MAP_FAILED, "mmap()"); in child_f() 61 BUG_ON(*smap != 0xdeadbabe, "MAP_PRIVATE | MAP_POPULATE changed file"); in child_f() 64 BUG_ON(ret <= 0, "write(sock)"); in child_f() 67 BUG_ON(ret <= 0, "read(sock)"); in child_f() 69 BUG_ON(*smap == 0x22222BAD, "MAP_POPULATE didn't COW private page"); in child_f() [all …]
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | locks.h | 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()
|
D | bug_on.h | 8 #define BUG_ON(x) assert(!(x)) macro 12 #define WARN_ON(x) (BUG_ON(x), false)
|
D | preempt.c | 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()
|
D | preempt.h | 56 BUG_ON(preempt_disable_count); in might_sleep()
|
D | percpu.h | 68 BUG_ON(preemptible()); \
|
/external/fsverity-utils/lib/ |
D | hash_algs.c | 32 BUG_ON(ret != 1); in openssl_digest_init() 42 BUG_ON(ret != 1); in openssl_digest_update() 51 BUG_ON(ret != 1); in openssl_digest_final()
|
D | lib_private.h | 84 #define BUG_ON(condition) \ macro
|
/external/erofs-utils/include/erofs/ |
D | defs.h | 161 #define BUG_ON(cond) assert(!(cond)) macro 166 #define DBG_BUGON(condition) BUG_ON(condition)
|
/external/libnl/lib/ |
D | socket.c | 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()
|
D | cache_mngt.c | 259 BUG_ON (ops->co_obj_ops->oo_keygen && !ops->co_obj_ops->oo_compare); in nl_cache_mngt_register()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 49 #define BUG_ON(condition) assert(!(condition)) macro
|
/external/libnl/lib/route/link/ |
D | vrf.c | 115 BUG_ON(!vdst || !vsrc); in vrf_clone()
|
/external/libnl/include/netlink-private/ |
D | netlink.h | 107 #define BUG_ON(condition) \ macro
|
/external/bcc/tools/ |
D | inject_example.txt | 50 there is a BUG_ON in btrfs_prepare_close_one_device() at fs/btrfs/volumes.c:1002 59 tripped the BUG_ON, causing a segfault down the line.
|
/external/selinux/libsepol/src/ |
D | services.c | 73 #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/ |
D | vc4_render_cl.c | 370 BUG_ON(setup->next_offset != size); in vc4_create_rcl_bo()
|
D | vc4_validate.c | 779 BUG_ON(roundup(packet_size, 16) - packet_size > nr_relocs * 4); in validate_gl_shader_rec()
|
/external/erofs-utils/lib/ |
D | inode.c | 469 BUG_ON(1); in erofs_bh_flush_write_inode()
|
/external/libnl/lib/route/ |
D | link.c | 259 BUG_ON(link->l_info); in release_link_info() 1815 BUG_ON(msg->nm_nlh->nlmsg_seq != NL_AUTO_SEQ); in rtnl_link_change()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-j1-2016.log | 2275 …wlan_module_init] [ version:0x28 ] [ time(May 18 2017 18:48:22) ][(20160107)(for tpt & fix BUG_ON)]
|