1 /* SPDX-License-Identifier: LGPL-2.1 */ << 2 #ifndef __PERF_RLIMIT_H_ 1 #ifndef __PERF_RLIMIT_H_ 3 #define __PERF_RLIMIT_H_ 2 #define __PERF_RLIMIT_H_ 4 !! 3 /* SPDX-License-Identifier: LGPL-2.1 */ 5 enum rlimit_action { << 6 NO_CHANGE, << 7 SET_TO_MAX, << 8 INCREASED_MAX << 9 }; << 10 4 11 void rlimit__bump_memlock(void); 5 void rlimit__bump_memlock(void); 12 << 13 bool rlimit__increase_nofile(enum rlimit_actio << 14 << 15 #endif // __PERF_RLIMIT_H_ 6 #endif // __PERF_RLIMIT_H_ 16 7
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.