| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) argument 18 #define hash_long(val, bits) hash_64(val, bits) argument 65 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() 74 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() 85 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) argument 18 #define hash_long(val, bits) hash_64(val, bits) argument 65 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() 74 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() 85 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) argument 18 #define hash_long(val, bits) hash_64(val, bits) argument 68 static inline u32 hash_32_generic(u32 val, unsigned int bits) in hash_32_generic() 77 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() 88 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) argument 18 #define hash_long(val, bits) hash_64(val, bits) argument 68 static inline u32 hash_32_generic(u32 val, unsigned int bits) in hash_32_generic() 77 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() 88 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_irq.h | 47 ilk_enable_display_irq(struct drm_i915_private *dev_priv, u32 bits) in ilk_enable_display_irq() 52 ilk_disable_display_irq(struct drm_i915_private *dev_priv, u32 bits) in ilk_disable_display_irq() 61 enum pipe pipe, u32 bits) in bdw_enable_pipe_irq() 66 enum pipe pipe, u32 bits) in bdw_disable_pipe_irq() 74 ibx_enable_display_interrupt(struct drm_i915_private *dev_priv, u32 bits) in ibx_enable_display_interrupt() 79 ibx_disable_display_interrupt(struct drm_i915_private *dev_priv, u32 bits) in ibx_disable_display_interrupt()
|
| /kernel/linux/linux-6.6/include/sound/ |
| D | cs8403.h | 24 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8403_DECODE() 69 unsigned char bits; in SND_CS8403_ENCODE() local 154 SND_CS8404_DECL void SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8404_DECODE() 195 unsigned char bits; in SND_CS8404_ENCODE() local
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | cs8403.h | 24 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8403_DECODE() 69 unsigned char bits; in SND_CS8403_ENCODE() local 154 SND_CS8404_DECL void SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8404_DECODE() 195 unsigned char bits; in SND_CS8404_ENCODE() local
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | word-at-a-time.h | 22 static inline unsigned long has_zero(unsigned long val, unsigned long *bits, const struct word_at_a… in has_zero() 29 static inline unsigned long prep_zero_mask(unsigned long val, unsigned long bits, const struct word… in prep_zero_mask() 34 #define create_zero_mask(bits) (bits) argument 36 static inline unsigned long find_zero(unsigned long bits) in find_zero()
|
| /kernel/linux/linux-6.6/arch/alpha/include/asm/ |
| D | word-at-a-time.h | 22 static inline unsigned long has_zero(unsigned long val, unsigned long *bits, const struct word_at_a… in has_zero() 29 static inline unsigned long prep_zero_mask(unsigned long val, unsigned long bits, const struct word… in prep_zero_mask() 34 #define create_zero_mask(bits) (bits) argument 36 static inline unsigned long find_zero(unsigned long bits) in find_zero()
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| D | extent-io-tree.c | 178 static int add_extent_changeset(struct extent_state *state, u32 bits, in add_extent_changeset() 370 u32 bits, struct extent_changeset *changeset) in set_state_bits() 395 u32 bits, struct extent_changeset *changeset) in insert_state() 434 struct rb_node *parent, unsigned bits, in insert_state_fast() 504 u32 bits, int wake, in clear_state_bit() 539 static void set_gfp_mask_from_bits(u32 *bits, gfp_t *mask) in set_gfp_mask_from_bits() 558 u32 bits, struct extent_state **cached_state, in __clear_extent_bit() 729 void wait_extent_bit(struct extent_io_tree *tree, u64 start, u64 end, u32 bits, in wait_extent_bit() 812 u64 start, u32 bits) in find_first_extent_bit_state() 838 u64 *start_ret, u64 *end_ret, u32 bits, in find_first_extent_bit() [all …]
|
| /kernel/linux/linux-6.6/tools/lib/ |
| D | bitmap.c | 8 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() 22 const unsigned long *bitmap2, int bits) in __bitmap_or() 61 const unsigned long *bitmap2, unsigned int bits) in __bitmap_and() 76 const unsigned long *bitmap2, unsigned int bits) in __bitmap_equal() 91 const unsigned long *bitmap2, unsigned int bits) in __bitmap_intersects()
|
| /kernel/linux/linux-6.6/fs/ocfs2/cluster/ |
| D | masklog.h | 118 #define __mlog_test_u64(mask, bits) \ argument 121 #define __mlog_set_u64(mask, bits) do { \ argument 125 #define __mlog_clear_u64(mask, bits) do { \ argument 138 #define __mlog_test_u64(mask, bits) ((mask) & bits.words[0]) argument 139 #define __mlog_set_u64(mask, bits) do { \ argument 142 #define __mlog_clear_u64(mask, bits) do { \ argument
|
| /kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
| D | masklog.h | 120 #define __mlog_test_u64(mask, bits) \ argument 123 #define __mlog_set_u64(mask, bits) do { \ argument 127 #define __mlog_clear_u64(mask, bits) do { \ argument 140 #define __mlog_test_u64(mask, bits) ((mask) & bits.words[0]) argument 141 #define __mlog_set_u64(mask, bits) do { \ argument 144 #define __mlog_clear_u64(mask, bits) do { \ argument
|
| /kernel/linux/linux-5.10/drivers/iio/adc/ |
| D | ad7476.c | 161 #define _AD7476_CHAN(bits, _shift, _info_mask_sep) \ argument 176 #define ADC081S_CHAN(bits) _AD7476_CHAN((bits), 12 - (bits), \ argument 178 #define AD7476_CHAN(bits) _AD7476_CHAN((bits), 13 - (bits), \ argument 180 #define AD7940_CHAN(bits) _AD7476_CHAN((bits), 15 - (bits), \ argument 182 #define AD7091R_CHAN(bits) _AD7476_CHAN((bits), 16 - (bits), 0) argument 183 #define AD7091R_CONVST_CHAN(bits) _AD7476_CHAN((bits), 16 - (bits), \ argument 185 #define ADS786X_CHAN(bits) _AD7476_CHAN((bits), 12 - (bits), \ argument
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | word-at-a-time.h | 60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 77 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 127 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | word-at-a-time.h | 60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 77 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 127 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/ |
| D | word-at-a-time.h | 60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 77 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 127 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/ |
| D | word-at-a-time.h | 60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 77 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 127 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask() 139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-bitbang-txrx.h | 51 u32 word, u8 bits) in bitbang_txrx_be_cpha0() 83 u32 word, u8 bits) in bitbang_txrx_be_cpha1() 115 u32 word, u8 bits) in bitbang_txrx_le_cpha0() 148 u32 word, u8 bits) in bitbang_txrx_le_cpha1()
|
| D | spi-gpio.c | 135 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode0() 144 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode1() 153 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode2() 162 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode3() 181 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode0() 191 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode1() 201 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode2() 211 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode3()
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| D | ad7476.c | 167 #define _AD7476_CHAN(bits, _shift, _info_mask_sep) \ argument 182 #define ADC081S_CHAN(bits) _AD7476_CHAN((bits), 12 - (bits), \ argument 184 #define AD7476_CHAN(bits) _AD7476_CHAN((bits), 13 - (bits), \ argument 186 #define AD7940_CHAN(bits) _AD7476_CHAN((bits), 15 - (bits), \ argument 188 #define AD7091R_CHAN(bits) _AD7476_CHAN((bits), 16 - (bits), 0) argument 189 #define AD7091R_CONVST_CHAN(bits) _AD7476_CHAN((bits), 16 - (bits), \ argument 191 #define ADS786X_CHAN(bits) _AD7476_CHAN((bits), 12 - (bits), \ argument
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
| D | sysfillrect.c | 26 unsigned long pat, unsigned n, int bits) in bitfill_aligned() 72 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() 126 unsigned long pat, unsigned n, int bits) in bitfill_aligned_rev() 183 int bits) in bitfill_unaligned_rev() 237 int bits = BITS_PER_LONG, bytes = bits >> 3; in sys_fillrect() local
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
| D | sysfillrect.c | 26 unsigned long pat, unsigned n, int bits) in bitfill_aligned() 82 unsigned long pat, int left, int right, unsigned n, int bits) in bitfill_unaligned() 136 unsigned long pat, unsigned n, int bits) in bitfill_aligned_rev() 193 int bits) in bitfill_unaligned_rev() 247 int bits = BITS_PER_LONG, bytes = bits >> 3; in sys_fillrect() local
|
| /kernel/linux/linux-5.10/tools/lib/ |
| D | bitmap.c | 8 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() 22 const unsigned long *bitmap2, int bits) in __bitmap_or() 61 const unsigned long *bitmap2, unsigned int bits) in __bitmap_and() 76 const unsigned long *bitmap2, unsigned int bits) in __bitmap_equal()
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-gpio.c | 136 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode0() 142 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode1() 148 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode2() 154 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_txrx_word_mode3() 170 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode0() 177 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode1() 184 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode2() 191 unsigned nsecs, u32 word, u8 bits, unsigned flags) in spi_gpio_spec_txrx_word_mode3()
|