Searched refs:cur_offset (Results 1 - 5 of 5) sorted by relevance

/drivers/mtd/
H A Dmtdpart.c344 uint64_t cur_offset)
432 slave->offset = cur_offset;
434 slave->offset = cur_offset;
435 if (mtd_mod_by_eb(cur_offset, master) != 0) {
437 slave->offset = (mtd_div_by_eb(cur_offset, master) + 1) * master->erasesize;
440 (unsigned long long)cur_offset, (unsigned long long)slave->offset);
444 slave->offset = cur_offset;
628 uint64_t cur_offset = 0; local
634 slave = allocate_partition(master, parts + i, i, cur_offset);
644 cur_offset
342 allocate_partition(struct mtd_info *master, const struct mtd_partition *part, int partno, uint64_t cur_offset) argument
[all...]
/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c48 unsigned long cur_offset; local
54 cur_offset = bo->vm_node->start;
55 if (page_start >= cur_offset) {
58 if (page_start == cur_offset)
H A Dttm_bo.c1635 unsigned long cur_offset; local
1640 cur_offset = cur_bo->vm_node->start;
1641 if (offset < cur_offset)
1643 else if (offset > cur_offset)
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c716 const struct vmw_surface_offset *cur_offset = &srf->offsets[i]; local
723 body->guest.ptr.offset += cur_offset->bo_offset;
726 body->host.face = cur_offset->face;
727 body->host.mipmap = cur_offset->mip;
1295 struct vmw_surface_offset *cur_offset; local
1373 cur_offset = srf->offsets;
1384 cur_offset->face = i;
1385 cur_offset->mip = j;
1386 cur_offset->bo_offset = cur_bo_offset;
1389 ++cur_offset;
[all...]
/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c58 u32 cur_offset = 0; local
62 while (buf_off >= (cur_offset + bd_tbl->buffer_length)) {
63 cur_offset += bd_tbl->buffer_length;
69 *start_bd_off = buf_off - cur_offset;

Completed in 194 milliseconds