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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c234 static unsigned long tpoints_hash_size = FASTTRAP_TPOINTS_DEFAULT_SIZE; variable
241 SYSCTL_ULONG(_kern_dtrace_fasttrap, OID_AUTO, tpoints_hash_size, CTLFLAG_RDTUN, &tpoints_hash_size,
2510 nent = tpoints_hash_size;
2516 tpoints_hash_size = nent;

Completed in 56 milliseconds