Searched defs:task_size_max (Results 1 – 2 of 2) sorted by relevance
83 static __always_inline unsigned long task_size_max(void) in task_size_max() function
61 #define task_size_max() ((_AC(1,UL) << __VIRTUAL_MASK_SHIFT) - PAGE_SIZE) macro