Home
last modified time | relevance | path

Searched refs:str_true_false (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dstring_choices.h68 static inline const char *str_true_false(bool v) in str_true_false() function
72 #define str_false_true(v) str_true_false(!(v))
/linux/scripts/coccinelle/api/
A Dstring_choices.cocci76 @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)
/linux/mm/
A Dmemory-tiers.c944 return sysfs_emit(buf, "%s\n", str_true_false(numa_demotion_enabled)); in demotion_enabled_show()

Completed in 13 milliseconds