Searched refs:gap (Results 1 – 4 of 4) sorted by relevance
1270 int gap = 0; in reserve_new_block() local1276 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() local1397 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()
3202 int i, err, gap, spp; in __vhd_io_allocate_block() local3210 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()
496 Preamble (7) + Start Frame Delimiter (1) + Packet + CRC (4) + Interframe gap (12) = 84 bytes501 Rate = Link-speed / ((Preamble + Packet + CRC + Interframe gap) * 8)
381 /* The size of the maximum gap between one aligned stack and the next. */
Completed in 16 milliseconds