Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# $FreeBSD$ .PATH: ${SRCTOP}/sys/kern KMOD= libmbpool SRCS= subr_mbpool.c EXPORT_SYMS= mbp_create \ mbp_destroy \ mbp_alloc \ mbp_free \ mbp_ext_free \ mbp_card_free \ mbp_count \ mbp_get \ mbp_get_keep \ mbp_sync .include <bsd.kmod.mk>