Home
last modified time | relevance | path

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

12

/Linux-v5.15/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)
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 …]
Dcrc64.c44 u64 __pure crc64_be(u64 crc, const void *p, size_t len) in crc64_be()
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-v5.15/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);
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);
Dcrc64.h10 u64 __pure crc64_be(u64 crc, const void *p, size_t len);
Dcompiler_attributes.h260 #define __pure __attribute__((__pure__)) macro
Dcpumask.h209 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/
Dcpu-type.h15 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/
Dcompiler-gcc.h26 #ifndef __pure
27 #define __pure __attribute__((pure)) macro
/Linux-v5.15/fs/btrfs/
Dasync-thread.h44 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);
Ddev-replace.h20 int __pure btrfs_dev_replace_is_ongoing(struct btrfs_dev_replace *dev_replace);
Dasync-thread.c56 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()
Dspace-info.h120 u64 __pure btrfs_space_info_used(struct btrfs_space_info *s_info,
/Linux-v5.15/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-v5.15/kernel/locking/
Dqspinlock.c115 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/
Dcacheline.h7 int __pure cacheline_size(void);
/Linux-v5.15/arch/arm/include/asm/
Dsystem_info.h26 extern int __pure cpu_architecture(void);
/Linux-v5.15/arch/x86/include/asm/fpu/
Dinternal.h62 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/
Dcrc32c-intel_glue.c59 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/
Dprogramming-language.rst32 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
/Linux-v5.15/Documentation/translations/it_IT/process/
Dprogramming-language.rst38 Il kernel definisce alcune pseudo parole chiave (per esempio ``__pure``)

12