| /kernel/linux/linux-5.10/include/asm-generic/bitops/ |
| D | const_hweight.h | 8 #define __const_hweight8(w) \ argument 19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) argument 20 #define __const_hweight32(w) (__const_hweight16(w) + __const_hweight16((w) >> 16)) argument 21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) argument 26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) argument 27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) argument 28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) argument 29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) argument 34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w)) argument 35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) argument [all …]
|
| D | arch_hweight.h | 7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 17 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /kernel/linux/linux-4.19/include/asm-generic/bitops/ |
| D | const_hweight.h | 8 #define __const_hweight8(w) \ argument 19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) argument 20 #define __const_hweight32(w) (__const_hweight16(w) + __const_hweight16((w) >> 16)) argument 21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) argument 26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) argument 27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) argument 28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) argument 29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) argument 34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w)) argument 35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) argument [all …]
|
| D | arch_hweight.h | 7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 17 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /kernel/linux/linux-5.10/tools/include/asm-generic/bitops/ |
| D | const_hweight.h | 8 #define __const_hweight8(w) \ argument 19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) argument 20 #define __const_hweight32(w) (__const_hweight16(w) + __const_hweight16((w) >> 16)) argument 21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) argument 26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) argument 27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) argument 28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) argument 29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) argument 34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w)) argument 35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) argument [all …]
|
| D | arch_hweight.h | 7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 17 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /kernel/linux/linux-4.19/tools/include/asm-generic/bitops/ |
| D | const_hweight.h | 8 #define __const_hweight8(w) \ argument 19 #define __const_hweight16(w) (__const_hweight8(w) + __const_hweight8((w) >> 8 )) argument 20 #define __const_hweight32(w) (__const_hweight16(w) + __const_hweight16((w) >> 16)) argument 21 #define __const_hweight64(w) (__const_hweight32(w) + __const_hweight32((w) >> 32)) argument 26 #define hweight8(w) (__builtin_constant_p(w) ? __const_hweight8(w) : __arch_hweight8(w)) argument 27 #define hweight16(w) (__builtin_constant_p(w) ? __const_hweight16(w) : __arch_hweight16(w)) argument 28 #define hweight32(w) (__builtin_constant_p(w) ? __const_hweight32(w) : __arch_hweight32(w)) argument 29 #define hweight64(w) (__builtin_constant_p(w) ? __const_hweight64(w) : __arch_hweight64(w)) argument 34 #define HWEIGHT8(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w)) argument 35 #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w)) argument [all …]
|
| D | arch_hweight.h | 7 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 12 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 17 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 22 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /kernel/linux/linux-4.19/net/ipv4/ |
| D | tcp_westwood.c | 62 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_init() local 85 static void westwood_filter(struct westwood *w, u32 delta) in westwood_filter() 105 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_pkts_acked() local 118 struct westwood *w = inet_csk_ca(sk); in westwood_update_window() local 147 static inline void update_rtt_min(struct westwood *w) in update_rtt_min() 165 struct westwood *w = inet_csk_ca(sk); in westwood_fast_bw() local 182 struct westwood *w = inet_csk_ca(sk); in westwood_acked_count() local 219 const struct westwood *w = inet_csk_ca(sk); in tcp_westwood_bw_rttmin() local 227 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_ack() local 242 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_event() local
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_westwood.c | 63 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_init() local 86 static void westwood_filter(struct westwood *w, u32 delta) in westwood_filter() 106 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_pkts_acked() local 119 struct westwood *w = inet_csk_ca(sk); in westwood_update_window() local 148 static inline void update_rtt_min(struct westwood *w) in update_rtt_min() 166 struct westwood *w = inet_csk_ca(sk); in westwood_fast_bw() local 183 struct westwood *w = inet_csk_ca(sk); in westwood_acked_count() local 220 const struct westwood *w = inet_csk_ca(sk); in tcp_westwood_bw_rttmin() local 228 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_ack() local 243 struct westwood *w = inet_csk_ca(sk); in tcp_westwood_event() local
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | arch_hweight.h | 15 static __always_inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 26 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 31 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 37 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() 43 static __always_inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | rcuwait.h | 23 static inline void rcuwait_init(struct rcuwait *w) in rcuwait_init() 32 static inline int rcuwait_active(struct rcuwait *w) in rcuwait_active() 45 static inline void prepare_to_rcuwait(struct rcuwait *w) in prepare_to_rcuwait() 50 static inline void finish_rcuwait(struct rcuwait *w) in finish_rcuwait() 56 #define rcuwait_wait_event(w, condition, state) \ argument
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/ |
| D | intel_workarounds.c | 552 struct i915_workarounds *w = &rq->i915->workarounds; in intel_ctx_workarounds_emit() local 942 static void whitelist_reg(struct whitelist *w, i915_reg_t reg) in whitelist_reg() 950 static void bdw_whitelist_build(struct whitelist *w) in bdw_whitelist_build() 954 static void chv_whitelist_build(struct whitelist *w) in chv_whitelist_build() 958 static void gen9_whitelist_build(struct whitelist *w) in gen9_whitelist_build() 970 static void skl_whitelist_build(struct whitelist *w) in skl_whitelist_build() 978 static void bxt_whitelist_build(struct whitelist *w) in bxt_whitelist_build() 983 static void kbl_whitelist_build(struct whitelist *w) in kbl_whitelist_build() 991 static void glk_whitelist_build(struct whitelist *w) in glk_whitelist_build() 999 static void cfl_whitelist_build(struct whitelist *w) in cfl_whitelist_build() [all …]
|
| /kernel/linux/linux-4.19/kernel/locking/ |
| D | rtmutex.h | 15 #define debug_rt_mutex_init_waiter(w) do { } while (0) argument 16 #define debug_rt_mutex_free_waiter(w) do { } while (0) argument 23 #define debug_rt_mutex_print_deadlock(w) do { } while (0) argument 24 #define debug_rt_mutex_reset_waiter(w) do { } while (0) argument 26 static inline void rt_mutex_print_deadlock(struct rt_mutex_waiter *w) in rt_mutex_print_deadlock() 31 static inline bool debug_rt_mutex_detect_deadlock(struct rt_mutex_waiter *w, in debug_rt_mutex_detect_deadlock()
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| D | rtmutex.h | 15 #define debug_rt_mutex_init_waiter(w) do { } while (0) argument 16 #define debug_rt_mutex_free_waiter(w) do { } while (0) argument 23 #define debug_rt_mutex_print_deadlock(w) do { } while (0) argument 24 #define debug_rt_mutex_reset_waiter(w) do { } while (0) argument 26 static inline void rt_mutex_print_deadlock(struct rt_mutex_waiter *w) in rt_mutex_print_deadlock() 31 static inline bool debug_rt_mutex_detect_deadlock(struct rt_mutex_waiter *w, in debug_rt_mutex_detect_deadlock()
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | mt6359.c | 617 static int mt_sgen_event(struct snd_soc_dapm_widget *w, in mt_sgen_event() 843 static int mt_hp_event(struct snd_soc_dapm_widget *w, in mt_hp_event() 873 static int mt_rcv_event(struct snd_soc_dapm_widget *w, in mt_rcv_event() 957 static int mt_lo_event(struct snd_soc_dapm_widget *w, in mt_lo_event() 1043 static int mt_adc_clk_gen_event(struct snd_soc_dapm_widget *w, in mt_adc_clk_gen_event() 1083 static int mt_dcc_clk_event(struct snd_soc_dapm_widget *w, in mt_dcc_clk_event() 1118 static int mt_mic_bias_0_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_0_event() 1172 static int mt_mic_bias_1_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_1_event() 1205 static int mt_mic_bias_2_event(struct snd_soc_dapm_widget *w, in mt_mic_bias_2_event() 1256 static int mt_mtkaif_tx_event(struct snd_soc_dapm_widget *w, in mt_mtkaif_tx_event() [all …]
|
| /kernel/linux/linux-4.19/arch/x86/include/asm/ |
| D | arch_hweight.h | 23 static __always_inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 34 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 39 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 45 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64() 51 static __always_inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| D | iowait.h | 340 static inline u16 iowait_get_desc(struct iowait_work *w) in iowait_get_desc() 355 static inline u32 iowait_get_all_desc(struct iowait *w) in iowait_get_all_desc() 364 static inline void iowait_update_priority(struct iowait_work *w) in iowait_update_priority() 376 static inline void iowait_update_all_priority(struct iowait *w) in iowait_update_all_priority() 382 static inline void iowait_init_priority(struct iowait *w) in iowait_init_priority() 389 static inline void iowait_get_priority(struct iowait *w) in iowait_get_priority() 405 static inline void iowait_queue(bool pkts_sent, struct iowait *w, in iowait_queue() 433 static inline void iowait_starve_clear(bool pkts_sent, struct iowait *w) in iowait_starve_clear() 458 static inline void iowait_inc_wait_count(struct iowait_work *w, u16 n) in iowait_inc_wait_count() 470 static inline struct iowait_work *iowait_get_tid_work(struct iowait *w) in iowait_get_tid_work() [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | arch_hweight.h | 14 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 29 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /kernel/linux/linux-4.19/arch/mips/include/asm/ |
| D | arch_hweight.h | 14 static inline unsigned int __arch_hweight32(unsigned int w) in __arch_hweight32() 19 static inline unsigned int __arch_hweight16(unsigned int w) in __arch_hweight16() 24 static inline unsigned int __arch_hweight8(unsigned int w) in __arch_hweight8() 29 static inline unsigned long __arch_hweight64(__u64 w) in __arch_hweight64()
|
| /kernel/linux/linux-4.19/fs/xfs/libxfs/ |
| D | xfs_trans_space.h | 28 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument 29 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument 35 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument 39 #define XFS_DAENTER_1B(mp,w) \ argument 41 #define XFS_DAENTER_DBS(mp,w) \ argument 43 #define XFS_DAENTER_BLOCKS(mp,w) \ argument 45 #define XFS_DAENTER_BMAP1B(mp,w) \ argument 47 #define XFS_DAENTER_BMAPS(mp,w) \ argument 49 #define XFS_DAENTER_SPACE_RES(mp,w) \ argument 51 #define XFS_DAREMOVE_SPACE_RES(mp,w) XFS_DAENTER_BMAPS(mp,w) argument
|
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| D | xfs_trans_space.h | 28 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument 29 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument 35 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument 39 #define XFS_DAENTER_1B(mp,w) \ argument 41 #define XFS_DAENTER_DBS(mp,w) \ argument 43 #define XFS_DAENTER_BLOCKS(mp,w) \ argument 45 #define XFS_DAENTER_BMAP1B(mp,w) \ argument 47 #define XFS_DAENTER_BMAPS(mp,w) \ argument 49 #define XFS_DAENTER_SPACE_RES(mp,w) \ argument 51 #define XFS_DAREMOVE_SPACE_RES(mp,w) XFS_DAENTER_BMAPS(mp,w) argument
|
| /kernel/linux/linux-5.10/tools/lib/ |
| D | hweight.c | 12 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() 28 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16() 36 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8() 43 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
|
| /kernel/linux/linux-5.10/lib/ |
| D | hweight.c | 13 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() 30 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16() 39 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8() 47 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
|
| /kernel/linux/linux-4.19/lib/ |
| D | hweight.c | 14 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32() 32 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16() 41 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8() 50 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
|