Searched refs:nx_dbg (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h23 extern int nx_dbg;
47 #define prt_err(fmt, ...) do { if (nx_dbg >= 0) { \
53 #define prt_warn(fmt, ...) do { if (nx_dbg >= 1) { \
59 #define prt_info(fmt, ...) do { if (nx_dbg >= 2) { \
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c67 int nx_dbg; variable
378 nx_dbg = 0;
H A Dgunz_test.c62 int nx_dbg; variable
1008 nx_dbg = 0;

Completed in 217 milliseconds