tag | line | file | source code |
---|---|---|---|
RLIMIT_CORE | 955 | fs/binfmt_elf.c | int limit = current->rlim[RLIMIT_CORE].rlim_cur; |
RLIMIT_CORE | 191 | fs/exec.c | if (current->rlim[RLIMIT_CORE].rlim_cur < PAGE_SIZE) |
RLIMIT_CORE | 232 | fs/exec.c | current->rlim[RLIMIT_CORE].rlim_cur) |
RLIMIT_CORE | 237 | fs/exec.c | current->rlim[RLIMIT_CORE].rlim_cur) |