Searched refs:OPROMMAXPARAM (Results 1 – 2 of 2) sorted by relevance
19 #define OPROMMAXPARAM 4096 /* Maximum size of oprom_array. */ macro
76 if (bufsize > OPROMMAXPARAM) in copyin()77 bufsize = OPROMMAXPARAM; in copyin()98 if (!(*opp_p = kzalloc(sizeof(int) + OPROMMAXPARAM + 1, GFP_KERNEL))) in getstrings()104 while ((n < 2) && (bufsize < OPROMMAXPARAM)) { in getstrings()