OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slot_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/uvm/
uvm_bio.c
313
vaddr_t va, eva, ubc_offset,
slot_offset
;
local
336
slot_offset
= ubc_offset & (ubc_winsize - 1);
356
KASSERTMSG((trunc_page(umap->writeoff) <=
slot_offset
),
358
slot_offset
, (intmax_t)umap->writeoff);
359
KASSERTMSG((
slot_offset
< umap->writeoff + umap->writelen),
362
slot_offset
, (intmax_t)umap->writeoff, umap->writelen);
369
npages = (ubc_winsize -
slot_offset
) >> PAGE_SHIFT;
372
umap->writelen) - (umap->offset +
slot_offset
))
381
UVMHIST_LOG(ubchist, "
slot_offset
%#jx writeoff %#jx writelen %#jx ",
382
slot_offset
, umap->writeoff, umap->writelen, 0)
485
vaddr_t
slot_offset
, va;
local
[
all
...]
/src/sys/fs/udf/
udf_allocation.c
2244
uint32_t
slot_offset
, replace_len, replace;
local
2339
slot_offset
= from - foffset;
2340
if (
slot_offset
> 0) {
2342
slot_offset
, flags >> 30, flags));
2344
s_ad.len = udf_rw32(
slot_offset
| flags);
2354
foffset +=
slot_offset
;
2406
slot_offset
= from - foffset; /* offset in first encounted slot */
2407
KASSERT((
slot_offset
% lb_size) == 0);
2424
DPRINTF(ALLOC, ("\t4i: got slot %d,
slot_offset
%d, "
2427
slot,
slot_offset
, replace_len
2879
uint32_t
slot_offset
,
slot_offset
_lb;
local
[
all
...]
Completed in 102 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026