Searched refs:BUG (Results 1 – 12 of 12) sorted by relevance
40 if dmesg | grep -q BUG49 if dmesg | grep -q BUG
9 #define BUG() abort() macro
3 BUG kernel BUG at
280 # Prints "BUG: " in red followed by remaining arguments
98 #define BUG() \ macro
64 BUG(); in parse_status()
56 #define BUG() BUG_ON(1) macro
53 b = 1; /* BUG: Compiler and CPU can both reorder!!! */78 WRITE_ONCE(b, 1); /* BUG: No ordering vs. load from a!!! */80 /* WRITE_ONCE(b, 1); -- moved up, BUG!!! */83 /* WRITE_ONCE(b, 1); -- moved up, BUG!!! */192 WRITE_ONCE(c, 1); /* BUG: No ordering against the read from "a". */
83 (including /proc and /sys output), WARN*()/BUG*() checks whose return
195 smp_wmb(); // BUG: does not order the reads!!!
797 BUG(); in read_sse_reg()829 BUG(); in write_sse_reg()
731 dwarf-post-unwind-text := BUG
Completed in 15 milliseconds