Home
last modified time | relevance | path

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

/linux-3.4.99/fs/proc/
Dproc_devtree.c145 int fixup_len = strlen(name) + 2 + 1; /* name + #x + \0 */ in fixup_name() local
149 fixed_name = kmalloc(fixup_len, GFP_KERNEL); in fixup_name()
157 size = snprintf(fixed_name, fixup_len, "%s#%d", name, i); in fixup_name()
160 if (size > fixup_len) { in fixup_name()
163 fixup_len = size; in fixup_name()