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 | 1303 wr_mas->offset_end = mas->offset; in wr_mas_ascend() 1720 wr_mas->offset_end = mas->offset = offset; in mas_wr_node_walk() 2124 r_wr_mas->slots[r_wr_mas->offset_end]); in cp_leaf_init() 2151 cp->data += r_wr_mas->mas->end - r_wr_mas->offset_end; in cp_data_calc() 2432 if (r_wr_mas->mas->end != r_wr_mas->offset_end) in multi_src_setup() 2433 append_wr_mas_cp(cp, r_wr_mas, r_wr_mas->offset_end + 1, in multi_src_setup() 2707 wr_mas->offset_end = parent->offset + 1; in rebalance_ascend() 2711 wr_mas->offset_end = parent->offset; in rebalance_ascend() 3127 unsigned char dst_offset, offset_end; in mas_wr_node_store() local 3139 offset_end = wr_mas->offset_end; in mas_wr_node_store() [all …]
|
| /linux/drivers/android/binder/ |
| H A D | thread.rs | 891 let offset_end = sg_entry.offset.checked_add(sg_entry.length).ok_or(EINVAL)?; in apply_sg() localVariable 907 if fixup_offset < end_of_previous_fixup || offset_end < target_offset_end { in apply_sg() 912 offset_end, in apply_sg() 938 let copy_len = offset_end - end_of_previous_fixup; in apply_sg()
|
| /linux/include/linux/ |
| H A D | maple_tree.h | 496 unsigned char offset_end; /* The offset where the write ends */ member
|
| /linux/drivers/iommu/ |
| H A D | iommu.c | 2566 size_t offset_end; in iommu_pgsize() local 2607 if (!check_add_overflow(offset, pgsize_next, &offset_end) && in iommu_pgsize() 2608 offset_end <= size) in iommu_pgsize()
|