Searched refs:last_off (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dbitext.h18 int last_off; member in struct:bit_map
/linux-master/arch/sparc/lib/
H A Dbitext.c57 offset = t->last_off & ~align1;
89 if ((t->last_off = offset + len) >= t->size)
90 t->last_off = 0;
/linux-master/drivers/gpio/
H A Dgpio-spear-spics.c39 * @last_off: stores last offset caller of set_value()
50 int last_off; member in struct:spear_spics
67 if (spics->last_off != offset) {
68 spics->last_off = offset;
158 spics->last_off = -1;
/linux-master/include/linux/regulator/
H A Ddriver.h645 ktime_t last_off; member in struct:regulator_dev
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgtt.c2247 int last_off = pos->offset & local
2250 memcpy((void *)&e.val64 + last_off,
2251 (void *)&pos->data + last_off,
/linux-master/fs/f2fs/
H A Dfile.c1775 pgoff_t last_off; local
1780 last_off = pg_start + expanded - 1;
1783 new_size = (last_off == pg_end) ? offset + len :
1784 (loff_t)(last_off + 1) << PAGE_SHIFT;
/linux-master/drivers/regulator/
H A Dcore.c1688 rdev->last_off = ktime_get();
2754 ktime_t end = ktime_add_us(rdev->last_off, rdev->desc->off_on_delay);
2995 rdev->last_off = ktime_get_boottime();
/linux-master/fs/btrfs/
H A Dctree.c4479 const u32 last_off = btrfs_item_offset(leaf, slot + nr - 1); local
4489 last_off - data_end);
/linux-master/fs/ntfs3/
H A Dfslog.c942 u32 last_off = off; local
960 rt->last_free = cpu_to_le32(last_off);

Completed in 202 milliseconds