Searched refs:ulimit (Results 1 – 17 of 17) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/misc/full/ |
D | misc_test_013.cpp | 40 ret = ulimit(UL_SETFSIZE, size); in TestCase() 43 ret = ulimit(UL_GETFSIZE, size); in TestCase() 46 ret = ulimit(size, size); in TestCase() 50 ret = ulimit(UL_SETFSIZE, max); in TestCase()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | user_pages.c | 74 unsigned long ulimit = rlimit(RLIMIT_MEMLOCK), pinned, cache_limit, in hfi1_can_pin_pages() local 85 cache_limit = (ulimit / usr_ctxts) / 4; in hfi1_can_pin_pages() 88 if (ulimit != (-1UL) && size > cache_limit) in hfi1_can_pin_pages() 97 if (pinned + npages >= ulimit && !can_lock) in hfi1_can_pin_pages()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_ctl_defs.h | 105 unsigned int ulimit; /* TDDP region end address */ member 121 unsigned int ulimit; member
|
D | cxgb3_offload.c | 215 uiip->ulimit = t3_read_reg(adapter, A_ULPRX_ISCSI_ULIMIT); in cxgb_ulp_iscsi_ctl() 425 ddpp->ulimit = t3_read_reg(adapter, A_ULPRX_TDDP_ULIMIT); in cxgb_offload_ctl()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1235 if (uinfo.llimit >= uinfo.ulimit) { in cxgb3i_ddp_init() 1237 ndev->name, uinfo.llimit, uinfo.ulimit); in cxgb3i_ddp_init() 1241 ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; in cxgb3i_ddp_init() 1245 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init() 1254 (uinfo.ulimit - uinfo.llimit + 1), in cxgb3i_ddp_init() 1261 uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIFT); in cxgb3i_ddp_init()
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
D | vtoc.h | 71 struct vtoc_cchh ulimit; /* ending point of this extent */ member
|
/kernel/linux/linux-5.10/block/partitions/ |
D | ibm.c | 176 size = cchh2blk(&f1.DS1EXT1.ulimit, geo) - in find_vol1_partitions()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | perf-security.rst | 213 (ulimit -n), which is usually derived from the login shell process. When 235 4128 KiB of memory above the RLIMIT_MEMLOCK limit (ulimit -l) for
|
D | kernel-parameters.txt | 3970 you might want to try "ulimit -i unlimited".
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 68 58 common ulimit sys_ni_syscall
|
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/ |
D | syscall_o32.tbl | 70 58 o32 ulimit sys_ni_syscall
|
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 68 # 58 was ulimit
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | msg_zerocopy.rst | 87 the user exceeds its ulimit on locked pages.
|
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 68 # 58 was ulimit
|
/kernel/linux/linux-5.10/arch/x86/entry/syscalls/ |
D | syscall_32.tbl | 72 58 i386 ulimit
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 81 58 common ulimit sys_ni_syscall
|
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 79 58 common ulimit sys_ni_syscall
|