Searched hist:cb944413 (Results 1 - 3 of 3) sorted by last modified time

/linux-master/kernel/
H A Dsysctl.cdiff cb944413 Thu Mar 25 12:08:13 MDT 2021 Eric Dumazet <edumazet@google.com> sysctl: add proc_dou8vec_minmax()

Networking has many sysctls that could fit in one u8.

This patch adds proc_dou8vec_minmax() for this purpose.

Note that the .extra1 and .extra2 fields are pointing
to integers, because it makes conversions easier.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux-master/fs/proc/
H A Dproc_sysctl.cdiff cb944413 Thu Mar 25 12:08:13 MDT 2021 Eric Dumazet <edumazet@google.com> sysctl: add proc_dou8vec_minmax()

Networking has many sysctls that could fit in one u8.

This patch adds proc_dou8vec_minmax() for this purpose.

Note that the .extra1 and .extra2 fields are pointing
to integers, because it makes conversions easier.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux-master/include/linux/
H A Dsysctl.hdiff cb944413 Thu Mar 25 12:08:13 MDT 2021 Eric Dumazet <edumazet@google.com> sysctl: add proc_dou8vec_minmax()

Networking has many sysctls that could fit in one u8.

This patch adds proc_dou8vec_minmax() for this purpose.

Note that the .extra1 and .extra2 fields are pointing
to integers, because it makes conversions easier.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Completed in 503 milliseconds