Home
last modified time | relevance | path

Searched defs:slots (Results 1 – 25 of 233) sorted by relevance

12345678910

/Linux-v5.10/sound/pci/ac97/
Dac97_pcm.c312 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-v5.10/arch/ia64/scripts/
Dunwcheck.py27 def check_func (func, slots, rlen_sum): argument
38 slots = 0 variable
48 slots = 3 * (end - start) / 16 variable
/Linux-v5.10/drivers/misc/mei/
Dinterrupt.c226 int slots; in mei_cl_irq_disconnect_rsp() local
258 int slots; in mei_cl_irq_read() local
320 struct list_head *cmpl_list, s32 *slots) in mei_irq_read_handler()
458 s32 slots; in mei_irq_write_handler() local
Ddma-ring.c171 u32 rd_idx, rem, slots; in mei_dma_ring_read() local
248 u32 wr_idx, rem, slots; in mei_dma_ring_write() local
Dhw-txe.h41 u32 slots; member
/Linux-v5.10/arch/arm64/kernel/
Dhw_breakpoint.c188 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-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_dma.c122 nv50_dma_wait(struct nouveau_channel *chan, int slots, int count) in nv50_dma_wait()
165 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size) in nouveau_dma_wait()
/Linux-v5.10/arch/arm/kernel/
Dhw_breakpoint.c328 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-v5.10/mm/
Dswap_slots.c117 swp_entry_t *slots, *slots_ret; in alloc_swap_slot_cache() local
173 swp_entry_t *slots = NULL; in drain_slots_cache_cpu() local
Dz3fold.c120 struct z3fold_buddy_slots *slots; member
213 struct z3fold_buddy_slots *slots; in alloc_slots() local
260 struct z3fold_buddy_slots *slots; in __get_z3fold_header() local
308 struct z3fold_buddy_slots *slots; in free_handle() local
403 struct z3fold_buddy_slots *slots; in init_z3fold_page() local
458 struct z3fold_buddy_slots *slots, in __encode_handle()
491 struct z3fold_buddy_slots *slots = handle_to_slots(handle); in handle_to_chunks() local
508 struct z3fold_buddy_slots *slots = handle_to_slots(handle); in handle_to_buddy() local
/Linux-v5.10/drivers/net/ethernet/google/gve/
Dgve_rx.c24 u32 slots; in gve_rx_free_ring() local
61 u32 slots; in gve_prefill_rx_pages() local
101 u32 slots, npages; in gve_rx_alloc_ring() local
/Linux-v5.10/virt/kvm/
Dkvm_main.c627 struct kvm_memslots *slots; in kvm_alloc_memslots() local
658 static void kvm_free_memslots(struct kvm *kvm, struct kvm_memslots *slots) in kvm_free_memslots()
764 struct kvm_memslots *slots = kvm_alloc_memslots(); in kvm_create_vm() local
943 static inline void kvm_memslot_delete(struct kvm_memslots *slots, in kvm_memslot_delete()
969 static inline int kvm_memslot_insert_back(struct kvm_memslots *slots) in kvm_memslot_insert_back()
981 static inline int kvm_memslot_move_backward(struct kvm_memslots *slots, in kvm_memslot_move_backward()
1016 static inline int kvm_memslot_move_forward(struct kvm_memslots *slots, in kvm_memslot_move_forward()
1077 static void update_memslots(struct kvm_memslots *slots, in update_memslots()
1116 int as_id, struct kvm_memslots *slots) in install_new_memslots()
1159 struct kvm_memslots *slots; in kvm_dup_memslots() local
[all …]
/Linux-v5.10/arch/ia64/include/uapi/asm/
Drse.h48 unsigned long slots = (bsp - bspstore); in ia64_rse_num_regs() local
/Linux-v5.10/fs/f2fs/
Ddir.c592 int f2fs_room_for_filename(const void *bitmap, int slots, int max_slots) in f2fs_room_for_filename()
617 int slots = GET_DENTRY_SLOTS(fname->disk_name.len); in f2fs_has_enough_room() local
631 int slots = GET_DENTRY_SLOTS(name->len); in f2fs_update_dentry() local
660 int slots, err = 0; in f2fs_add_regular_entry() local
850 int slots = GET_DENTRY_SLOTS(le16_to_cpu(dentry->name_len)); in f2fs_delete_entry() local
/Linux-v5.10/sound/soc/codecs/
Dak5558.c39 int slots; member
195 unsigned int rx_mask, int slots, in ak5558_set_tdm_slot()
Drt1308-sdw.h164 int slots; member
/Linux-v5.10/kernel/events/
Dhw_breakpoint.c133 fetch_bp_busy_slots(struct bp_busy_slots *slots, struct perf_event *bp, in fetch_bp_busy_slots()
164 fetch_this_slot(struct bp_busy_slots *slots, int weight) in fetch_this_slot()
279 struct bp_busy_slots slots = {0}; in __reserve_bp_slot() local
/Linux-v5.10/arch/x86/kvm/mmu/
Dmmu_audit.c131 struct kvm_memslots *slots; in inspect_spte_has_rmap() local
195 struct kvm_memslots *slots; in audit_write_protection() local
/Linux-v5.10/sound/soc/meson/
Daxg-tdm-interface.c22 unsigned int slots = 0; in axg_tdm_slots_total() local
36 u32 *rx_mask, unsigned int slots, in axg_tdm_set_tdm_slots()
/Linux-v5.10/include/linux/
Dswap_slots.h16 swp_entry_t *slots; member
/Linux-v5.10/drivers/input/
Dinput-mt.c387 int *slots, int num_pos) in input_mt_set_slots()
440 int input_mt_assign_slots(struct input_dev *dev, int *slots, in input_mt_assign_slots()
/Linux-v5.10/sound/soc/sunxi/
Dsun4i-i2s.c178 unsigned int slots; member
299 unsigned int slots, in sun4i_i2s_set_clk_rate()
425 unsigned int slots = channels; in sun8i_i2s_set_chan_cfg() local
485 unsigned int slots = channels; in sun4i_i2s_hw_params() local
839 int slots, int slot_width) in sun4i_i2s_set_tdm_slot()
/Linux-v5.10/drivers/dma/ioat/
Ddca.c214 int slots = 0; in ioat_dca_count_dca_slots() local
251 int slots; in ioat_dca_init() local
/Linux-v5.10/drivers/firmware/efi/libstub/
Drandomalloc.c82 unsigned long slots; in efi_random_alloc() local
/Linux-v5.10/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c76 u32 slots, tail; in xgene_enet_refill_pagepool() local
128 u32 slots = buf_pool->slots - 1; in xgene_enet_refill_bufpool() local
616 u16 slots, head; in xgene_enet_free_pagepool() local
680 u16 slots, head; in xgene_enet_rx_frame() local
788 u16 slots = ring->slots - 1; in xgene_enet_process_ring() local
1313 u16 ring_id, slots; in xgene_enet_create_desc_rings() local

12345678910