On Mon, Jan 29, 2018 at 12:00:40AM -0800, Andrei Vagin wrote: > seq_put_decimal_ull_align(m, str, val, width) is equivalent of > seq_printf(m, "%s%*d", str, width, val), but it works much faster. It is called "minimum width", not alignment.
On Mon, Jan 29, 2018 at 12:00:40AM -0800, Andrei Vagin wrote: > seq_put_decimal_ull_align(m, str, val, width) is equivalent of > seq_printf(m, "%s%*d", str, width, val), but it works much faster. It is called "minimum width", not alignment.