Searched refs:name_max (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/pnp/isapnp/ |
D | core.c | 545 isapnp_parse_name(char *name, unsigned int name_max, unsigned short *size) in isapnp_parse_name() argument 549 *size >= name_max ? (name_max - 1) : *size; in isapnp_parse_name()
|
/linux-6.1.9/arch/powerpc/perf/ |
D | hv-24x7.c | 501 static struct attribute *device_str_attr_create(char *name, int name_max, in device_str_attr_create() argument 513 n = kasprintf(GFP_KERNEL, "%.*s", name_max, name); in device_str_attr_create() 515 n = kasprintf(GFP_KERNEL, "%.*s__%d", name_max, name, in device_str_attr_create()
|