HomeSort by relevance Sort by last modified time
    Searched defs:bug_on (Results 1 - 2 of 2) sorted by null

  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 66 #ifndef bug_on
67 # define bug_on(cond) assert(!(cond)) macro
218 bug_on(1);
242 bug_on(ring->type != PACKET_RX_RING);
337 bug_on(1);
380 bug_on(1);
408 bug_on(ring->type != PACKET_TX_RING);
409 bug_on(nframes < NUM_PACKETS);
487 bug_on(total_packets != 0);
604 bug_on(ring->type != PACKET_RX_RING)
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 184 c.bug_on = 1; \
361 int bug_on; member in struct:f2fs_configuration
    [all...]

Completed in 871 milliseconds