Home
last modified time | relevance | path

Searched refs:gap (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-vhd.c1270 int gap = 0; in reserve_new_block() local
1276 gap = (s->spp - ((s->next_db + s->bm_secs) % s->spp)); in reserve_new_block()
1279 s->bat.pbw_offset = s->next_db + gap; in reserve_new_block()
1384 int err, gap; in allocate_block() local
1397 gap = 0; in allocate_block()
1403 gap = (s->spp - ((s->next_db + s->bm_secs) % s->spp)); in allocate_block()
1404 s->next_db += gap; in allocate_block()
1417 size = vhd_sectors_to_bytes(s->spb + s->bm_secs + gap); in allocate_block()
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dlibvhd.c3202 int i, err, gap, spp; in __vhd_io_allocate_block() local
3210 gap = 0; in __vhd_io_allocate_block()
3216 gap = (spp - ((max + ctx->bm_secs) % spp)); in __vhd_io_allocate_block()
3217 max += gap; in __vhd_io_allocate_block()
3224 size = vhd_sectors_to_bytes(ctx->spb + ctx->bm_secs + gap); in __vhd_io_allocate_block()
/xen-4.10.0-shim-comet/docs/misc/
A Dnetif-staging-grants.pandoc496 Preamble (7) + Start Frame Delimiter (1) + Packet + CRC (4) + Interframe gap (12) = 84 bytes
501 Rate = Link-speed / ((Preamble + Packet + CRC + Interframe gap) * 8)
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.tab.c_shipped381 /* The size of the maximum gap between one aligned stack and the next. */

Completed in 16 milliseconds