Home
last modified time | relevance | path

Searched refs:__pure (Results 1 – 25 of 47) sorted by relevance

12

/linux-5.19.10/lib/
Dcrc32.c57 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 …]
Dcrc64.c51 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()
Dglob.c40 bool __pure glob_match(char const *pat, char const *str) in glob_match()
Dglobtest.c19 static bool __pure __init test(char const *pat, char const *str, bool expected) in test()
/linux-5.19.10/include/linux/
Dcrc32.h11 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);
Dcrc64.h12 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);
Dstringhash.h66 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);
Dbcm963xx_nvram.h54 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()
Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
Dcpumask.h244 unsigned int __pure cpumask_next(int n, const struct cpumask *srcp);
261 int __pure cpumask_next_and(int n, const struct cpumask *, const struct cpumask *);
262 int __pure cpumask_any_but(const struct cpumask *mask, unsigned int cpu);
Dcompiler_attributes.h308 #define __pure __attribute__((__pure__)) macro
/linux-5.19.10/arch/mips/include/asm/
Dcpu-type.h15 static inline int __pure __get_cpu_type(const int cpu_type) in __get_cpu_type()
200 static inline int __pure current_cpu_type(void) in current_cpu_type()
207 static inline int __pure boot_cpu_type(void) in boot_cpu_type()
/linux-5.19.10/arch/x86/kernel/fpu/
Dinternal.h8 static __always_inline __pure bool use_xsave(void) in use_xsave()
13 static __always_inline __pure bool use_fxsr(void) in use_fxsr()
/linux-5.19.10/tools/include/linux/
Dcompiler-gcc.h26 #ifndef __pure
27 #define __pure __attribute__((pure)) macro
/linux-5.19.10/fs/btrfs/
Dasync-thread.h41 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work);
42 struct btrfs_fs_info * __pure btrfs_workqueue_owner(const struct btrfs_workqueue *wq);
Ddev-replace.h20 int __pure btrfs_dev_replace_is_ongoing(struct btrfs_dev_replace *dev_replace);
Dasync-thread.c50 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()
Dspace-info.h134 u64 __pure btrfs_space_info_used(struct btrfs_space_info *s_info,
/linux-5.19.10/arch/x86/include/asm/fpu/
Dxstate.h121 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-5.19.10/arch/arm/nwfpe/
Dfpopcode.h360 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-5.19.10/arch/x86/boot/compressed/
Defi.h113 bool __pure __efi_soft_reserve_enabled(void);
115 static inline bool __pure efi_soft_reserve_enabled(void) in efi_soft_reserve_enabled()
/linux-5.19.10/kernel/locking/
Dqspinlock.c116 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-5.19.10/tools/perf/util/
Dcacheline.h7 int __pure cacheline_size(void);
/linux-5.19.10/arch/arm/include/asm/
Dsystem_info.h26 extern int __pure cpu_architecture(void);
/linux-5.19.10/Documentation/process/
Dprogramming-language.rst32 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using

12