Home
last modified time | relevance | path

Searched refs:is_d (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/net/smc/
Dsmc_stats.h159 typeof(_is_smcd) is_d = (_is_smcd); \
162 if ((is_d) && (is_r)) \
164 if ((is_d) && !(is_r)) \
166 if (!(is_d) && (is_r)) \
168 if (!(is_d) && !(is_r)) \
177 typeof(_is_smcd) is_d = (_is_smcd); \
179 if ((is_d) && (is_r)) \
181 if ((is_d) && !(is_r)) \
183 if (!(is_d) && (is_r)) \
185 if (!(is_d) && !(is_r)) \
/linux-6.6.21/arch/powerpc/mm/ptdump/
Dbats.c15 static void bat_show_603(struct seq_file *m, int idx, u32 lower, u32 upper, bool is_d) in bat_show_603() argument
45 seq_puts(m, is_d ? "r " : " x "); in bat_show_603()
47 seq_puts(m, is_d ? "rw " : " x "); in bat_show_603()
49 seq_puts(m, is_d ? " " : " "); in bat_show_603()