Home
last modified time | relevance | path

Searched refs:rest_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/most/dim2/
H A Dhal.c71 u16 rest_size; member
387 g.atx_dbr.rest_size = dbr_size; in dbrcnt_init()
394 g.atx_dbr.rest_size -= buf_sz; in dbrcnt_enq()
410 dbr->rest_size += dbr->sz_queue[norm_pc(dbr->rpc)]; in dim_dbr_space()
417 return dbr->rest_size; in dim_dbr_space()
/openbmc/qemu/block/
H A Dvvfat.c2547 int rest_size = (size - offset > s->cluster_size ? in commit_one_file() local
2557 (uint8_t*)cluster, DIV_ROUND_UP(rest_size, 0x200)); in commit_one_file()
2565 if (write(fd, cluster, rest_size) < 0) { in commit_one_file()
2571 offset += rest_size; in commit_one_file()