Home
last modified time | relevance | path

Searched refs:startofs (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Duipc_shm.c2005 int startofs, endofs, end; in shm_deallocate() local
2014 startofs = off & PAGE_MASK; in shm_deallocate()
2029 if (startofs != 0) { in shm_deallocate()
2031 error = shm_partial_page_invalidate(object, pistart, startofs, in shm_deallocate()
2035 off += end - startofs; in shm_deallocate()
2036 len -= end - startofs; in shm_deallocate()
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1935 int startofs, endofs, end; in tmpfs_reg_punch_hole() local
1947 startofs = off & PAGE_MASK; in tmpfs_reg_punch_hole()
1966 if (startofs != 0) { in tmpfs_reg_punch_hole()
1968 error = tmpfs_partial_page_invalidate(object, pistart, startofs, in tmpfs_reg_punch_hole()
1972 off += end - startofs; in tmpfs_reg_punch_hole()
1973 len -= end - startofs; in tmpfs_reg_punch_hole()