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

/freebsd-11-stable/sys/cddl/dev/profile/
H A Dprofile.c201 * this gets its value from PROFILE_MAX_DEFAULT or profile-max-probes if it's
204 #define PROFILE_MAX_DEFAULT 1000 /* default max. number of probes */ macro
205 static uint32_t profile_max = PROFILE_MAX_DEFAULT;

Completed in 55 milliseconds