Searched refs:start1 (Results 1 – 6 of 6) sorted by relevance
| /linux/mm/ |
| H A D | highmem.c | 404 void zero_user_segments(struct page *page, unsigned start1, unsigned end1, in zero_user_segments() 411 if (start1 >= end1) in zero_user_segments() 412 start1 = end1 = 0; in zero_user_segments() 419 if (start1 >= PAGE_SIZE) { in zero_user_segments() 420 start1 -= PAGE_SIZE; in zero_user_segments() 425 if (end1 > start1) { in zero_user_segments() 427 memset(kaddr + start1, 0, this_end - start1); in zero_user_segments() 430 start1 = 0; in zero_user_segments() 457 BUG_ON((start1 | start in zero_user_segments() 403 zero_user_segments(struct page * page,unsigned start1,unsigned end1,unsigned start2,unsigned end2) zero_user_segments() argument [all...] |
| /linux/arch/mips/pci/ |
| H A D | pci-malta.c | 81 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local 107 start1 = GT_READ(GT_PCI0M1LD_OFS); in mips_pcibios_init() 110 end1 = (end1 & GT_PCI_HD_MSK) | (start1 & ~GT_PCI_HD_MSK); in mips_pcibios_init() 112 if (end1 - start1 > end - start) { in mips_pcibios_init() 113 start = start1; in mips_pcibios_init()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-yuv-planar.rst | 308 * - start1 + 0: 313 * - start1 + 4: 678 * - start1 + 0: 683 * - start1 + 4: 688 * - start1 + 8: 693 * - start1 + 12: 948 * - start1 + 0: 953 * - start1 + 8: 1253 * - start1 + 0: 1256 * - start1 + 2: [all …]
|
| /linux/fs/nfs/ |
| H A D | pnfs.h | 664 pnfs_is_range_intersecting(u64 start1, u64 end1, u64 start2, u64 end2) in pnfs_is_range_intersecting() argument 667 (end2 == NFS4_MAX_UINT64 || start1 < end2); in pnfs_is_range_intersecting()
|
| H A D | pnfs.c | 646 u64 start1 = l1->offset; in pnfs_lseg_range_contained() local 647 u64 end1 = pnfs_end_offset(start1, l1->length); in pnfs_lseg_range_contained() 651 return (start1 <= start2) && (end1 >= end2); in pnfs_lseg_range_contained()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 1916 Format: <start1>,<end1>,<start2>,<end2>...
|