Searched refs:ulimit (Results 1 - 12 of 12) sorted by relevance
/kernel/liteos_a/testsuites/unittest/libc/misc/full/ |
H A D | misc_test_013.cpp | 32 #include "ulimit.h" 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/ |
H A D | user_pages.c | 65 * The function computes cache limits based on the configured ulimit and 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() 87 /* If ulimit isn't set to "unlimited" and is smaller than cache_size. */ 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/ |
H A D | cxgb3_ctl_defs.h | 105 unsigned int ulimit; /* TDDP region end address */ member 121 unsigned int ulimit; member
|
H A 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-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_ctl_defs.h | 105 unsigned int ulimit; /* TDDP region end address */ member 121 unsigned int ulimit; member
|
H A 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/arch/s390/include/uapi/asm/ |
H A D | vtoc.h | 71 struct vtoc_cchh ulimit; /* ending point of this extent */ member
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | vtoc.h | 71 struct vtoc_cchh ulimit; /* ending point of this extent */ member
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 1236 if (uinfo.llimit >= uinfo.ulimit) { in cxgb3i_ddp_init() 1238 ndev->name, uinfo.llimit, uinfo.ulimit); in cxgb3i_ddp_init() 1242 ppmax = (uinfo.ulimit - uinfo.llimit + 1) >> PPOD_SIZE_SHIFT; in cxgb3i_ddp_init() 1246 ndev->name, uinfo.llimit, uinfo.ulimit, ppmax, uinfo.tagmask, in cxgb3i_ddp_init() 1255 (uinfo.ulimit - uinfo.llimit + 1), in cxgb3i_ddp_init() 1262 uinfo.ulimit = uinfo.llimit + (ppmax << PPOD_SIZE_SHIFT); in cxgb3i_ddp_init()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/ |
H A 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()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | ibm.c | 176 size = cchh2blk(&f1.DS1EXT1.ulimit, geo) - in find_vol1_partitions()
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | ibm.c | 176 size = cchh2blk(&f1.DS1EXT1.ulimit, geo) - in find_vol1_partitions()
|
Completed in 13 milliseconds