Home
last modified time | relevance | path

Searched refs:blk (Results 1 – 25 of 225) sorted by relevance

123456789

/linux/sound/pci/ctxfi/
H A Dcthardware.h89 int (*src_rsc_put_ctrl_blk)(void *blk);
90 int (*src_set_state)(void *blk, unsigned int state);
91 int (*src_set_bm)(void *blk, unsigned int bm);
92 int (*src_set_rsr)(void *blk, unsigned int rsr);
93 int (*src_set_sf)(void *blk, unsigned int sf);
94 int (*src_set_wr)(void *blk, unsigned int wr);
95 int (*src_set_pm)(void *blk, unsigned int pm);
96 int (*src_set_rom)(void *blk, unsigned int rom);
97 int (*src_set_vo)(void *blk, unsigned int vo);
98 int (*src_set_st)(void *blk, unsigned int st);
[all …]
H A Dcthw20k1.c157 struct src_rsc_ctrl_blk *blk; in src_get_rsc_ctrl_blk() local
160 blk = kzalloc_obj(*blk); in src_get_rsc_ctrl_blk()
161 if (!blk) in src_get_rsc_ctrl_blk()
164 *rblk = blk; in src_get_rsc_ctrl_blk()
169 static int src_put_rsc_ctrl_blk(void *blk) in src_put_rsc_ctrl_blk() argument
171 kfree(blk); in src_put_rsc_ctrl_blk()
176 static int src_set_state(void *blk, unsigned int state) in src_set_state() argument
178 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state()
185 static int src_set_bm(void *blk, unsigned int bm) in src_set_bm() argument
187 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm()
[all …]
H A Dcthw20k2.c157 struct src_rsc_ctrl_blk *blk; in src_get_rsc_ctrl_blk() local
160 blk = kzalloc_obj(*blk); in src_get_rsc_ctrl_blk()
161 if (!blk) in src_get_rsc_ctrl_blk()
164 *rblk = blk; in src_get_rsc_ctrl_blk()
169 static int src_put_rsc_ctrl_blk(void *blk) in src_put_rsc_ctrl_blk() argument
171 kfree(blk); in src_put_rsc_ctrl_blk()
176 static int src_set_state(void *blk, unsigned int state) in src_set_state() argument
178 struct src_rsc_ctrl_blk *ctl = blk; in src_set_state()
185 static int src_set_bm(void *blk, unsigned int bm) in src_set_bm() argument
187 struct src_rsc_ctrl_blk *ctl = blk; in src_set_bm()
[all …]
/linux/arch/powerpc/lib/
H A Drheap.c47 rh_block_t *block, *blk; in grow() local
73 for (i = 0, blk = block; i < info->max_blocks; i++, blk++) in grow()
74 fixup(blks, blke, delta, &blk->list); in grow()
91 blk = block + info->max_blocks - new_blocks; in grow()
92 for (i = 0; i < new_blocks; i++, blk++) in grow()
93 list_add(&blk->list, &info->empty_list); in grow()
123 rh_block_t *blk; in get_slot() local
133 blk = list_entry(info->empty_list.next, rh_block_t, list); in get_slot()
134 list_del_init(&blk->list); in get_slot()
138 blk->start = 0; in get_slot()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_mem_input.h158 #define MI_GFX6_TILE_MASK_SH_LIST(mask_sh, blk)\ argument
159 SFB(blk, GRPH_CONTROL, GRPH_NUM_BANKS, mask_sh),\
160 SFB(blk, GRPH_CONTROL, GRPH_BANK_WIDTH, mask_sh),\
161 SFB(blk, GRPH_CONTROL, GRPH_BANK_HEIGHT, mask_sh),\
162 SFB(blk, GRPH_CONTROL, GRPH_MACRO_TILE_ASPECT, mask_sh),\
163 SFB(blk, GRPH_CONTROL, GRPH_TILE_SPLIT, mask_sh),\
164 SFB(blk, GRPH_CONTROL, GRPH_PIPE_CONFIG, mask_sh),\
165 SFB(blk, GRPH_CONTROL, GRPH_ARRAY_MODE, mask_sh),\
166 SFB(blk, GRPH_CONTROL, GRPH_COLOR_EXPANSION_MODE, mask_sh)
169 #define MI_GFX8_TILE_MASK_SH_LIST(mask_sh, blk)\ argument
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c84 static u32 ice_sect_id(enum ice_block blk, enum ice_sect sect) in ice_sect_id() argument
86 return ice_sect_lkup[blk][sect]; in ice_sect_id()
626 ice_find_prot_off(struct ice_hw *hw, enum ice_block blk, u8 prof, u16 fv_idx, in ice_find_prot_off() argument
631 if (prof >= hw->blk[blk].es.count) in ice_find_prot_off()
634 if (fv_idx >= hw->blk[blk].es.fvw) in ice_find_prot_off()
637 fv_ext = hw->blk[blk].es.t + (prof * hw->blk[blk].es.fvw); in ice_find_prot_off()
659 ice_ptg_find_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 *ptg) in ice_ptg_find_ptype() argument
664 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg; in ice_ptg_find_ptype()
677 static void ice_ptg_alloc_val(struct ice_hw *hw, enum ice_block blk, u8 ptg) in ice_ptg_alloc_val() argument
679 hw->blk[blk].xlt1.ptg_tbl[ptg].in_use = true; in ice_ptg_alloc_val()
[all …]
/linux/block/
H A DMakefile6 obj-y := bdev.o fops.o bio.o elevator.o blk-core.o blk-sysfs.o \
7 blk-flush.o blk-settings.o blk-ioc.o blk-map.o \
8 blk-merge.o blk-timeout.o blk-lib.o blk-mq.o \
9 blk-mq-tag.o blk-mq-dma.o blk-stat.o \
10 blk-mq-sysfs.o blk-mq-cpumap.o blk-mq-sched.o ioctl.o \
11 genhd.o ioprio.o badblocks.o partitions/ blk-rq-qos.o \
12 disk-events.o blk-ia-ranges.o early-lookup.o
16 obj-$(CONFIG_BLK_CGROUP) += blk-cgroup.o
17 obj-$(CONFIG_BLK_CGROUP_RWSTAT) += blk-cgroup-rwstat.o
18 obj-$(CONFIG_BLK_CGROUP_FC_APPID) += blk-cgroup-fc-appid.o
[all …]
/linux/sound/pci/emu10k1/
H A Dmemory.c69 static int synth_alloc_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
70 static int synth_free_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
76 static void emu10k1_memblk_init(struct snd_emu10k1_memblk *blk) in emu10k1_memblk_init() argument
78 blk->mapped_page = -1; in emu10k1_memblk_init()
79 INIT_LIST_HEAD(&blk->mapped_link); in emu10k1_memblk_init()
80 INIT_LIST_HEAD(&blk->mapped_order_link); in emu10k1_memblk_init()
81 blk->map_locked = 0; in emu10k1_memblk_init()
83 blk->first_page = get_aligned_page(blk->mem.offset); in emu10k1_memblk_init()
84 blk->last_page = get_aligned_page(blk->mem.offset + blk->mem.size - 1); in emu10k1_memblk_init()
85 blk->pages = blk->last_page - blk->first_page + 1; in emu10k1_memblk_init()
[all …]
/linux/drivers/i2c/busses/
H A Di2c-qup.c245 struct qup_i2c_block blk; member
291 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_interrupt() local
342 blk->tx_fifo_free += qup->out_blk_sz; in qup_i2c_interrupt()
353 if (!blk->is_rx_blk_mode) { in qup_i2c_interrupt()
354 blk->fifo_available += qup->in_fifo_sz; in qup_i2c_interrupt()
357 blk->fifo_available += qup->in_blk_sz; in qup_i2c_interrupt()
363 if (!blk->rx_bytes_read) in qup_i2c_interrupt()
373 if (blk->is_tx_blk_mode && !(opflags & QUP_MX_OUTPUT_DONE)) in qup_i2c_interrupt()
485 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_write_tx_fifo_v1() local
495 blk->tx_fifo_free--; in qup_i2c_write_tx_fifo_v1()
[all …]
/linux/sound/pci/trident/
H A Dtrident_memory.c101 #define firstpg(blk) (((struct snd_trident_memblk_arg *)snd_util_memblk_argptr(blk))->first_page) argument
102 #define lastpg(blk) (((struct snd_trident_memblk_arg *)snd_util_memblk_argptr(blk))->last_page) argument
110 struct snd_util_memblk *blk; in search_empty() local
117 blk = list_entry(p, struct snd_util_memblk, list); in search_empty()
118 if (page + psize <= firstpg(blk)) in search_empty()
120 page = lastpg(blk) + 1; in search_empty()
127 blk = __snd_util_memblk_new(hdr, psize * ALIGN_PAGE_SIZE, p->prev); in search_empty()
128 if (blk == NULL) in search_empty()
130 blk->offset = aligned_page_offset(page); /* set aligned offset */ in search_empty()
131 firstpg(blk) = page; in search_empty()
[all …]
/linux/fs/xfs/scrub/
H A Ddabtree.c57 ds->state->path.blk[level].blkno), in xchk_da_process_error()
79 ds->state->path.blk[level].blkno), in xchk_da_set_corrupt()
94 ds->state->path.blk[level].blkno), in xchk_da_set_preen()
104 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_da_btree_node_entry() local
107 ASSERT(blk->magic == XFS_DA_NODE_MAGIC); in xchk_da_btree_node_entry()
109 xfs_da3_node_hdr_from_disk(ds->sc->mp, &hdr, blk->bp->b_addr); in xchk_da_btree_node_entry()
110 return hdr.btree + blk->index; in xchk_da_btree_node_entry()
271 if (altpath->blk[level].bp) in xchk_da_btree_block_check_sibling()
272 xchk_buffer_recheck(ds->sc, altpath->blk[level].bp); in xchk_da_btree_block_check_sibling()
275 if (altpath->blk[level].blkno != sibling) in xchk_da_btree_block_check_sibling()
[all …]
/linux/sound/synth/
H A Dutil_mem.c62 struct snd_util_memblk *blk; in __snd_util_mem_alloc() local
79 blk = get_memblk(p); in __snd_util_mem_alloc()
80 if (blk->offset - prev_offset >= units) in __snd_util_mem_alloc()
82 prev_offset = blk->offset + blk->size; in __snd_util_mem_alloc()
100 struct snd_util_memblk *blk; in __snd_util_memblk_new() local
102 blk = kmalloc(sizeof(struct snd_util_memblk) + hdr->block_extra_size, in __snd_util_memblk_new()
104 if (blk == NULL) in __snd_util_memblk_new()
108 blk->offset = 0; in __snd_util_memblk_new()
111 blk->offset = p->offset + p->size; in __snd_util_memblk_new()
113 blk->size = units; in __snd_util_memblk_new()
[all …]
/linux/mm/
H A Dnuma_memblks.c28 for (i = 0; i < ARRAY_SIZE(mi->blk); i++) in numa_nodemask_from_meminfo()
29 if (mi->blk[i].start != mi->blk[i].end && in numa_nodemask_from_meminfo()
30 mi->blk[i].nid != NUMA_NO_NODE) in numa_nodemask_from_meminfo()
31 node_set(mi->blk[i].nid, *nodemask); in numa_nodemask_from_meminfo()
154 mi->blk[mi->nr_blks].start = start; in numa_add_memblk_to()
155 mi->blk[mi->nr_blks].end = end; in numa_add_memblk_to()
156 mi->blk[mi->nr_blks].nid = nid; in numa_add_memblk_to()
172 memmove(&mi->blk[idx], &mi->blk[idx + 1], in numa_remove_memblk_from()
173 (mi->nr_blks - idx) * sizeof(mi->blk[0])); in numa_remove_memblk_from()
185 dst->blk[dst->nr_blks++] = src->blk[idx]; in numa_move_tail_memblk()
[all …]
/linux/include/linux/soc/samsung/
H A Dexynos-regs-pmu.h811 #define GS101_SUBBLK_CONFIGURATION(blk) ((blk) + 0x00) argument
812 #define GS101_SUBBLK_STATUS(blk) ((blk) + 0x04) argument
813 #define GS101_SUBBLK_STATES(blk) ((blk) + 0x08) argument
814 #define GS101_SUBBLK_OPTION(blk) ((blk) + 0x0c) argument
815 #define GS101_SUBBLK_CTRL(blk) ((blk) + 0x10) argument
816 #define GS101_SUBBLK_OUT(blk) ((blk) + 0x20) argument
817 #define GS101_SUBBLK_IN(blk) ((blk) + 0x24) argument
818 #define GS101_SUBBLK_INT_IN(blk) ((blk) + 0x40) argument
819 #define GS101_SUBBLK_INT_EN(blk) ((blk) + 0x44) argument
820 #define GS101_SUBBLK_INT_TYPE(blk) ((blk) + 0x48) argument
[all …]
/linux/fs/quota/
H A Dquota_tree.c56 static ssize_t read_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in read_blk() argument
62 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in read_blk()
65 static ssize_t write_blk(struct qtree_mem_dqinfo *info, uint blk, char *buf) in write_blk() argument
71 info->dqi_usable_bs, (loff_t)blk << info->dqi_blocksize_bits); in write_blk()
119 int ret, blk; in get_free_dqblk() local
124 blk = info->dqi_free_blk; in get_free_dqblk()
125 ret = read_blk(info, blk, buf); in get_free_dqblk()
139 blk = info->dqi_blocks++; in get_free_dqblk()
142 ret = blk; in get_free_dqblk()
149 static int put_free_dqblk(struct qtree_mem_dqinfo *info, char *buf, uint blk) in put_free_dqblk() argument
[all …]
/linux/drivers/net/phy/mscc/
H A Dmscc_ptp.c63 static u32 vsc85xx_ts_read_csr(struct phy_device *phydev, enum ts_blk blk, in vsc85xx_ts_read_csr() argument
71 switch (blk) { in vsc85xx_ts_read_csr()
107 static void vsc85xx_ts_write_csr(struct phy_device *phydev, enum ts_blk blk, in vsc85xx_ts_write_csr() argument
118 blk == PROCESSOR; in vsc85xx_ts_write_csr()
121 switch (blk) { in vsc85xx_ts_write_csr()
292 static int vsc85xx_ts_disable_flows(struct phy_device *phydev, enum ts_blk blk) in vsc85xx_ts_disable_flows() argument
296 vsc85xx_ts_write_csr(phydev, blk, MSCC_ANA_IP1_NXT_PROT_NXT_COMP, 0); in vsc85xx_ts_disable_flows()
297 vsc85xx_ts_write_csr(phydev, blk, MSCC_ANA_IP1_NXT_PROT_UDP_CHKSUM, in vsc85xx_ts_disable_flows()
299 vsc85xx_ts_write_csr(phydev, blk, MSCC_ANA_IP2_NXT_PROT_NXT_COMP, 0); in vsc85xx_ts_disable_flows()
300 vsc85xx_ts_write_csr(phydev, blk, MSCC_ANA_IP2_NXT_PROT_UDP_CHKSUM, in vsc85xx_ts_disable_flows()
[all …]
/linux/sound/soc/intel/catpt/
H A Dloader.c242 struct catpt_fw_block_hdr *blk) in catpt_restore_fwimage() argument
248 blk, sizeof(*blk), false); in catpt_restore_fwimage()
250 resource_set_range(&r1, cdev->dram.start + blk->ram_offset, blk->size); in catpt_restore_fwimage()
252 paddr += sizeof(*blk); in catpt_restore_fwimage()
291 struct catpt_fw_block_hdr *blk, bool alloc) in catpt_load_block() argument
298 blk, sizeof(*blk), false); in catpt_load_block()
300 switch (blk in catpt_load_block()
340 struct catpt_fw_block_hdr *blk; catpt_restore_basefw() local
382 struct catpt_fw_block_hdr *blk; catpt_restore_module() local
426 struct catpt_fw_block_hdr *blk; catpt_load_module() local
[all...]
/linux/block/partitions/
H A Damiga.c43 sector_t blk, end_sect; in amiga_partition() local
50 for (blk = 0; ; blk++, put_dev_sector(sect)) { in amiga_partition()
51 if (blk == RDB_ALLOCATION_LIMIT) in amiga_partition()
53 data = read_part_sector(state, blk, &sect); in amiga_partition()
56 state->disk->disk_name, blk); in amiga_partition()
73 blk); in amiga_partition()
78 state->disk->disk_name, blk); in amiga_partition()
91 blk = be32_to_cpu(rdb->rdb_PartitionList); in amiga_partition()
93 for (part = 1; (s32) blk>0 && part<=16; part++, put_dev_sector(sect)) { in amiga_partition()
95 if (check_mul_overflow(blk, (sector_t) blksize, &blk)) { in amiga_partition()
[all …]
/linux/drivers/soc/samsung/
H A Dgs101-pmu.c77 #define SUBBLK_RANGE(blk) \ argument
78 regmap_reg_range(GS101_SUBBLK_CONFIGURATION(blk), \
79 GS101_SUBBLK_CTRL(blk)), \
80 regmap_reg_range(GS101_SUBBLK_OUT(blk), GS101_SUBBLK_IN(blk)), \
81 regmap_reg_range(GS101_SUBBLK_INT_IN(blk), \
82 GS101_SUBBLK_INT_DIR(blk)), \
83 regmap_reg_range(GS101_SUBBLK_MEMORY_OUT(blk), \
84 GS101_SUBBLK_MEMORY_IN(blk))
129 #define SUBBLK_CPU_RANGE(blk) \ argument
130 regmap_reg_range(GS101_SUBBLK_CPU_CONFIGURATION(blk), \
[all …]
/linux/fs/affs/
H A Dbitmap.c44 u32 blk, bmap, bit, mask, tmp; in affs_free_block() local
52 blk = block - sbi->s_reserved; in affs_free_block()
53 bmap = blk / sbi->s_bmap_bits; in affs_free_block()
54 bit = blk % sbi->s_bmap_bits; in affs_free_block()
122 u32 blk, bmap, bit, mask, mask2, tmp; in affs_alloc_block() local
144 blk = goal - sbi->s_reserved; in affs_alloc_block()
145 bmap = blk / sbi->s_bmap_bits; in affs_alloc_block()
167 blk = bmap * sbi->s_bmap_bits; in affs_alloc_block()
182 bit = blk % sbi->s_bmap_bits; in affs_alloc_block()
186 blk &= ~31UL; in affs_alloc_block()
[all …]
/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_aca.c52 u64 seq_no, u32 blk, u32 skt, u32 aid, in aca_report_ecc_info() argument
61 if (blk == RAS_BLOCK_ID__GFX) { in aca_report_ecc_info()
80 seq_no, skt, aid, ecc_count.new_ue_count, blk_name(blk)); in aca_report_ecc_info()
83 seq_no, skt, aid, ecc_count.total_ue_count, blk_name(blk)); in aca_report_ecc_info()
90 (blk == RAS_BLOCK_ID__UMC) ? in aca_report_ecc_info()
92 blk_name(blk)); in aca_report_ecc_info()
96 (blk == RAS_BLOCK_ID__UMC) ? in aca_report_ecc_info()
98 blk_name(blk)); in aca_report_ecc_info()
104 seq_no, skt, aid, ecc_count.new_ce_count, blk_name(blk)); in aca_report_ecc_info()
107 seq_no, skt, aid, ecc_count.total_ce_count, blk_name(blk)); in aca_report_ecc_info()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_attr.c121 xfs_da_state_blk_t *blk;
132 for (blk = path->blk, level = 0; level < path->active; blk++, level++) {
133 if (blk->bp) {
134 blk->disk_blkno = xfs_buf_daddr(blk->bp);
135 blk->bp = NULL;
137 blk->disk_blkno = 0;
147 for (blk = path->blk, level = 0; level < path->active; blk++, level++) {
148 if (blk->bp) {
149 blk->disk_blkno = xfs_buf_daddr(blk->bp);
150 blk->bp = NULL;
[all …]
H A Dxfs_da_btree.c105 state->altpath.blk[i].bp = NULL; in xfs_da_state_kill_altpath()
579 ASSERT(state->path.blk[max].magic == XFS_ATTR_LEAF_MAGIC || in xfs_da3_split()
580 state->path.blk[max].magic == XFS_DIR2_LEAFN_MAGIC); in xfs_da3_split()
582 addblk = &state->path.blk[max]; /* initial dummy value */ in xfs_da3_split()
584 oldblk = &state->path.blk[i]; in xfs_da3_split()
585 newblk = &state->altpath.blk[i]; in xfs_da3_split()
661 state->path.blk[max].magic == XFS_DIR2_LEAFN_MAGIC); in xfs_da3_split()
667 oldblk = &state->path.blk[0]; in xfs_da3_split()
1138 drop_blk = &state->path.blk[ state->path.active-1 ]; in xfs_da3_join()
1139 save_blk = &state->altpath.blk[ state->path.active-1 ]; in xfs_da3_join()
[all …]
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c67 static void vdpasim_blk_buffer_lock(struct vdpasim_blk *blk) in vdpasim_blk_buffer_lock() argument
69 if (blk->shared_backend) in vdpasim_blk_buffer_lock()
73 static void vdpasim_blk_buffer_unlock(struct vdpasim_blk *blk) in vdpasim_blk_buffer_unlock() argument
75 if (blk->shared_backend) in vdpasim_blk_buffer_unlock()
112 struct vdpasim_blk *blk = sim_to_blk(vdpasim); in vdpasim_blk_handle_req() local
178 vdpasim_blk_buffer_lock(blk); in vdpasim_blk_handle_req()
180 blk->buffer + offset, to_push); in vdpasim_blk_handle_req()
181 vdpasim_blk_buffer_unlock(blk); in vdpasim_blk_handle_req()
201 vdpasim_blk_buffer_lock(blk); in vdpasim_blk_handle_req()
203 blk->buffer + offset, to_pull); in vdpasim_blk_handle_req()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce/
H A Ddce_hwseq.h61 #define HSWEQ_DCN_PIXEL_RATE_REG_LIST(blk, inst) \ argument
62 SRII(PIXEL_RATE_CNTL, blk, inst), \
63 SRII(PHYPLL_PIXEL_RATE_CNTL, blk, inst)
65 #define HWSEQ_PIXEL_RATE_REG_LIST(blk) \ argument
66 SRII(PIXEL_RATE_CNTL, blk, 0), \
67 SRII(PIXEL_RATE_CNTL, blk, 1), \
68 SRII(PIXEL_RATE_CNTL, blk, 2), \
69 SRII(PIXEL_RATE_CNTL, blk, 3), \
70 SRII(PIXEL_RATE_CNTL, blk, 4), \
71 SRII(PIXEL_RATE_CNTL, blk, 5)
[all …]

123456789