Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dcpupm.c41 #define UINT64_MAX_STRING (sizeof ("18446744073709551615")) in cpupm_set_supp_freqs() macro
54 supp_freqs = kmem_zalloc((UINT64_MAX_STRING * nspeeds), KM_SLEEP); in cpupm_set_supp_freqs()
65 kmem_free(supp_freqs, (UINT64_MAX_STRING * nspeeds)); in cpupm_set_supp_freqs()