/Linux-v6.1/lib/ |
D | crc32.c | 57 static inline u32 __pure 146 static inline u32 __pure crc32_le_generic(u32 crc, unsigned char const *p, 186 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len) 190 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len) 195 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len) 199 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len) 207 u32 __pure crc32_le_base(u32, unsigned char const *, size_t) __alias(crc32_le); 208 u32 __pure __crc32c_le_base(u32, unsigned char const *, size_t) __alias(__crc32c_le); 209 u32 __pure crc32_be_base(u32, unsigned char const *, size_t) __alias(crc32_be); 293 static inline u32 __pure crc32_be_generic(u32 crc, unsigned char const *p, [all …]
|
D | crc64.c | 51 u64 __pure crc64_be(u64 crc, const void *p, size_t len) in crc64_be() 73 u64 __pure crc64_rocksoft_generic(u64 crc, const void *p, size_t len) in crc64_rocksoft_generic()
|
D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match()
|
D | globtest.c | 19 static bool __pure __init test(char const *pat, char const *str, bool expected) in test()
|
/Linux-v6.1/include/linux/ |
D | crc32.h | 11 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len); 12 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len); 39 u32 __pure __crc32c_le(u32 crc, unsigned char const *p, size_t len);
|
D | crc64.h | 12 u64 __pure crc64_be(u64 crc, const void *p, size_t len); 13 u64 __pure crc64_rocksoft_generic(u64 crc, const void *p, size_t len);
|
D | stringhash.h | 66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int); 77 extern u64 __pure hashlen_string(const void *salt, const char *name);
|
D | bcm963xx_nvram.h | 54 static inline u64 __pure bcm963xx_nvram_nand_part_offset( in bcm963xx_nvram_nand_part_offset() 64 static inline u64 __pure bcm963xx_nvram_nand_part_size( in bcm963xx_nvram_nand_part_size()
|
D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
D | compiler_attributes.h | 309 #define __pure __attribute__((__pure__)) macro
|
/Linux-v6.1/arch/mips/include/asm/ |
D | cpu-type.h | 15 static inline int __pure __get_cpu_type(const int cpu_type) in __get_cpu_type() 189 static inline int __pure current_cpu_type(void) in current_cpu_type() 196 static inline int __pure boot_cpu_type(void) in boot_cpu_type()
|
/Linux-v6.1/arch/x86/kernel/fpu/ |
D | internal.h | 8 static __always_inline __pure bool use_xsave(void) in use_xsave() 13 static __always_inline __pure bool use_fxsr(void) in use_fxsr()
|
/Linux-v6.1/tools/include/linux/ |
D | compiler-gcc.h | 26 #ifndef __pure 27 #define __pure __attribute__((pure)) macro
|
/Linux-v6.1/fs/btrfs/ |
D | async-thread.h | 40 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work); 41 struct btrfs_fs_info * __pure btrfs_workqueue_owner(const struct btrfs_workqueue *wq);
|
D | dev-replace.h | 24 int __pure btrfs_dev_replace_is_ongoing(struct btrfs_dev_replace *dev_replace);
|
D | async-thread.c | 50 struct btrfs_fs_info * __pure btrfs_workqueue_owner(const struct btrfs_workqueue *wq) in btrfs_workqueue_owner() 55 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work) in btrfs_work_owner()
|
D | space-info.h | 132 u64 __pure btrfs_space_info_used(struct btrfs_space_info *s_info,
|
/Linux-v6.1/arch/x86/include/asm/fpu/ |
D | xstate.h | 121 static __always_inline __pure bool fpu_state_size_dynamic(void) in fpu_state_size_dynamic() 126 static __always_inline __pure bool fpu_state_size_dynamic(void) in fpu_state_size_dynamic()
|
/Linux-v6.1/arch/arm/nwfpe/ |
D | fpopcode.h | 360 static inline floatx80 __pure getExtendedConstant(const unsigned int nIndex) in getExtendedConstant() 367 static inline float64 __pure getDoubleConstant(const unsigned int nIndex) in getDoubleConstant() 373 static inline float32 __pure getSingleConstant(const unsigned int nIndex) in getSingleConstant()
|
/Linux-v6.1/arch/x86/boot/compressed/ |
D | efi.h | 113 bool __pure __efi_soft_reserve_enabled(void); 115 static inline bool __pure efi_soft_reserve_enabled(void) in efi_soft_reserve_enabled()
|
/Linux-v6.1/kernel/locking/ |
D | qspinlock.c | 116 static inline __pure u32 encode_tail(int cpu, int idx) in encode_tail() 126 static inline __pure struct mcs_spinlock *decode_tail(u32 tail) in decode_tail() 134 static inline __pure
|
/Linux-v6.1/tools/perf/util/ |
D | cacheline.h | 7 int __pure cacheline_size(void);
|
/Linux-v6.1/arch/arm/include/asm/ |
D | system_info.h | 26 extern int __pure cpu_architecture(void);
|
/Linux-v6.1/arch/x86/crypto/ |
D | crc32c-intel_glue.c | 59 static u32 __pure crc32c_intel_le_hw(u32 crc, unsigned char const *p, size_t len) in crc32c_intel_le_hw()
|
/Linux-v6.1/Documentation/process/ |
D | programming-language.rst | 32 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
|