Searched refs:CALLOUT_INITIALIZER (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_var.h175 #if !defined(CALLOUT_INITIALIZER) && (__FreeBSD_version < 600000)
176 #define CALLOUT_INITIALIZER { { { NULL } }, 0, NULL, NULL, 0 } macro
189 #define CALLOUT_INITIALIZER { { { NULL }, NULL, NULL, 0, 0 } } macro
202 #define CALLOUT_INITIALIZER { NULL, NULL } macro
H A Daltq_subr.c98 static struct callout tbr_callout = CALLOUT_INITIALIZER;

Completed in 175 milliseconds