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