Home
last modified time | relevance | path

Searched refs:rlimit (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Dresource.h22 struct rlimit { struct
49 int getrlimit (int, struct rlimit *);
50 int setrlimit (int, const struct rlimit *);
57 int prlimit(pid_t, int, const struct rlimit *, struct rlimit *);
104 #define rlimit64 rlimit
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H A Dsignal.h203 struct rlimit rlim[RLIM_NLIMITS];
716 static inline unsigned long rlimit(unsigned int limit) in rlimit() function
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c339 unsigned long memlock_limit = rlimit(RLIMIT_MEMLOCK) >> PAGE_SHIFT; in bpf_charge_memlock()
1678 unsigned long memlock_limit = rlimit(RLIMIT_MEMLOCK) >> PAGE_SHIFT; in __bpf_prog_charge()
/device/soc/rockchip/common/sdk_linux/ipc/
H A Dshm.c1196 if (cmd == SHM_LOCK && !rlimit(RLIMIT_MEMLOCK)) { in shmctl_do_lock()

Completed in 12 milliseconds