Home
last modified time | relevance | path

Searched refs:sclp_console_drop (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/char/
H A Dsclp_con.c141 if (!sclp_console_drop) in sclp_console_drop_buffer()
H A Dsclp.c72 bool sclp_console_drop = true; variable
198 return kstrtobool(str, &sclp_console_drop) == 0; in sclp_setup_console_drop()
1212 rc = kstrtobool(buf, &sclp_console_drop); in con_drop_store()
1218 return sysfs_emit(buf, "%i\n", sclp_console_drop); in con_drop_show()
H A Dsclp.h310 extern bool sclp_console_drop;
H A Dsclp_vt220.c371 if (!sclp_console_drop) in sclp_vt220_drop_buffer()
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dsclp.c57 int sclp_console_drop = 1; variable
84 sclp_console_drop = drop; in sclp_setup_console_drop()
1128 return sprintf(buf, "%i\n", sclp_console_drop); in con_drop_show()
H A Dsclp_con.c143 if (!sclp_console_drop) in sclp_console_drop_buffer()
H A Dsclp.h318 extern int sclp_console_drop;
H A Dsclp_vt220.c377 if (!sclp_console_drop) in sclp_vt220_drop_buffer()

Completed in 9 milliseconds