Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-block.git] / tools / perf / util / rlimit.h
1 /* SPDX-License-Identifier: LGPL-2.1 */
2 #ifndef __PERF_RLIMIT_H_
3 #define __PERF_RLIMIT_H_
4
5 enum rlimit_action {
6         NO_CHANGE,
7         SET_TO_MAX,
8         INCREASED_MAX
9 };
10
11 void rlimit__bump_memlock(void);
12
13 bool rlimit__increase_nofile(enum rlimit_action *set_rlimit);
14
15 #endif // __PERF_RLIMIT_H_