OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:amr_max_segs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
amr.c
199
static int
amr_max_segs
;
variable in typeref:typename:int
422
amr_max_xfer = uimin(((
AMR_MAX_SEGS
- 1) * PAGE_SIZE), MAXPHYS);
423
amr_max_segs
= (amr_max_xfer + (PAGE_SIZE * 2) - 1) / PAGE_SIZE;
428
amr_max_segs
, amr_max_xfer, 0,
Completed in 12 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025