OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLKIF_MAX_SEGMENTS_PER_REQUEST
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
blkif.h
174
* should be RING_SIZE *
BLKIF_MAX_SEGMENTS_PER_REQUEST
. Using this
188
*
BLKIF_MAX_SEGMENTS_PER_REQUEST
a LRU strategy should be used to
343
* to a value less than RING_SIZE *
BLKIF_MAX_SEGMENTS_PER_REQUEST
.
398
* than RING_SIZE *
BLKIF_MAX_SEGMENTS_PER_REQUEST
.
578
* issue requests with more than
BLKIF_MAX_SEGMENTS_PER_REQUEST
(11). The
602
#define
BLKIF_MAX_SEGMENTS_PER_REQUEST
11
633
struct blkif_request_segment seg[
BLKIF_MAX_SEGMENTS_PER_REQUEST
];
/src/sys/arch/xen/include/
xenring.h
42
struct blkif_request_segment seg[
BLKIF_MAX_SEGMENTS_PER_REQUEST
];
75
struct blkif_request_segment seg[
BLKIF_MAX_SEGMENTS_PER_REQUEST
];
/src/sys/arch/xen/xen/
xbdback_xenbus.c
1215
if (req->nr_segments >
BLKIF_MAX_SEGMENTS_PER_REQUEST
) {
1240
if (req->nr_segments >
BLKIF_MAX_SEGMENTS_PER_REQUEST
) {
1264
if (req->nr_segments >
BLKIF_MAX_SEGMENTS_PER_REQUEST
) {
xbd_xenbus.c
97
#define XBD_MAX_XFER (PAGE_SIZE *
BLKIF_MAX_SEGMENTS_PER_REQUEST
)
Completed in 16 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025