Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dbinfmt_misc.c78 #define MAX_REGISTER_LENGTH 1920 macro
360 if ((count < 11) || (count > MAX_REGISTER_LENGTH)) in create_entry()