/Linux-v5.15/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) 200 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len) 209 u32 __pure crc32_le_base(u32, unsigned char const *, size_t) __alias(crc32_le); 210 u32 __pure __crc32c_le_base(u32, unsigned char const *, size_t) __alias(__crc32c_le); 294 static inline u32 __pure crc32_be_generic(u32 crc, unsigned char const *p, 335 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) [all …]
|
D | crc64.c | 44 u64 __pure crc64_be(u64 crc, const void *p, size_t len) in crc64_be()
|
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-v5.15/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 | 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 | crc64.h | 10 u64 __pure crc64_be(u64 crc, const void *p, size_t len);
|
D | compiler_attributes.h | 260 #define __pure __attribute__((__pure__)) macro
|
D | cpumask.h | 209 unsigned int __pure cpumask_next(int n, const struct cpumask *srcp); 226 int __pure cpumask_next_and(int n, const struct cpumask *, const struct cpumask *); 227 int __pure cpumask_any_but(const struct cpumask *mask, unsigned int cpu);
|
/Linux-v5.15/arch/mips/include/asm/ |
D | cpu-type.h | 15 static inline int __pure __get_cpu_type(const int cpu_type) in __get_cpu_type() 214 static inline int __pure current_cpu_type(void) in current_cpu_type() 221 static inline int __pure boot_cpu_type(void) in boot_cpu_type()
|
/Linux-v5.15/tools/include/linux/ |
D | compiler-gcc.h | 26 #ifndef __pure 27 #define __pure __attribute__((pure)) macro
|
/Linux-v5.15/fs/btrfs/ |
D | async-thread.h | 44 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work); 45 struct btrfs_fs_info * __pure btrfs_workqueue_owner(const struct __btrfs_workqueue *wq);
|
D | dev-replace.h | 20 int __pure btrfs_dev_replace_is_ongoing(struct btrfs_dev_replace *dev_replace);
|
D | async-thread.c | 56 struct btrfs_fs_info * __pure btrfs_workqueue_owner(const struct __btrfs_workqueue *wq) in btrfs_workqueue_owner() 61 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work) in btrfs_work_owner()
|
D | space-info.h | 120 u64 __pure btrfs_space_info_used(struct btrfs_space_info *s_info,
|
/Linux-v5.15/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-v5.15/kernel/locking/ |
D | qspinlock.c | 115 static inline __pure u32 encode_tail(int cpu, int idx) in encode_tail() 125 static inline __pure struct mcs_spinlock *decode_tail(u32 tail) in decode_tail() 133 static inline __pure
|
/Linux-v5.15/tools/perf/util/ |
D | cacheline.h | 7 int __pure cacheline_size(void);
|
/Linux-v5.15/arch/arm/include/asm/ |
D | system_info.h | 26 extern int __pure cpu_architecture(void);
|
/Linux-v5.15/arch/x86/include/asm/fpu/ |
D | internal.h | 62 static __always_inline __pure bool use_xsaveopt(void) in use_xsaveopt() 67 static __always_inline __pure bool use_xsave(void) in use_xsave() 72 static __always_inline __pure bool use_fxsr(void) in use_fxsr()
|
/Linux-v5.15/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-v5.15/Documentation/process/ |
D | programming-language.rst | 32 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
|
/Linux-v5.15/Documentation/translations/it_IT/process/ |
D | programming-language.rst | 38 Il kernel definisce alcune pseudo parole chiave (per esempio ``__pure``)
|