git: kernel - add hashinit_ext() and phashinit_ext()

看板DFBSD_commit作者時間16年前 (2009/12/20 16:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit c02197ac4398205f5d55cbb345e14c21e70d8c3b Author: Matthew Dillon <dillon@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
文章代碼(AID): #1BBU48pG (DFBSD_commit)