Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cluster.c357 long tinc, tsize; in cluster_rbuild() local
462 tinc = tsize; in cluster_rbuild()
463 if (toff + tinc > PAGE_SIZE) in cluster_rbuild()
464 tinc = PAGE_SIZE - toff; in cluster_rbuild()
468 vm_page_bits(toff, tinc)) != 0) { in cluster_rbuild()
473 off += tinc; in cluster_rbuild()
474 tsize -= tinc; in cluster_rbuild()
H A Dvfs_bio.c3059 vm_offset_t tinc; in vfs_vmio_extend() local
3110 if (tinc > (size - toff)) in vfs_vmio_extend()
3111 tinc = size - toff; in vfs_vmio_extend()
3114 vfs_buf_test_cache(bp, bp->b_offset, toff, tinc, m); in vfs_vmio_extend()
3115 toff += tinc; in vfs_vmio_extend()
3116 tinc = PAGE_SIZE; in vfs_vmio_extend()
3625 vm_offset_t toff, tinc, size; in inmem() local
3651 tinc = size; in inmem()
3652 if (tinc > PAGE_SIZE - ((toff + off) & PAGE_MASK)) in inmem()
3653 tinc = PAGE_SIZE - ((toff + off) & PAGE_MASK); in inmem()
[all …]