Searched refs:nextsize (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/contrib/octeon-sdk/cvmx-malloc/ |
| D | malloc.c | 3291 INTERNAL_SIZE_T nextsize; /* its size */ in _int_free() local 3333 nextsize = chunksize(nextchunk); in _int_free() 3334 assert(nextsize > 0); in _int_free() 3346 nextinuse = inuse_bit_at_offset(nextchunk, nextsize); in _int_free() 3351 size += nextsize; in _int_free() 3380 size += nextsize; in _int_free() 3437 INTERNAL_SIZE_T nextsize; local 3474 nextsize = chunksize(nextchunk); 3484 nextinuse = inuse_bit_at_offset(nextchunk, nextsize); 3487 size += nextsize; [all …]
|
| /freebsd-10-stable/sys/ufs/ffs/ |
| D | ffs_vnops.c | 542 u_int nextsize = blksize(fs, ip, nextlbn); local 544 &nextsize, 1, NOCRED, GB_UNMAPPED, &bp); 967 u_int nextsize = sblksize(fs, dp->di_extsize, nextlbn); in ffs_extread() local 971 size, &nextlbn, &nextsize, 1, NOCRED, &bp); in ffs_extread()
|
| /freebsd-10-stable/sys/fs/ext2fs/ |
| D | ext2_vnops.c | 1693 u_int nextsize = blksize(fs, ip, nextlbn); in ext2_ind_read() local 1696 size, &nextlbn, &nextsize, 1, NOCRED, &bp); in ext2_ind_read()
|