Searched hist:"333 dcaa4981d495bc1606a3bdf7445be56a451d5" (Results 1 – 4 of 4) sorted by relevance
/freebsd/share/man/man9/ |
H A D | unr.9 | diff 333dcaa4981d495bc1606a3bdf7445be56a451d5 Wed Oct 11 23:53:50 CEST 2017 Matt Joras <mjoras@FreeBSD.org> Add clearing function for unr(9).
Previously before you could call unrhdr_delete you needed to individually free every allocated unit. It is useful to be able to tear down the unr without having to go through this process, as it is significantly faster than freeing the individual units.
Reviewed by: cem, lidl Approved by: rstone (mentor) Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D12591
|
H A D | Makefile | diff 333dcaa4981d495bc1606a3bdf7445be56a451d5 Wed Oct 11 23:53:50 CEST 2017 Matt Joras <mjoras@FreeBSD.org> Add clearing function for unr(9).
Previously before you could call unrhdr_delete you needed to individually free every allocated unit. It is useful to be able to tear down the unr without having to go through this process, as it is significantly faster than freeing the individual units.
Reviewed by: cem, lidl Approved by: rstone (mentor) Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D12591
|
/freebsd/sys/kern/ |
H A D | subr_unit.c | diff 333dcaa4981d495bc1606a3bdf7445be56a451d5 Wed Oct 11 23:53:50 CEST 2017 Matt Joras <mjoras@FreeBSD.org> Add clearing function for unr(9).
Previously before you could call unrhdr_delete you needed to individually free every allocated unit. It is useful to be able to tear down the unr without having to go through this process, as it is significantly faster than freeing the individual units.
Reviewed by: cem, lidl Approved by: rstone (mentor) Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D12591
|
/freebsd/sys/sys/ |
H A D | systm.h | diff 333dcaa4981d495bc1606a3bdf7445be56a451d5 Wed Oct 11 23:53:50 CEST 2017 Matt Joras <mjoras@FreeBSD.org> Add clearing function for unr(9).
Previously before you could call unrhdr_delete you needed to individually free every allocated unit. It is useful to be able to tear down the unr without having to go through this process, as it is significantly faster than freeing the individual units.
Reviewed by: cem, lidl Approved by: rstone (mentor) Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D12591
|