Searched refs:ulimit (Results 1 – 16 of 16) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | user_pages.c | 32 unsigned long ulimit = rlimit(RLIMIT_MEMLOCK), pinned, cache_limit, in hfi1_can_pin_pages() local 43 cache_limit = (ulimit / usr_ctxts) / 4; in hfi1_can_pin_pages() 46 if (ulimit != (-1UL) && size > cache_limit) in hfi1_can_pin_pages() 55 if (pinned + npages >= ulimit && !can_lock) in hfi1_can_pin_pages()
|
/linux-6.1.9/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()
|
/linux-6.1.9/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1237 if (uinfo.llimit >= uinfo.ulimit) { in cxgb3i_ddp_init() 1239 ndev->name, uinfo.llimit, uinfo.ulimit); in cxgb3i_ddp_init() 1243 ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; in cxgb3i_ddp_init() 1247 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init() 1256 (uinfo.ulimit - uinfo.llimit + 1), in cxgb3i_ddp_init() 1263 uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIFT); in cxgb3i_ddp_init()
|
/linux-6.1.9/arch/s390/include/uapi/asm/ |
D | vtoc.h | 71 struct vtoc_cchh ulimit; /* ending point of this extent */ member
|
/linux-6.1.9/block/partitions/ |
D | ibm.c | 176 size = cchh2blk(&f1.DS1EXT1.ulimit, geo) - in find_vol1_partitions()
|
/linux-6.1.9/Documentation/admin-guide/ |
D | perf-security.rst | 270 (ulimit -n), which is usually derived from the login shell process. When 292 4128 KiB of memory above the RLIMIT_MEMLOCK limit (ulimit -l) for
|
D | kernel-parameters.txt | 4478 you might want to try "ulimit -i unlimited".
|
/linux-6.1.9/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 68 # 58 was ulimit
|
/linux-6.1.9/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 68 # 58 was ulimit
|
/linux-6.1.9/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 68 58 common ulimit sys_ni_syscall
|
/linux-6.1.9/Documentation/networking/ |
D | msg_zerocopy.rst | 87 the user exceeds its ulimit on locked pages.
|
/linux-6.1.9/arch/x86/entry/syscalls/ |
D | syscall_32.tbl | 72 58 i386 ulimit
|
/linux-6.1.9/arch/mips/kernel/syscalls/ |
D | syscall_o32.tbl | 70 58 o32 ulimit sys_ni_syscall
|
/linux-6.1.9/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 79 58 common ulimit sys_ni_syscall
|
/linux-6.1.9/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 79 58 common ulimit sys_ni_syscall
|