Searched refs:PTP_MAX_VCLOCKS_LIMIT (Results 1 – 2 of 2) sorted by relevance
25 #define PTP_MAX_VCLOCKS_LIMIT (KMALLOC_MAX_SIZE/(sizeof(int))) macro
287 if (kstrtou32(buf, 0, &max) || max == 0 || max > PTP_MAX_VCLOCKS_LIMIT) in max_vclocks_store()