Home
last modified time | relevance | path

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

/openbmc/linux/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);