Searched refs:runlen (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | hyperloglog.c | 587 int idx = 0, runlen, regval; in hllSparseToDense() local 608 idx += runlen; in hllSparseToDense() 612 idx += runlen; in hllSparseToDense() 618 while(runlen--) { in hllSparseToDense() 749 if (runlen == 1) { in hllSparseSet() 918 idx += runlen; in hllSparseRegHisto() 923 idx += runlen; in hllSparseRegHisto() 929 idx += runlen; in hllSparseRegHisto() 1081 long runlen, regval; in hllMerge() local 1088 i += runlen; in hllMerge() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_elf.c | 1551 size_t resid, runlen; in core_output() local 1562 for (; len > 0; base += runlen, offset += runlen, len -= runlen) { in core_output() 1569 for (runlen = 0; runlen < len; runlen += PAGE_SIZE) { in core_output() 1570 error = vm_fault(map, (uintptr_t)base + runlen, in core_output() 1572 if (runlen == 0) in core_output() 1579 error = core_write(p, base, runlen, offset, in core_output() 1594 runlen -= resid; in core_output() 1595 if (runlen == 0) { in core_output() 1597 runlen = PAGE_SIZE; in core_output() 1606 error = vn_truncate_locked(p->vp, offset + runlen, in core_output()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_pageout.c | 476 int i, runlen; in vm_pageout_flush() local 502 runlen = count - mreq; in vm_pageout_flush() 554 if (eio != NULL && i >= mreq && i - mreq < runlen) in vm_pageout_flush() 558 if (i >= mreq && i - mreq < runlen) in vm_pageout_flush() 559 runlen = i - mreq; in vm_pageout_flush() 575 *prunlen = runlen; in vm_pageout_flush()
|
| H A D | vm_object.c | 1116 int count, i, mreq, runlen; in vm_object_page_collect_flush() local 1150 vm_pageout_flush(ma, count, pagerflags, mreq, &runlen, eio); in vm_object_page_collect_flush() 1151 return (runlen); in vm_object_page_collect_flush()
|