Searched refs:offset_end (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | msi-ec.c | 52 .offset_end = 0x80, 132 .offset_end = 0x80, 209 .offset_end = 0x80, 287 .offset_end = 0x80, 365 .offset_end = 0x80, 444 .offset_end = 0x80, 522 .offset_end = 0x80, 602 .offset_end = 0x80, 680 .offset_end = 0x80, 757 .offset_end = 0x80, [all …]
|
| H A D | msi-ec.h | 32 int offset_end; member
|
| /linux/lib/ |
| H A D | maple_tree.c | 1861 struct maple_big_node *b_node, unsigned char offset_end) in mas_store_b_node() argument 1898 piv = mas_safe_pivot(mas, wr_mas->pivots, offset_end, wr_mas->type); in mas_store_b_node() 1900 if (offset_end != slot) in mas_store_b_node() 1902 offset_end); in mas_store_b_node() 1910 slot = offset_end + 1; in mas_store_b_node() 2016 wr_mas->offset_end = mas->offset = offset; in mas_wr_node_walk() 3494 unsigned char dst_offset, offset_end = wr_mas->offset_end; in mas_wr_node_store() local 3501 offset_end++; /* don't copy this offset */ in mas_wr_node_store() 3533 if (offset_end > mas->end) in mas_wr_node_store() 3538 copy_size = mas->end - offset_end + 1; in mas_wr_node_store() [all …]
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 869 let offset_end = sg_entry.offset.checked_add(sg_entry.length).ok_or(EINVAL)?; in apply_sg() localVariable 881 if fixup.target_offset < end_of_previous_fixup || offset_end < target_offset_end { in apply_sg() 886 offset_end, in apply_sg() 912 let copy_len = offset_end - end_of_previous_fixup; in apply_sg()
|
| /linux/include/linux/ |
| H A D | maple_tree.h | 462 unsigned char offset_end; /* The offset where the write ends */ member
|
| /linux/drivers/iommu/ |
| H A D | iommu.c | 2453 size_t offset_end; in iommu_pgsize() local 2494 if (!check_add_overflow(offset, pgsize_next, &offset_end) && in iommu_pgsize() 2495 offset_end <= size) in iommu_pgsize()
|