Searched refs:ulimit (Results 1 – 11 of 11) sorted by relevance
| /Linux-v4.19/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() 99 if (pinned + npages >= ulimit && !can_lock) in hfi1_can_pin_pages()
|
| /Linux-v4.19/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-v4.19/arch/s390/include/uapi/asm/ |
| D | vtoc.h | 71 struct vtoc_cchh ulimit; /* ending point of this extent */ member
|
| /Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/ |
| D | cxgb3i.c | 1231 if (uinfo.llimit >= uinfo.ulimit) { in cxgb3i_ddp_init() 1233 ndev->name, uinfo.llimit, uinfo.ulimit); in cxgb3i_ddp_init() 1237 ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; in cxgb3i_ddp_init() 1241 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init() 1253 uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIFT); in cxgb3i_ddp_init()
|
| /Linux-v4.19/drivers/misc/mic/scif/ |
| D | scif_rma.c | 1333 int ulimit = 0; in __scif_pin_pages() local 1339 ulimit = !!(map_flags & SCIF_MAP_ULIMIT); in __scif_pin_pages() 1389 if (ulimit) { in __scif_pin_pages() 1407 if (ulimit) in __scif_pin_pages() 1435 if (ulimit) in __scif_pin_pages()
|
| /Linux-v4.19/block/partitions/ |
| D | ibm.c | 176 size = cchh2blk(&f1.DS1EXT1.ulimit, geo) - in find_vol1_partitions()
|
| /Linux-v4.19/Documentation/networking/ |
| D | msg_zerocopy.rst | 87 the user exceeds its ulimit on locked pages.
|
| /Linux-v4.19/arch/x86/entry/syscalls/ |
| D | syscall_32.tbl | 72 58 i386 ulimit
|
| /Linux-v4.19/Documentation/s390/ |
| D | Debugging390.txt | 1838 ulimit -c unlimited in bash 1840 ulimit -a 1845 ulimit -c unlimited
|
| /Linux-v4.19/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 3436 you might want to try "ulimit -i unlimited".
|