Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cluster.c344 long tinc, tsize; in cluster_rbuild() local
449 tinc = tsize; in cluster_rbuild()
450 if (toff + tinc > PAGE_SIZE) in cluster_rbuild()
451 tinc = PAGE_SIZE - toff; in cluster_rbuild()
455 vm_page_bits(toff, tinc)) != 0) { in cluster_rbuild()
460 off += tinc; in cluster_rbuild()
461 tsize -= tinc; in cluster_rbuild()
H A Dvfs_bio.c3131 vm_offset_t tinc; in vfs_vmio_extend() local
3182 if (tinc > (size - toff)) in vfs_vmio_extend()
3183 tinc = size - toff; in vfs_vmio_extend()
3186 vfs_buf_test_cache(bp, bp->b_offset, toff, tinc, m); in vfs_vmio_extend()
3187 toff += tinc; in vfs_vmio_extend()
3188 tinc = PAGE_SIZE; in vfs_vmio_extend()
3718 vm_offset_t toff, tinc, size; in inmem() local
3744 tinc = size; in inmem()
3745 if (tinc > PAGE_SIZE - ((toff + off) & PAGE_MASK)) in inmem()
3746 tinc = PAGE_SIZE - ((toff + off) & PAGE_MASK); in inmem()
[all …]
/freebsd/usr.sbin/services_mkdb/
H A Dservices1195 tinc 655/tcp
1196 tinc 655/udp