git: kernel - add hashinit_ext() and phashinit_ext()
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Dec 20 00:24:26 PST 2009
commit c02197ac4398205f5d55cbb345e14c21e70d8c3b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Dec 20 00:13:38 2009 -0800
kernel - add hashinit_ext() and phashinit_ext()
* Add hashinit_ext() and phashinit_ext(), extended versions of
hashinit() and phashinit() which take a structure size and zero
the array instead of assuming it is only an array of LIST_HEAD's.
Summary of changes:
sys/kern/kern_subr.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++
sys/sys/systm.h | 4 +++
2 files changed, 55 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c02197ac4398205f5d55cbb345e14c21e70d8c3b
--
DragonFly BSD source repository
More information about the Commits
mailing list