Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c236 static unsigned long tpoints_hash_size = FASTTRAP_TPOINTS_DEFAULT_SIZE; variable
244 SYSCTL_ULONG(_kern_dtrace_fasttrap, OID_AUTO, tpoints_hash_size, CTLFLAG_RDTUN, &tpoints_hash_size,
2417 nent = tpoints_hash_size; in fasttrap_load()
2423 tpoints_hash_size = nent; in fasttrap_load()