Home
last modified time | relevance | path

Searched refs:bytecount (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/vm/
H A Dvnode_pager.c805 int bytecount, secmask; in vnode_pager_generic_getpages() local
1036 bytecount = bp->b_npages << PAGE_SHIFT; in vnode_pager_generic_getpages()
1037 if ((foff + bytecount) > object->un_pager.vnp.vnp_size) in vnode_pager_generic_getpages()
1038 bytecount = object->un_pager.vnp.vnp_size - foff; in vnode_pager_generic_getpages()
1042 bytecount = (bytecount + secmask) & ~secmask; in vnode_pager_generic_getpages()
1065 bp->b_bcount = bp->b_bufsize = bp->b_runningbufspace = bytecount; in vnode_pager_generic_getpages()
1271 vnode_pager_generic_putpages(struct vnode *vp, vm_page_t *ma, int bytecount, in vnode_pager_generic_putpages() argument
1286 count = bytecount / PAGE_SIZE; in vnode_pager_generic_putpages()
/f-stack/freebsd/i386/linux/
H A Dlinux_machdep.c411 ldt.num = uap->bytecount / sizeof(union descriptor); in linux_modify_ldt()
417 if (size > uap->bytecount) in linux_modify_ldt()
418 size = uap->bytecount; in linux_modify_ldt()
425 if (uap->bytecount != sizeof(ld)) in linux_modify_ldt()
H A Dlinux_systrace_args.c868 iarg[2] = p->bytecount; /* l_ulong */ in systrace_args()
H A Dlinux_proto.h399 char bytecount_l_[PADL_(l_ulong)]; l_ulong bytecount; char bytecount_r_[PADR_(l_ulong)]; member
/f-stack/freebsd/mips/mips/
H A Dbcopy.S173 andi t0,SIZEREG,(SZREG-1) # t0 = bytecount mod SZREG
267 andi t0,SIZEREG,SZREG-1 # t0 = bytecount mod 4
/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1924 net->cc_mod.htcp_ca.bytecount = 0; in measure_achieved_throughput()
1929 net->cc_mod.htcp_ca.bytecount += net->net_ack; in measure_achieved_throughput()
1930 …if ((net->cc_mod.htcp_ca.bytecount >= net->cwnd - (((net->cc_mod.htcp_ca.alpha >> 7) ? (net->cc_mo… in measure_achieved_throughput()
1933 …uint32_t cur_Bi = net->cc_mod.htcp_ca.bytecount / net->mtu * hz / (now - net->cc_mod.htcp_ca.lastt… in measure_achieved_throughput()
1945 net->cc_mod.htcp_ca.bytecount = 0; in measure_achieved_throughput()
H A Dsctp_structs.h205 uint32_t bytecount; member