Lines Matching refs:FN
13 #define FN(lname,lid,lfac,lopt) static const struct { int resource; unsigned int fact…
15 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid),
27 FN("time(cpu-seconds)", RLIMIT_CPU, 1
30 FN("file(blocks)", RLIMIT_FSIZE, 512
33 FN("coredump(blocks)", RLIMIT_CORE, 512
36 FN("data(KiB)", RLIMIT_DATA, 1024
39 FN("stack(KiB)", RLIMIT_STACK, 1024
42 FN("lockedmem(KiB)", RLIMIT_MEMLOCK, 1024
45 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1
48 FN("processes", RLIMIT_NPROC, 1
51 FN("swap(KiB)", RLIMIT_SWAP, 1024
54 FN("humantime(seconds)", RLIMIT_TIME, 1
57 FN("vnodemonitors", RLIMIT_NOVMON, 1
60 FN("sigpending", RLIMIT_SIGPENDING, 1
63 FN("msgqueue(bytes)", RLIMIT_MSGQUEUE, 1
66 FN("AIOlockedmem(KiB)", RLIMIT_AIO_MEM, 1024
69 FN("AIOoperations", RLIMIT_AIO_OPS, 1
72 FN("cachedthreads", RLIMIT_TCACHE, 1
75 FN("sockbufsiz(KiB)", RLIMIT_SBSIZE, 1024
78 FN("threadsperprocess", RLIMIT_PTHREAD, 1
81 FN("maxnice", RLIMIT_NICE, 1
84 FN("maxrtprio", RLIMIT_RTPRIO, 1
87 FN("resident-set(KiB)", RLIMIT_RSS, 1024
89 FN("memory(KiB)", RLIMIT_VMEM, 1024
92 FN("virtual-memory(KiB)", RLIMIT_VMEM, 1024
94 FN("address-space(KiB)", RLIMIT_AS, 1024