Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_shm.c2042 int startofs, endofs, end; in shm_deallocate()
2051 startofs = off & PAGE_MASK; in shm_deallocate()
2066 if (startofs != 0) { in shm_deallocate()
2068 error = shm_partial_page_invalidate(object, pistart, startofs, in shm_deallocate()
2072 off += end - startofs; in shm_deallocate()
2073 len -= end - startofs; in shm_deallocate()
2047 int startofs, endofs, end; shm_deallocate() local
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_subr.c1930 int startofs, endofs, end; in tmpfs_reg_punch_hole() local
1942 startofs = off & PAGE_MASK; in tmpfs_reg_punch_hole()
1961 if (startofs != 0) { in tmpfs_reg_punch_hole()
1963 error = tmpfs_partial_page_invalidate(object, pistart, startofs, in tmpfs_reg_punch_hole()
1967 off += end - startofs; in tmpfs_reg_punch_hole()
1968 len -= end - startofs; in tmpfs_reg_punch_hole()