/linux-4.19.296/include/linux/ceph/ |
D | decode.h | 52 static inline bool ceph_has_room(void **p, void *end, size_t n) in ceph_has_room() 57 #define ceph_decode_need(p, end, n, bad) \ argument 63 #define ceph_decode_64_safe(p, end, v, bad) \ argument 68 #define ceph_decode_32_safe(p, end, v, bad) \ argument 73 #define ceph_decode_16_safe(p, end, v, bad) \ argument 78 #define ceph_decode_8_safe(p, end, v, bad) \ argument 84 #define ceph_decode_copy_safe(p, end, pv, n, bad) \ argument 107 static inline char *ceph_extract_encoded_string(void **p, void *end, in ceph_extract_encoded_string() 139 #define ceph_decode_skip_n(p, end, n, bad) \ argument 145 #define ceph_decode_skip_64(p, end, bad) \ argument [all …]
|
/linux-4.19.296/include/linux/ |
D | mmu_notifier.h | 252 unsigned long end) in mmu_notifier_clear_flush_young() 261 unsigned long end) in mmu_notifier_clear_young() 284 unsigned long start, unsigned long end) in mmu_notifier_invalidate_range_start() 291 unsigned long start, unsigned long end) in mmu_notifier_invalidate_range_start_nonblock() 299 unsigned long start, unsigned long end) in mmu_notifier_invalidate_range_end() 306 unsigned long start, unsigned long end) in mmu_notifier_invalidate_range_only_end() 313 unsigned long start, unsigned long end) in mmu_notifier_invalidate_range() 454 unsigned long end) in mmu_notifier_clear_flush_young() 471 unsigned long start, unsigned long end) in mmu_notifier_invalidate_range_start() 476 unsigned long start, unsigned long end) in mmu_notifier_invalidate_range_start_nonblock() [all …]
|
D | firmware-map.h | 32 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 37 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 42 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
D | userfaultfd_k.h | 126 unsigned long end) in userfaultfd_remove() 132 unsigned long start, unsigned long end, in userfaultfd_unmap_prep()
|
/linux-4.19.296/lib/ |
D | vsprintf.c | 437 char *number(char *buf, char *end, unsigned long long num, in number() 560 char *special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number() 573 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) in move_right() 600 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string() 621 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string() 642 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name() 687 char *bdev_name(char *buf, char *end, struct block_device *bdev, in bdev_name() 706 char *symbol_string(char *buf, char *end, void *ptr, in symbol_string() 749 char *resource_string(char *buf, char *end, struct resource *res, in resource_string() 847 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string() [all …]
|
D | iomap_copy.c | 37 const u32 *end = src + count; in __iowrite32_copy() local 58 const u32 __iomem *end = src + count; in __ioread32_copy() local 82 const u64 *end = src + count; in __iowrite64_copy() local
|
D | ioremap.c | 62 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pte_range() 80 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pmd_range() 107 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pud_range() 134 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_p4d_range() 160 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
|
D | string_helpers.c | 301 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough() 311 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space() 347 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special() 377 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null() 395 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal() 416 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex() 497 char *end = p + osz; in string_escape_mem() local
|
D | siphash.c | 49 const u8 *end = data + len - (len % sizeof(u64)); in __siphash_aligned() local 82 const u8 *end = data + len - (len % sizeof(u64)); in __siphash_unaligned() local 250 const u8 *end = data + len - (len % sizeof(u64)); in __hsiphash_aligned() local 283 const u8 *end = data + len - (len % sizeof(u64)); in __hsiphash_unaligned() local 412 const u8 *end = data + len - (len % sizeof(u32)); in __hsiphash_aligned() local 435 const u8 *end = data + len - (len % sizeof(u32)); in __hsiphash_unaligned() local
|
/linux-4.19.296/fs/btrfs/ |
D | extent_io.h | 137 u64 end; /* inclusive */ member 265 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() 294 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end) in unlock_extent() 300 u64 end, struct extent_state **cached) in unlock_extent_cached() 307 u64 start, u64 end, struct extent_state **cached) in unlock_extent_cached_atomic() 314 u64 end, unsigned bits) in clear_extent_bits() 331 u64 end, unsigned bits) in set_extent_bits() 337 u64 end, struct extent_state **cached_state) in clear_extent_uptodate() 344 u64 end, gfp_t mask) in set_extent_dirty() 351 u64 end, struct extent_state **cached) in clear_extent_dirty() [all …]
|
D | extent_io.c | 87 #define btrfs_debug_check_extent_io_range(tree, start, end) \ argument 90 struct extent_io_tree *tree, u64 start, u64 end) in __btrfs_debug_check_extent_io_range() 107 u64 end; member 481 struct extent_state *state, u64 start, u64 end, in insert_state() 631 int __clear_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in __clear_extent_bit() 804 static void wait_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in wait_extent_bit() 898 __set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in __set_extent_bit() 1104 int set_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in set_extent_bit() 1131 int convert_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, in convert_extent_bit() 1330 int set_record_extent_bits(struct extent_io_tree *tree, u64 start, u64 end, in set_record_extent_bits() [all …]
|
D | free-space-tree.c | 190 u64 start, end; in convert_free_space_to_bitmaps() local 328 u64 start, end; in convert_free_space_to_extents() local 519 u64 end = *start + *size; in free_space_set_bits() local 586 u64 end = start + size; in modify_free_space_bitmap() local 700 u64 end = start + size; in remove_free_space_extent() local 852 u64 end = start + size; in add_free_space_extent() local 1047 u64 start, end; in populate_free_space_tree() local 1317 u64 start, end; in remove_block_group_free_space() local 1397 u64 end, offset; in load_free_space_bitmaps() local 1475 u64 end; in load_free_space_extents() local
|
/linux-4.19.296/virt/kvm/arm/ |
D | mmu.c | 234 phys_addr_t addr, phys_addr_t end) in unmap_stage2_ptes() 260 phys_addr_t addr, phys_addr_t end) in unmap_stage2_pmds() 289 phys_addr_t addr, phys_addr_t end) in unmap_stage2_puds() 330 phys_addr_t addr = start, end = start + size; in __unmap_stage2_range() local 363 phys_addr_t addr, phys_addr_t end) in stage2_flush_ptes() 375 phys_addr_t addr, phys_addr_t end) in stage2_flush_pmds() 393 phys_addr_t addr, phys_addr_t end) in stage2_flush_puds() 414 phys_addr_t end = addr + PAGE_SIZE * memslot->npages; in stage2_flush_memslot() local 476 static void unmap_hyp_ptes(pmd_t *pmd, phys_addr_t addr, phys_addr_t end) in unmap_hyp_ptes() 492 static void unmap_hyp_pmds(pud_t *pud, phys_addr_t addr, phys_addr_t end) in unmap_hyp_pmds() [all …]
|
/linux-4.19.296/fs/ceph/ |
D | mdsmap.c | 46 #define __decode_and_drop_type(p, end, type, bad) \ argument 53 #define __decode_and_drop_set(p, end, type, bad) \ argument 63 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument 74 static int __decode_and_drop_compat_set(void **p, void* end) in __decode_and_drop_compat_set() 106 struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end) in ceph_mdsmap_decode()
|
/linux-4.19.296/include/asm-generic/ |
D | cacheflush.h | 15 #define flush_cache_range(vma, start, end) do { } while (0) argument 21 #define flush_icache_range(start, end) do { } while (0) argument 24 #define flush_cache_vmap(start, end) do { } while (0) argument 25 #define flush_cache_vunmap(start, end) do { } while (0) argument
|
D | sections.h | 94 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains() 111 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects()
|
/linux-4.19.296/crypto/ |
D | tcrypt.c | 189 unsigned long start, end; in test_mb_aead_jiffies() local 234 cycles_t start, end; in test_mb_aead_cycles() local 460 unsigned long start, end; in test_aead_jiffies() local 499 cycles_t start, end; in test_aead_cycles() local 750 unsigned long start, end; in test_mb_ahash_jiffies() local 795 cycles_t start, end; in test_mb_ahash_cycles() local 914 unsigned long start, end; in test_ahash_jiffies_digest() local 934 unsigned long start, end; in test_ahash_jiffies() local 978 cycles_t start, end; in test_ahash_cycles_digest() local 1027 cycles_t start, end; in test_ahash_cycles() local [all …]
|
D | dh_helper.c | 19 static inline u8 *dh_pack_data(u8 *dst, u8 *end, const void *src, size_t size) in dh_pack_data() 47 u8 * const end = ptr + len; in crypto_dh_encode_key() local
|
/linux-4.19.296/drivers/pci/ |
D | mmap.c | 26 resource_size_t start, end; in pci_mmap_page_range() local 85 resource_size_t start, end; in pci_mmap_resource_range() local
|
/linux-4.19.296/drivers/bus/ |
D | uniphier-system-bus.c | 38 u32 end; member 50 u64 end, mask; in uniphier_system_bus_add_bank() local 146 u32 base, end, mask, val; in uniphier_system_bus_set_reg() local
|
/linux-4.19.296/fs/xfs/ |
D | xfs_discard.c | 28 xfs_daddr_t end, in xfs_trim_extents() 155 xfs_daddr_t start, end, minlen; in xfs_ioc_trim() local
|
/linux-4.19.296/fs/hfsplus/ |
D | bitmap.c | 25 __be32 *pptr, *curr, *end; in hfsplus_block_allocate() local 169 __be32 *pptr, *curr, *end; in hfsplus_block_free() local
|
/linux-4.19.296/fs/proc/ |
D | task_mmu.c | 280 unsigned long start, unsigned long end, in show_vma_header_prefix() 307 unsigned long start, end; in show_map_vma() local 487 static int smaps_pte_hole(unsigned long addr, unsigned long end, in smaps_pte_hole() 580 static int smaps_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, in smaps_pte_range() 686 unsigned long addr, unsigned long end, in smaps_hugetlb_range() 1004 unsigned long end, struct mm_walk *walk) in clear_refs_pte_range() 1062 static int clear_refs_test_walk(unsigned long start, unsigned long end, in clear_refs_test_walk() 1235 static int pagemap_pte_hole(unsigned long start, unsigned long end, in pagemap_pte_hole() 1314 static int pagemap_pmd_range(pmd_t *pmdp, unsigned long addr, unsigned long end, in pagemap_pmd_range() 1409 unsigned long addr, unsigned long end, in pagemap_hugetlb_range() [all …]
|
/linux-4.19.296/fs/ext4/ |
D | extents_status.c | 245 ext4_lblk_t lblk, ext4_lblk_t end, in ext4_es_find_delayed_extent_range() 695 ext4_lblk_t end = lblk + len - 1; in ext4_es_insert_extent() local 752 ext4_lblk_t end = lblk + len - 1; in ext4_es_cache_extent() local 840 ext4_lblk_t end) in __es_remove_extent() 947 ext4_lblk_t end; in ext4_es_remove_extent() local 1185 static int es_do_reclaim_extents(struct ext4_inode_info *ei, ext4_lblk_t end, in es_do_reclaim_extents()
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | rpadlpar_sysfs.c | 31 char *end; in add_slot_store() local 62 char *end; in remove_slot_store() local
|