Searched refs:slices (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/user/env/ |
| H A D | xx.c | 152 XX_MallocSmartMapCheck(unsigned int start, unsigned int slices) in XX_MallocSmartMapCheck() argument 157 for (i = start; i < start + slices; i++) in XX_MallocSmartMapCheck() 164 XX_MallocSmartMapSet(unsigned int start, unsigned int slices) in XX_MallocSmartMapSet() argument 170 for (i = start; i < start + slices; i++) in XX_MallocSmartMapSet() 171 XX_MallocSmartMap[i] = ((i == start) ? slices : -1); in XX_MallocSmartMapSet() 175 XX_MallocSmartMapClear(unsigned int start, unsigned int slices) in XX_MallocSmartMapClear() argument 181 for (i = start; i < start + slices; i++) in XX_MallocSmartMapClear() 243 unsigned int start, slices; in XX_FreeSmart() local 256 slices = XX_MallocSmartMap[start]; in XX_FreeSmart() 257 XX_MallocSmartMapClear(start, slices); in XX_FreeSmart()
|
| /f-stack/freebsd/sys/ |
| H A D | slicer.h | 54 struct flash_slice *slices, int *slices_num);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,llcc.yaml | 17 common pool of memory. Cache memory is divided into partitions called slices
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/migration/ |
| H A D | migration.cfg | 41 # We need to repartition the single disk to two slices.
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 47 hugepages, memzones are slices of memsegs, and malloc slices memzones
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | bsaes-armv7.S | 1104 add r12, #96 @ sifze of bit-slices key schedule
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 1133 # disk slices from 0 to the total slice number with the same specified
|