Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/s390/char/
Dmonwriter.c32 static int mon_max_bufs = 255; variable
127 if (mon_buf_count >= mon_max_bufs) in monwrite_new_hdr()
313 module_param_named(max_bufs, mon_max_bufs, int, 0644);