off1               30 drivers/gpu/drm/lima/lima_device.c #define LIMA_IP_DESC(ipname, mst0, mst1, off0, off1, func, irq) \
off1               40 drivers/gpu/drm/lima/lima_device.c 			[lima_gpu_mali450] = off1, \
off1             6629 fs/btrfs/send.c 	unsigned long off1, off2;
off1             6636 fs/btrfs/send.c 	off1 = btrfs_item_ptr_offset(left_path->nodes[0], left_path->slots[0]);
off1             6640 fs/btrfs/send.c 	read_extent_buffer(left_path->nodes[0], tmp_buf, off1, len1);
off1               21 fs/jfs/jfs_xtree.h 	__u8 off1;	/* 1: offset in unit of fsblksize */
off1               34 fs/jfs/jfs_xtree.h 	(xad)->off1 = ((u64)offset64) >> 32;\
off1               42 fs/jfs/jfs_xtree.h 	( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
off1             1032 include/linux/dmaengine.h 					 size_t off1, size_t off2, size_t len)
off1             1039 include/linux/dmaengine.h 	if (mask & (off1 | off2 | len))
off1             1044 include/linux/dmaengine.h static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1,
off1             1047 include/linux/dmaengine.h 	return dmaengine_check_align(dev->copy_align, off1, off2, len);
off1             1050 include/linux/dmaengine.h static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1,
off1             1053 include/linux/dmaengine.h 	return dmaengine_check_align(dev->xor_align, off1, off2, len);
off1             1056 include/linux/dmaengine.h static inline bool is_dma_pq_aligned(struct dma_device *dev, size_t off1,
off1             1059 include/linux/dmaengine.h 	return dmaengine_check_align(dev->pq_align, off1, off2, len);
off1             1062 include/linux/dmaengine.h static inline bool is_dma_fill_aligned(struct dma_device *dev, size_t off1,
off1             1065 include/linux/dmaengine.h 	return dmaengine_check_align(dev->fill_align, off1, off2, len);