Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dbinfmt_misc.c83 #define MAX_REGISTER_LENGTH 1920 macro
285 if ((count < 11) || (count > MAX_REGISTER_LENGTH)) in create_entry()