Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dresource.h42 #define RLIMIT_LOCKS 10 /* maximum file locks held */ macro
/openbmc/linux/include/asm-generic/
H A Dresource.h23 [RLIMIT_LOCKS] = { RLIM_INFINITY, RLIM_INFINITY }, \
/openbmc/linux/fs/proc/
H A Dbase.c622 [RLIMIT_LOCKS] = {"Max file locks", "locks"},
/openbmc/qemu/linux-user/
H A Dstrace.c4093 RET_RES_ENTRY(RLIMIT_LOCKS); in target_ressource_string()
H A Dsyscall.c1062 return RLIMIT_LOCKS; in target_to_host_resource()