HomeSort by: relevance | last modified time | path
    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