Searched hist:245575 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_mbuf.cdiff 245575 Thu Jan 17 21:44:07 MST 2013 andre Move the mbuf memory limit calculations from init_param2() to
tunable_mbinit() where it is next to where it is used later.

Change the sysinit level of tunable_mbinit() from SI_SUB_TUNABLES
to SI_SUB_KMEM after the VM is running. This allows to use better
methods to determine the effectively available physical and virtual
memory available to the kernel.

Update comments.

In a second step it can be merged into mbuf_init().
H A Dsubr_param.cdiff 245575 Thu Jan 17 21:44:07 MST 2013 andre Move the mbuf memory limit calculations from init_param2() to
tunable_mbinit() where it is next to where it is used later.

Change the sysinit level of tunable_mbinit() from SI_SUB_TUNABLES
to SI_SUB_KMEM after the VM is running. This allows to use better
methods to determine the effectively available physical and virtual
memory available to the kernel.

Update comments.

In a second step it can be merged into mbuf_init().
/freebsd-11.0-release/sys/sys/
H A Dmbuf.hdiff 245575 Thu Jan 17 21:44:07 MST 2013 andre Move the mbuf memory limit calculations from init_param2() to
tunable_mbinit() where it is next to where it is used later.

Change the sysinit level of tunable_mbinit() from SI_SUB_TUNABLES
to SI_SUB_KMEM after the VM is running. This allows to use better
methods to determine the effectively available physical and virtual
memory available to the kernel.

Update comments.

In a second step it can be merged into mbuf_init().

Completed in 160 milliseconds