OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:donebytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm_readahead.c
145
size_t
donebytes
;
local in function:ra_startio
173
donebytes
= orignpages << PAGE_SHIFT;
174
off +=
donebytes
;
/src/sys/dev/dm/
dm_target_flakey.c
359
int
donebytes
;
local in function:_flakey_nestiobuf_iodone
385
donebytes
= bp->b_bufsize;
387
nestiobuf_done(mbp,
donebytes
, error);
/src/sys/kern/
vfs_bio.c
2076
int
donebytes
;
local in function:nestiobuf_iodone
2091
donebytes
= bp->b_bufsize;
2094
nestiobuf_done(mbp,
donebytes
, error);
2134
* => '
donebytes
' specifies how many bytes in the 'mbp' is completed.
2135
* => 'error' is an errno(2) that '
donebytes
' has been completed with.
2139
nestiobuf_done(buf_t *mbp, int
donebytes
, int error)
2142
if (
donebytes
== 0) {
2146
KASSERT(mbp->b_resid >=
donebytes
);
2147
mbp->b_resid -=
donebytes
;
Completed in 13 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025