Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/s390/char/
H A 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);
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dmonwriter.c33 static int mon_max_bufs = 255; variable
131 if (mon_buf_count >= mon_max_bufs) in monwrite_new_hdr()
401 module_param_named(max_bufs, mon_max_bufs, int, 0644);

Completed in 2 milliseconds