Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dbinfmt_misc.c77 #define MAX_REGISTER_LENGTH 1920 macro
312 if ((count < 11) || (count > MAX_REGISTER_LENGTH)) in create_entry()