Searched refs:proflen (Results 1 – 1 of 1) sorted by relevance
623 static int class_add_profile(int proflen, char *prof, int osclen, char *osc, in class_add_profile() argument636 LASSERT(proflen == (strlen(prof) + 1)); in class_add_profile()637 lprof->lp_profile = kmemdup(prof, proflen, GFP_NOFS); in class_add_profile()