Searched refs:str_true_false (Results 1 – 3 of 3) sorted by relevance
68 static inline const char *str_true_false(bool v) in str_true_false() function72 #define str_false_true(v) str_true_false(!(v))
76 @str_true_false depends on patch disable neg_if_exp@80 + str_true_false(E)93 coccilib.report.print_report(p[0], "opportunity for str_true_false(%s)" % e)
944 return sysfs_emit(buf, "%s\n", str_true_false(numa_demotion_enabled)); in demotion_enabled_show()
Completed in 13 milliseconds