Searched refs:bytecount (Results 1 – 7 of 7) sorted by relevance
805 int bytecount, secmask; in vnode_pager_generic_getpages() local1036 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() argument1286 count = bytecount / PAGE_SIZE; in vnode_pager_generic_putpages()
411 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()
868 iarg[2] = p->bytecount; /* l_ulong */ in systrace_args()
399 char bytecount_l_[PADL_(l_ulong)]; l_ulong bytecount; char bytecount_r_[PADR_(l_ulong)]; member
173 andi t0,SIZEREG,(SZREG-1) # t0 = bytecount mod SZREG267 andi t0,SIZEREG,SZREG-1 # t0 = bytecount mod 4
1924 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()
205 uint32_t bytecount; member