Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 1042) sorted by relevance

12345678910>>...42

/linux-6.3-rc2/tools/include/asm-generic/bitops/
A Dconst_hweight.h8 #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
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
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) argument
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w)) argument
[all …]
A Darch_hweight.h7 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()
/linux-6.3-rc2/include/asm-generic/bitops/
A Dconst_hweight.h8 #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
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
36 #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w)) argument
37 #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w)) argument
[all …]
A Darch_hweight.h7 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()
/linux-6.3-rc2/sound/soc/codecs/
A Dmt6359.c727 static int mt_sgen_event(struct snd_soc_dapm_widget *w, in mt_sgen_event()
953 static int mt_hp_event(struct snd_soc_dapm_widget *w, in mt_hp_event()
983 static int mt_rcv_event(struct snd_soc_dapm_widget *w, in mt_rcv_event()
1067 static int mt_lo_event(struct snd_soc_dapm_widget *w, in mt_lo_event()
1450 static int mt_adc_l_event(struct snd_soc_dapm_widget *w, in mt_adc_l_event()
1474 static int mt_adc_r_event(struct snd_soc_dapm_widget *w, in mt_adc_r_event()
1498 static int mt_adc_3_event(struct snd_soc_dapm_widget *w, in mt_adc_3_event()
1561 static int mt_pga_l_event(struct snd_soc_dapm_widget *w, in mt_pga_l_event()
1858 static int mt_sdm_event(struct snd_soc_dapm_widget *w, in mt_sdm_event()
1922 static int mt_ncp_event(struct snd_soc_dapm_widget *w, in mt_ncp_event()
[all …]
/linux-6.3-rc2/net/ipv4/
A Dtcp_westwood.c63 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
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Diowait.h299 static inline u16 iowait_get_desc(struct iowait_work *w) in iowait_get_desc()
314 static inline u32 iowait_get_all_desc(struct iowait *w) in iowait_get_all_desc()
323 static inline void iowait_update_priority(struct iowait_work *w) in iowait_update_priority()
335 static inline void iowait_update_all_priority(struct iowait *w) in iowait_update_all_priority()
341 static inline void iowait_init_priority(struct iowait *w) in iowait_init_priority()
348 static inline void iowait_get_priority(struct iowait *w) in iowait_get_priority()
364 static inline void iowait_queue(bool pkts_sent, struct iowait *w, in iowait_queue()
417 static inline void iowait_inc_wait_count(struct iowait_work *w, u16 n) in iowait_inc_wait_count()
429 static inline struct iowait_work *iowait_get_tid_work(struct iowait *w) in iowait_get_tid_work()
438 static inline struct iowait_work *iowait_get_ib_work(struct iowait *w) in iowait_get_ib_work()
[all …]
/linux-6.3-rc2/sound/soc/
A Dsoc-dapm.c303 struct snd_soc_dapm_widget *w; in dapm_mark_endpoints_dirty() local
325 struct snd_soc_dapm_widget *w; in dapm_cnew_widget() local
605 struct snd_soc_dapm_widget *w; in dapm_reset() local
743 struct snd_soc_dapm_widget *w) in dapm_connect_mux()
845 struct snd_soc_dapm_widget *w; in dapm_is_shared_kcontrol() local
1130 struct snd_soc_dapm_widget *w; in dapm_widget_list_create() local
1513 struct snd_soc_dapm_widget *w; in dapm_seq_insert() local
1583 struct snd_soc_dapm_widget *w; in dapm_seq_run_coalesced() local
1947 struct snd_soc_dapm_widget *w; in dapm_power_widgets() local
2376 struct snd_soc_dapm_widget *w; in dapm_widget_show_component() local
[all …]
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_trans_space.h35 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument
36 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument
42 #define XFS_SWAP_RMAP_SPACE_RES(mp,b,w)\ argument
46 #define XFS_DAENTER_1B(mp,w) \ argument
48 #define XFS_DAENTER_DBS(mp,w) \ argument
50 #define XFS_DAENTER_BLOCKS(mp,w) \ argument
52 #define XFS_DAENTER_BMAP1B(mp,w) \ argument
54 #define XFS_DAENTER_BMAPS(mp,w) \ argument
56 #define XFS_DAENTER_SPACE_RES(mp,w) \ argument
58 #define XFS_DAREMOVE_SPACE_RES(mp,w) XFS_DAENTER_BMAPS(mp,w) argument
/linux-6.3-rc2/arch/x86/include/asm/
A Darch_hweight.h15 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()
/linux-6.3-rc2/arch/m68k/include/asm/
A Dmcf8390.h30 #define BSWAP(w) (((w) << 8) | ((w) >> 8)) argument
31 #define RSWAP(w) (w) argument
81 #define BSWAP(w) (w) argument
84 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
95 #define BSWAP(w) (w) argument
98 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
107 #define BSWAP(w) (w) argument
110 #define RSWAP(w) (((w) << 8) | ((w) >> 8)) argument
/linux-6.3-rc2/arch/mips/include/asm/
A Darch_hweight.h14 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()
/linux-6.3-rc2/lib/
A Dhweight.c13 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()
/linux-6.3-rc2/tools/lib/
A Dhweight.c12 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()
/linux-6.3-rc2/include/linux/
A Drcuwait.h23 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()
52 #define rcuwait_wait_event(w, condition, state) \ argument
/linux-6.3-rc2/drivers/input/joystick/
A Dwalkera0701.c62 static inline void walkera0701_parse_frame(struct walkera_dev *w) in walkera0701_parse_frame()
126 struct walkera_dev *w = handler_data; in walkera0701_irq_handler() local
170 struct walkera_dev *w; in timer_handler() local
180 struct walkera_dev *w = input_get_drvdata(dev); in walkera0701_open() local
191 struct walkera_dev *w = input_get_drvdata(dev); in walkera0701_close() local
202 struct walkera_dev *w = &w_dev; in walkera0701_attach() local
282 struct walkera_dev *w = &w_dev; in walkera0701_detach() local
/linux-6.3-rc2/drivers/md/
A Ddm-cache-background-tracker.c64 struct bt_work *w, *tmp; in btracker_destroy() local
92 struct bt_work *w; in __insert_pending() local
121 struct bt_work *w; in __find_pending() local
142 static void update_stats(struct background_tracker *b, struct policy_work *w, int delta) in update_stats()
190 struct bt_work *w; in btracker_queue() local
226 struct bt_work *w; in btracker_issue() local
242 struct bt_work *w = container_of(op, struct bt_work, work); in btracker_complete() local
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dutil.h58 mt76_worker_setup(struct ieee80211_hw *hw, struct mt76_worker *w, in mt76_worker_setup()
79 static inline void mt76_worker_schedule(struct mt76_worker *w) in mt76_worker_schedule()
89 static inline void mt76_worker_disable(struct mt76_worker *w) in mt76_worker_disable()
98 static inline void mt76_worker_enable(struct mt76_worker *w) in mt76_worker_enable()
107 static inline void mt76_worker_teardown(struct mt76_worker *w) in mt76_worker_teardown()
/linux-6.3-rc2/lib/mpi/
A Dmpi-add.c20 void mpi_add_ui(MPI w, MPI u, unsigned long v) in mpi_add_ui()
67 void mpi_add(MPI w, MPI u, MPI v) in mpi_add()
134 void mpi_sub(MPI w, MPI u, MPI v) in mpi_sub()
143 void mpi_addm(MPI w, MPI u, MPI v, MPI m) in mpi_addm()
150 void mpi_subm(MPI w, MPI u, MPI v, MPI m) in mpi_subm()
A Dec.c114 static void ec_mod(MPI w, struct mpi_ec_ctx *ec) in ec_mod()
122 static void ec_addm(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx) in ec_addm()
128 static void ec_subm(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ec) in ec_subm()
136 static void ec_mulm(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx) in ec_mulm()
143 static void ec_mul2(MPI w, MPI u, struct mpi_ec_ctx *ctx) in ec_mul2()
149 static void ec_powm(MPI w, const MPI b, const MPI e, in ec_powm()
160 static void ec_pow2(MPI w, const MPI b, struct mpi_ec_ctx *ctx) in ec_pow2()
171 static void ec_pow3(MPI w, const MPI b, struct mpi_ec_ctx *ctx) in ec_pow3()
291 static void ec_mul2_25519(MPI w, MPI u, struct mpi_ec_ctx *ctx) in ec_mul2_25519()
443 static void ec_mul2_448(MPI w, MPI u, struct mpi_ec_ctx *ctx) in ec_mul2_448()
[all …]
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl-topology.c480 struct snd_soc_dapm_widget *w; in skl_tplg_init_pipe_modules() local
865 struct snd_soc_dapm_widget *w) in skl_tplg_add_moduleid_in_bind_params()
1050 struct snd_soc_dapm_widget *w, struct skl_dev *skl) in skl_get_src_dsp_widget()
1699 struct snd_soc_dai *dai, struct snd_soc_dapm_widget *w) in skl_get_mconfig_pb_cpr()
1721 struct snd_soc_dai *dai, struct snd_soc_dapm_widget *w) in skl_get_mconfig_cap_cpr()
1846 struct snd_soc_dapm_widget *w, in skl_tplg_be_set_src_pipe_params()
2937 struct snd_soc_dapm_widget *w) in skl_clear_pin_config()
2963 struct snd_soc_dapm_widget *w; in skl_cleanup_resources() local
2989 struct snd_soc_dapm_widget *w, in skl_tplg_widget_load()
3662 struct snd_soc_dapm_widget *w; in skl_tplg_create_pipe_widget_list() local
[all …]
/linux-6.3-rc2/include/linux/soc/ti/
A Domap1-usb.h24 # define USB2_TRX_MODE(w) (((w)>>24)&0x07) argument
25 # define USB1_TRX_MODE(w) (((w)>>20)&0x07) argument
26 # define USB0_TRX_MODE(w) (((w)>>16)&0x07) argument
38 # define SRP_GPUVBUS(w) (((w)>>24)&0x07) argument
39 # define A_WAIT_VRISE(w) (((w)>>20)&0x07) argument
40 # define B_ASE_BRST(w) (((w)>>16)&0x07) argument
49 # define OTG_HMC(w) (((w)>>0)&0x3f) argument
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/
A Dtcm-sita.c28 static void free_slots(unsigned long pos, u16 w, u16 h, in free_slots()
43 static int r2l_b2t_1d(u16 w, unsigned long *pos, unsigned long *map, in r2l_b2t_1d()
79 static int l2r_t2b(u16 w, u16 h, u16 a, s16 offset, in l2r_t2b()
173 static s32 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u16 align, in sita_reserve_2d()
203 u16 w, h; in sita_free() local
/linux-6.3-rc2/drivers/watchdog/
A Dmt7621_wdt.c57 static int mt7621_wdt_ping(struct watchdog_device *w) in mt7621_wdt_ping()
66 static int mt7621_wdt_set_timeout(struct watchdog_device *w, unsigned int t) in mt7621_wdt_set_timeout()
77 static int mt7621_wdt_start(struct watchdog_device *w) in mt7621_wdt_start()
94 static int mt7621_wdt_stop(struct watchdog_device *w) in mt7621_wdt_stop()
119 static int mt7621_wdt_is_running(struct watchdog_device *w) in mt7621_wdt_is_running()
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/
A Dbits.h92 #define _hrt_get_bits(w, b, n) \ argument
94 #define _hrt_set_bits(w, b, n, v) \ argument
96 #define _hrt_get_bit(w, b) \ argument
98 #define _hrt_set_bit(w, b, v) \ argument
100 #define _hrt_set_lower_half(w, v) \ argument
102 #define _hrt_set_upper_half(w, v) \ argument

Completed in 60 milliseconds

12345678910>>...42