/linux-6.8/lib/ |
D | rhashtable.c | 77 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in nested_table_free() local 151 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in nested_bucket_table_alloc() local 1181 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in __rht_bucket_nested() local 1221 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in rht_bucket_nested_insert() local
|
D | radix-tree.c | 211 static inline unsigned long shift_maxindex(unsigned int shift) in shift_maxindex() 235 unsigned int shift, unsigned int offset, in radix_tree_node_alloc() 409 unsigned long index, unsigned int shift) in radix_tree_extend() 605 unsigned int shift, offset = 0; in __radix_tree_create() local 1483 unsigned int shift, offset = 0; in idr_get_free() local
|
/linux-6.8/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.c | 62 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in mvebu_mmio_mpp_ctrl_get() local 73 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in mvebu_mmio_mpp_ctrl_set() local 796 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in mvebu_regmap_mpp_ctrl_get() local 813 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in mvebu_regmap_mpp_ctrl_set() local
|
/linux-6.8/sound/pci/ice1712/ |
D | ews.c | 740 int shift = kcontrol->private_value & 0xff; in snd_ice1712_ews88d_control_get() local 761 int shift = kcontrol->private_value & 0xff; in snd_ice1712_ews88d_control_put() local 856 int shift = kcontrol->private_value & 0xff; in snd_ice1712_6fire_control_get() local 873 int shift = kcontrol->private_value & 0xff; in snd_ice1712_6fire_control_put() local
|
/linux-6.8/drivers/macintosh/ |
D | windfarm_smu_sat.c | 44 int shift; member 202 int shift, cpu, index; in wf_sat_probe() local
|
/linux-6.8/drivers/media/platform/chips-media/coda/ |
D | coda-h264.c | 123 int shift = 7 - (rbsp->pos % 8); in rbsp_read_bit() local 134 int shift = 7 - (rbsp->pos % 8); in rbsp_write_bit() local
|
/linux-6.8/kernel/bpf/ |
D | tnum.c | 37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift() 42 struct tnum tnum_rshift(struct tnum a, u8 shift) in tnum_rshift()
|
/linux-6.8/arch/arm64/kernel/ |
D | idreg-override.c | 40 u8 shift; member 250 u64 shift = reg->fields[f].shift; in match_options() local
|
/linux-6.8/drivers/gpu/drm/amd/display/include/ |
D | fixed31_32.h | 210 static inline struct fixed31_32 dc_fixpt_shl(struct fixed31_32 arg, unsigned char shift) in dc_fixpt_shl() 224 static inline struct fixed31_32 dc_fixpt_shr(struct fixed31_32 arg, unsigned char shift) in dc_fixpt_shr()
|
/linux-6.8/fs/bcachefs/ |
D | eytzinger.h | 101 unsigned shift = __fls(size) - b; in __eytzinger1_to_inorder() local 126 unsigned shift; in __inorder_to_eytzinger1() local
|
/linux-6.8/drivers/input/joystick/ |
D | grip.c | 65 static int grip_gpp_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_gpp_read_packet() 105 static int grip_xt_read_packet(struct gameport *gameport, int shift, unsigned int *data) in grip_xt_read_packet()
|
/linux-6.8/arch/x86/lib/ |
D | csum-partial_64.c | 101 unsigned int shift = (-len << 3) & 63; in csum_partial() local
|
/linux-6.8/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 393 static inline u32 get_upper_bits(u32 data, u32 shift) in get_upper_bits() 398 static inline u32 set_upper_bits(u32 data, u32 shift) in set_upper_bits() 410 static inline u32 get_upper_bits(u32 data, u32 shift) in get_upper_bits() 415 static inline u32 set_upper_bits(u32 data, u32 shift) in set_upper_bits() 474 int shift = extra * BITS_PER_BYTE; in qib_copy_io() local
|
/linux-6.8/drivers/iio/dac/ |
D | ad5446.c | 112 unsigned int shift; in ad5446_write_dac_powerdown() local 165 #define AD5446_CHANNEL(bits, storage, shift) \ argument 168 #define AD5446_CHANNEL_POWERDOWN(bits, storage, shift) \ argument
|
/linux-6.8/drivers/pinctrl/cirrus/ |
D | pinctrl-cs42l43.c | 42 unsigned int shift; member 226 unsigned int shift = offset + CS42L43_GPIO1_DIR_SHIFT; in cs42l43_gpio_set_direction() local 489 unsigned int shift = offset + CS42L43_GPIO1_LVL_SHIFT; in cs42l43_gpio_set() local
|
/linux-6.8/drivers/clk/x86/ |
D | clk-cgu.c | 86 u8 shift = list->mux_shift; in lgm_clk_register_mux() local 199 u8 shift = list->div_shift; in lgm_clk_register_divider() local 301 u8 shift = list->gate_shift; in lgm_clk_register_gate() local
|
/linux-6.8/drivers/mfd/ |
D | lm3533-core.c | 171 int shift; in lm3533_set_hvled_config() local 199 int shift; in lm3533_set_lvled_config() local 265 int shift; in show_output() local
|
/linux-6.8/drivers/clk/sunxi-ng/ |
D | ccu_phase.h | 14 u8 shift; member
|
/linux-6.8/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ |
D | ia_css_ctc1_5.host.c | 25 int *dydx, int *shift, in ctc_gradient()
|
/linux-6.8/arch/x86/math-emu/ |
D | poly_2xm1.c | 55 long int exponent, shift; in poly_2xm1() local
|
/linux-6.8/arch/sparc/kernel/ |
D | iommu_common.h | 39 unsigned long shift, in is_span_boundary()
|
/linux-6.8/arch/powerpc/platforms/pseries/ |
D | lpar.c | 1151 unsigned long shift, current_vpgb, vpgb; in hugepage_block_invalidate() local 1258 unsigned long shift, hidx, vpn = 0, hash, slot; in pSeries_lpar_hugepage_invalidate() local 1331 unsigned long shift, in compute_slot() 1354 unsigned long index, shift, slot, current_vpgb, vpgb; in do_block_remove() local 1533 unsigned long index, shift, slot; in pSeries_lpar_flush_hash_range() local 1603 unsigned long shift; member 1627 static int pseries_lpar_resize_hpt(unsigned long shift) in pseries_lpar_resize_hpt()
|
/linux-6.8/drivers/pinctrl/starfive/ |
D | pinctrl-starfive-jh7110.c | 106 unsigned int shift = 8 * (pin % 4); in jh7110_pin_dbg_show() local 259 unsigned int shift = 8 * (pin % 4); in jh7110_set_gpiomux() local 555 unsigned int shift = 8 * (gpio % 4); in jh7110_gpio_get_direction() local 620 unsigned int shift = 8 * (gpio % 4); in jh7110_gpio_set() local
|
/linux-6.8/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 712 #define AD1816A_SINGLE_TLV(xname, reg, shift, mask, invert, xtlv) \ argument 719 #define AD1816A_SINGLE(xname, reg, shift, mask, invert) \ argument 740 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_ad1816a_get_single() local 757 int shift = (kcontrol->private_value >> 8) & 0xff; in snd_ad1816a_put_single() local
|
/linux-6.8/arch/mips/kernel/ |
D | smp-bmips.c | 72 #define CPUNUM(cpu, shift) (((cpu) + bmips_cpu_offset) << (shift)) argument 491 int shift = info->cpu & 0x01 ? 16 : 0; in bmips_set_reset_vec_remote() local
|