/linux-6.6.21/sound/pci/ac97/ |
D | ac97_pcm.c | 312 unsigned short slots = 0; in get_pslots() local 363 unsigned short slots; in get_pslots() local 384 unsigned short slots; in get_cslots() local 393 static unsigned int get_rates(struct ac97_pcm *pcm, unsigned int cidx, unsigned short slots, int db… in get_rates() 440 unsigned short tmp, slots; in snd_ac97_pcm_assign() local 556 enum ac97_pcm_cfg cfg, unsigned short slots) in snd_ac97_pcm_open() 649 unsigned short slots = pcm->aslots; in snd_ac97_pcm_close() local
|
/linux-6.6.21/tools/testing/selftests/kvm/lib/ |
D | memstress.c | 126 uint64_t vcpu_memory_bytes, int slots, in memstress_create_vm() 328 static void toggle_dirty_logging(struct kvm_vm *vm, int slots, bool enable) in toggle_dirty_logging() 340 void memstress_enable_dirty_logging(struct kvm_vm *vm, int slots) in memstress_enable_dirty_logging() 345 void memstress_disable_dirty_logging(struct kvm_vm *vm, int slots) in memstress_disable_dirty_logging() 350 void memstress_get_dirty_log(struct kvm_vm *vm, unsigned long *bitmaps[], int slots) in memstress_get_dirty_log() 362 int slots, uint64_t pages_per_slot) in memstress_clear_dirty_log() 373 unsigned long **memstress_alloc_bitmaps(int slots, uint64_t pages_per_slot) in memstress_alloc_bitmaps() 389 void memstress_free_bitmaps(unsigned long *bitmaps[], int slots) in memstress_free_bitmaps()
|
/linux-6.6.21/arch/ia64/scripts/ |
D | unwcheck.py | 27 def check_func (func, slots, rlen_sum): argument 38 slots = 0 variable 48 slots = 3 * (end - start) / 16 variable
|
/linux-6.6.21/drivers/misc/mei/ |
D | interrupt.c | 259 int slots; in mei_cl_irq_disconnect_rsp() local 291 int slots; in mei_cl_irq_read() local 361 struct list_head *cmpl_list, s32 *slots) in mei_irq_read_handler() 513 s32 slots; in mei_irq_write_handler() local
|
D | dma-ring.c | 171 u32 rd_idx, rem, slots; in mei_dma_ring_read() local 248 u32 wr_idx, rem, slots; in mei_dma_ring_write() local
|
/linux-6.6.21/arch/arm64/kernel/ |
D | hw_breakpoint.c | 188 static int hw_breakpoint_slot_setup(struct perf_event **slots, int max_slots, in hw_breakpoint_slot_setup() 226 struct perf_event **slots; in hw_breakpoint_control() local 584 struct perf_event **slots; in toggle_bp_registers() local 626 struct perf_event *bp, **slots; in breakpoint_handler() local 761 struct perf_event *wp, **slots; in watchpoint_handler() local 944 struct perf_event **slots; in hw_breakpoint_reset() local
|
/linux-6.6.21/arch/loongarch/kernel/ |
D | hw_breakpoint.c | 115 static int hw_breakpoint_slot_setup(struct perf_event **slots, int max_slots, in hw_breakpoint_slot_setup() 179 struct perf_event **slots; in hw_breakpoint_control() local 412 struct perf_event **slots; in update_bp_registers() local 469 struct perf_event *bp, **slots; in breakpoint_handler() local 486 struct perf_event *wp, **slots; in watchpoint_handler() local
|
/linux-6.6.21/lib/ |
D | maple_tree.c | 810 void __rcu **slots, unsigned char offset) in mt_slot() 815 static inline void *mt_slot_locked(struct maple_tree *mt, void __rcu **slots, in mt_slot_locked() 828 static inline void *mas_slot_locked(struct ma_state *mas, void __rcu **slots, in mas_slot_locked() 842 static inline void *mas_slot(struct ma_state *mas, void __rcu **slots, in mas_slot() 915 void __rcu **slots; in mt_clear_meta() local 1037 void __rcu **slots; in mas_descend() local 1251 void **slots = NULL; in mas_alloc_nodes() local 1498 void __rcu **slots; in mas_leaf_max_gap() local 1709 void __rcu **slots = ma_slots(node, type); in mas_adopt_children() local 1732 void __rcu **slots; in mas_put_in_tree() local [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mes_ctx.h | 68 struct amdgpu_wb_slot slots[AMDGPU_MES_CTX_MAX_OFFS]; member 82 struct amdgpu_wb_slot slots[AMDGPU_MES_CTX_MAX_OFFS]; member 97 struct amdgpu_wb_slot slots[AMDGPU_MES_CTX_MAX_OFFS]; member
|
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_dma.c | 125 nv50_dma_wait(struct nouveau_channel *chan, int slots, int count) in nv50_dma_wait() 168 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size) in nouveau_dma_wait()
|
/linux-6.6.21/mm/ |
D | z3fold.c | 113 struct z3fold_buddy_slots *slots; member 197 struct z3fold_buddy_slots *slots = kmem_cache_zalloc(pool->c_handle, in alloc_slots() local 241 struct z3fold_buddy_slots *slots; in get_z3fold_header() local 281 struct z3fold_buddy_slots *slots; in free_handle() local 323 struct z3fold_buddy_slots *slots; in init_z3fold_page() local 371 struct z3fold_buddy_slots *slots, in __encode_handle() 404 struct z3fold_buddy_slots *slots = handle_to_slots(handle); in handle_to_chunks() local 421 struct z3fold_buddy_slots *slots = handle_to_slots(handle); in handle_to_buddy() local
|
D | swap_slots.c | 116 swp_entry_t *slots, *slots_ret; in alloc_swap_slot_cache() local 172 swp_entry_t *slots = NULL; in drain_slots_cache_cpu() local
|
/linux-6.6.21/arch/arm/kernel/ |
D | hw_breakpoint.c | 328 struct perf_event **slot, **slots; in arch_install_hw_breakpoint() local 385 struct perf_event **slot, **slots; in arch_uninstall_hw_breakpoint() local 732 struct perf_event *wp, **slots; in watchpoint_handler() local 824 struct perf_event *wp, **slots; in watchpoint_single_step_handler() local 857 struct perf_event *bp, **slots; in breakpoint_handler() local
|
/linux-6.6.21/virt/kvm/ |
D | pfncache.c | 81 struct kvm_memslots *slots = kvm_memslots(gpc->kvm); in kvm_gpc_check() local 242 struct kvm_memslots *slots = kvm_memslots(gpc->kvm); in __kvm_gpc_refresh() local
|
D | kvm_main.c | 578 #define kvm_for_each_memslot_in_hva_range(node, slots, start, last) \ argument 589 struct kvm_memslots *slots; in __kvm_handle_hva_range() local 997 static void kvm_free_memslots(struct kvm *kvm, struct kvm_memslots *slots) in kvm_free_memslots() 1153 struct kvm_memslots *slots; in kvm_create_vm() local 1443 static void kvm_insert_gfn_node(struct kvm_memslots *slots, in kvm_insert_gfn_node() 1468 static void kvm_erase_gfn_node(struct kvm_memslots *slots, in kvm_erase_gfn_node() 1474 static void kvm_replace_gfn_node(struct kvm_memslots *slots, in kvm_replace_gfn_node() 1500 struct kvm_memslots *slots = kvm_get_inactive_memslots(kvm, as_id); in kvm_replace_memslot() local 1564 struct kvm_memslots *slots = kvm_get_inactive_memslots(kvm, as_id); in kvm_swap_active_memslots() local 1928 static bool kvm_check_memslot_overlap(struct kvm_memslots *slots, int id, in kvm_check_memslot_overlap() [all …]
|
/linux-6.6.21/fs/f2fs/ |
D | dir.c | 622 int f2fs_room_for_filename(const void *bitmap, int slots, int max_slots) in f2fs_room_for_filename() 647 int slots = GET_DENTRY_SLOTS(fname->disk_name.len); in f2fs_has_enough_room() local 661 int slots = GET_DENTRY_SLOTS(name->len); in f2fs_update_dentry() local 690 int slots, err = 0; in f2fs_add_regular_entry() local 885 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_entry() local
|
/linux-6.6.21/sound/soc/sunxi/ |
D | sun4i-i2s.c | 217 unsigned int slots; member 338 unsigned int slots, in sun4i_i2s_set_clk_rate() 460 unsigned int channels, unsigned int slots, in sun4i_i2s_set_chan_cfg() 479 unsigned int channels, unsigned int slots, in sun8i_i2s_set_chan_cfg() 531 unsigned int channels, unsigned int slots, in sun50i_h6_i2s_set_chan_cfg() 600 unsigned int slots = channels; in sun4i_i2s_hw_params() local 1071 int slots, int slot_width) in sun4i_i2s_set_tdm_slot()
|
/linux-6.6.21/kernel/events/ |
D | hw_breakpoint_test.c | 15 #define TEST_REQUIRES_BP_SLOTS(test, slots) \ argument 57 static int slots; in get_test_bp_slots() local
|
/linux-6.6.21/tools/perf/arch/arm64/util/ |
D | pmu.c | 34 unsigned long long slots = 0; in perf_pmu__cpu_slots_per_cycle() local
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hpo_dp_link_encoder.c | 268 uint32_t *slots) in fill_stream_allocation_row_info() 287 uint32_t slots = 0; in dcn31_hpo_dp_link_enc_update_stream_allocation_table() local
|
/linux-6.6.21/drivers/net/ethernet/google/gve/ |
D | gve_rx.c | 28 u32 slots = rx->mask + 1; in gve_rx_unfill_pages() local 56 u32 slots = rx->mask + 1; in gve_rx_free_ring() local 114 u32 slots; in gve_prefill_rx_pages() local 214 u32 slots, npages; in gve_rx_alloc_ring() local
|
/linux-6.6.21/arch/ia64/include/uapi/asm/ |
D | rse.h | 48 unsigned long slots = (bsp - bspstore); in ia64_rse_num_regs() local
|
/linux-6.6.21/sound/soc/fsl/ |
D | imx-card.c | 97 unsigned int slots; member 254 int slots, int slot_width) in akcodec_get_mclk_rate() 303 unsigned int slots, slot_width; in imx_aif_hw_params() local
|
/linux-6.6.21/sound/soc/meson/ |
D | axg-tdm-interface.c | 22 unsigned int slots = 0; in axg_tdm_slots_total() local 36 u32 *rx_mask, unsigned int slots, in axg_tdm_set_tdm_slots()
|
/linux-6.6.21/sound/soc/codecs/ |
D | ak5558.c | 45 int slots; member 234 unsigned int rx_mask, int slots, in ak5558_set_tdm_slot()
|