Home
last modified time | relevance | path

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

/linux/drivers/ptp/
H A Dptp_private.h25 #define PTP_MAX_VCLOCKS_LIMIT (KMALLOC_MAX_SIZE/(sizeof(int))) macro
H A Dptp_sysfs.c287 if (kstrtou32(buf, 0, &max) || max == 0 || max > PTP_MAX_VCLOCKS_LIMIT) in max_vclocks_store()