/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 …]
|
/include/linux/ |
D | firmware-map.h | 23 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 28 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 33 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
D | mmu_notifier.h | 286 unsigned long end; member 431 unsigned long end) in mmu_notifier_clear_flush_young() 440 unsigned long end) in mmu_notifier_clear_young() 507 unsigned long start, unsigned long end) in mmu_notifier_invalidate_range() 546 unsigned long end) in mmu_notifier_range_init() 560 unsigned long start, unsigned long end, void *owner) in mmu_notifier_range_init_owner() 677 unsigned long end; member 682 unsigned long end) in _mmu_notifier_range_init() 688 #define mmu_notifier_range_init(range,event,flags,vma,mm,start,end) \ argument 691 end, owner) \ argument [all …]
|
D | objtool.h | 18 u8 end; member 50 #define UNWIND_HINT(sp_reg, sp_offset, type, end) \ argument
|
D | range.h | 8 u64 end; member
|
D | bitmap.h | 469 unsigned int end) in bitmap_next_clear_region() 477 unsigned int end) in bitmap_next_set_region() 488 #define bitmap_for_each_clear_region(bitmap, rs, re, start, end) \ argument 495 #define bitmap_for_each_set_region(bitmap, rs, re, start, end) \ argument
|
D | ptdump.h | 10 unsigned long end; member
|
D | prefetch.h | 59 char *end = addr + len; in prefetch_range() local
|
D | coredump.h | 12 unsigned long start, end; member
|
D | userfaultfd_k.h | 232 unsigned long end) in userfaultfd_remove() 238 unsigned long start, unsigned long end, in userfaultfd_unmap_prep()
|
D | rio_drv.h | 256 static inline void rio_init_mbox_res(struct resource *res, int start, int end) in rio_init_mbox_res() 274 static inline void rio_init_dbell_res(struct resource *res, u16 start, u16 end) in rio_init_dbell_res()
|
D | ihex.h | 49 const struct ihex_binrec *end, *rec; in ihex_validate_fw() local
|
D | ksm.h | 70 unsigned long end, int advice, unsigned long *vm_flags) in ksm_madvise()
|
D | static_call.h | 246 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved() 317 static inline int static_call_text_reserved(void *start, void *end) in static_call_text_reserved()
|
D | hmm.h | 100 unsigned long end; member
|
D | pgtable.h | 793 #define pgd_addr_end(addr, end) \ argument 799 #define p4d_addr_end(addr, end) \ argument 806 #define pud_addr_end(addr, end) \ argument 813 #define pmd_addr_end(addr, end) \ argument 1491 #define flush_pmd_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) argument 1492 #define flush_pud_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) argument 1494 #define flush_pmd_tlb_range(vma, addr, end) BUILD_BUG() argument 1495 #define flush_pud_tlb_range(vma, addr, end) BUILD_BUG() argument
|
D | hugetlb.h | 243 unsigned long *start, unsigned long *end) in adjust_range_if_pmd_sharing_possible() 331 unsigned long addr, unsigned long end, in hugetlb_free_pgd_range() 383 unsigned long end, pgprot_t newprot) in hugetlb_change_protection() 390 unsigned long end, struct page *ref_page) in __unmap_hugepage_range_final() 397 unsigned long end, struct page *ref_page) in __unmap_hugepage_range() 1125 #define flush_hugetlb_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) argument
|
D | io.h | 29 static inline int ioremap_page_range(unsigned long addr, unsigned long end, in ioremap_page_range()
|
/include/asm-generic/ |
D | cacheflush.h | 35 unsigned long end) in flush_cache_range() 69 static inline void flush_icache_range(unsigned long start, unsigned long end) in flush_icache_range() 94 static inline void flush_cache_vmap(unsigned long start, unsigned long end) in flush_cache_vmap() 100 static inline void flush_cache_vunmap(unsigned long start, unsigned long end) in flush_cache_vunmap()
|
D | sections.h | 108 static inline bool memory_contains(void *begin, void *end, void *virt, in memory_contains() 125 static inline bool memory_intersects(void *begin, void *end, void *virt, in memory_intersects()
|
D | mm_hooks.h | 21 unsigned long start, unsigned long end) in arch_unmap()
|
/include/uapi/linux/ |
D | fib_rules.h | 35 __u32 end; member 40 __u16 end; member
|
D | virtio_iommu.h | 22 __le64 end; member 27 __le32 end; member 130 __le64 end; member
|
D | dlm_plock.h | 41 __u64 end; member
|
/include/net/ |
D | regulatory.h | 234 #define REG_RULE_EXT(start, end, bw, gain, eirp, dfs_cac, reg_flags) \ argument 245 #define REG_RULE(start, end, bw, gain, eirp, reg_flags) \ argument
|