Home
last modified time | relevance | path

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

12345678910>>...16

/linux/sound/pci/ctxfi/
A Dcthardware.h86 int (*src_rsc_put_ctrl_blk)(void *blk);
106 int (*src_set_dirty_all)(void *blk);
109 unsigned int (*src_get_dirty)(void *blk);
112 int (*src_mgr_put_ctrl_blk)(void *blk);
123 int (*srcimp_mgr_put_ctrl_blk)(void *blk);
132 int (*amixer_rsc_put_ctrl_blk)(void *blk);
142 int (*amixer_set_dirty_all)(void *blk);
144 int (*amixer_get_y)(void *blk);
149 int (*dai_put_ctrl_blk)(void *blk);
158 int (*dao_put_ctrl_blk)(void *blk);
[all …]
A Dcthw20k2.c160 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in src_get_rsc_ctrl_blk()
161 if (!blk) in src_get_rsc_ctrl_blk()
171 kfree(blk); in src_put_rsc_ctrl_blk()
486 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in src_mgr_get_ctrl_blk()
487 if (!blk) in src_mgr_get_ctrl_blk()
507 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in srcimp_mgr_get_ctrl_blk()
508 if (!blk) in srcimp_mgr_get_ctrl_blk()
696 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in amixer_rsc_get_ctrl_blk()
885 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in dai_get_ctrl_blk()
935 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in dao_get_ctrl_blk()
[all …]
A Dcthw20k1.c160 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in src_get_rsc_ctrl_blk()
161 if (!blk) in src_get_rsc_ctrl_blk()
171 kfree(blk); in src_put_rsc_ctrl_blk()
486 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in src_mgr_get_ctrl_blk()
487 if (!blk) in src_mgr_get_ctrl_blk()
507 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in srcimp_mgr_get_ctrl_blk()
508 if (!blk) in srcimp_mgr_get_ctrl_blk()
694 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in amixer_rsc_get_ctrl_blk()
901 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in dai_get_ctrl_blk()
950 blk = kzalloc(sizeof(*blk), GFP_KERNEL); in dao_get_ctrl_blk()
[all …]
/linux/arch/powerpc/lib/
A Drheap.c73 for (i = 0, blk = block; i < info->max_blocks; i++, blk++) in grow()
142 return blk; in get_slot()
323 for (i = 0, blk = block; i < max_blocks; i++, blk++) in rh_init()
394 blk = NULL; in rh_detach_region()
399 be = blk->start + blk->size; in rh_detach_region()
459 blk = NULL; in rh_alloc_align()
464 if (start + size <= blk->start + blk->size) in rh_alloc_align()
556 be = blk->start + blk->size; in rh_alloc_fixed()
627 if (blk == NULL || start > (blk->start + blk->size)) in rh_free()
694 if (blk == NULL || start > (blk->start + blk->size)) in rh_set_owner()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_mem_input.h180 #define MI_DCP_MASK_SH_LIST(mask_sh, blk)\ argument
181 SFB(blk, GRPH_ENABLE, GRPH_ENABLE, mask_sh),\
182 SFB(blk, GRPH_CONTROL, GRPH_DEPTH, mask_sh),\
186 SFB(blk, GRPH_X_END, GRPH_X_END, mask_sh),\
187 SFB(blk, GRPH_Y_END, GRPH_Y_END, mask_sh),\
188 SFB(blk, GRPH_PITCH, GRPH_PITCH, mask_sh),\
206 SFB(blk, GRPH_ENABLE, GRPH_ENABLE, mask_sh),\
211 SFB(blk, GRPH_X_END, GRPH_X_END, mask_sh),\
212 SFB(blk, GRPH_Y_END, GRPH_Y_END, mask_sh),\
213 SFB(blk, GRPH_PITCH, GRPH_PITCH, mask_sh),\
[all …]
A Ddce_hwseq.h66 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)
74 SRII(PIXEL_RATE_CNTL, blk, 0), \
75 SRII(PIXEL_RATE_CNTL, blk, 1)
87 SRII(PIXEL_RATE_CNTL, blk, 1),\
88 SRII(PIXEL_RATE_CNTL, blk, 2),\
[all …]
/linux/block/
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-exec.o blk-merge.o blk-timeout.o \
9 blk-lib.o blk-mq.o blk-mq-tag.o blk-stat.o \
10 blk-mq-sysfs.o blk-mq-cpumap.o blk-mq-sched.o ioctl.o \
12 disk-events.o blk-ia-ranges.o
17 obj-$(CONFIG_BLK_CGROUP) += blk-cgroup.o
30 obj-$(CONFIG_BLK_MQ_PCI) += blk-mq-pci.o
34 obj-$(CONFIG_BLK_WBT) += blk-wbt.o
38 obj-$(CONFIG_BLK_PM) += blk-pm.o
[all …]
A Dbuilt-in.a7 blk-core.o/
8 blk-sysfs.o/
9 blk-flush.o/
11 blk-ioc.o/
12 blk-map.o/
13 blk-exec.o/
14 blk-merge.o/
16 blk-lib.o/
17 blk-mq.o/
19 blk-stat.o/
[all …]
A D.built-in.a.cmd1blk-core.o block/blk-sysfs.o block/blk-flush.o block/blk-settings.o block/blk-ioc.o block/blk-map.…
/linux/sound/pci/emu10k1/
A Dmemory.c81 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()
118 page = blk->mapped_page + blk->pages; in search_empty_map_area()
152 for (pg = blk->first_page; pg <= blk->last_page; pg++) { in map_memblk()
192 for (pg = blk->first_page; pg <= blk->last_page; pg++) { in unmap_memblk()
226 if (blk == NULL) in search_empty()
230 return blk; in search_empty()
322 if (blk == NULL) { in snd_emu10k1_alloc_pages()
[all …]
/linux/drivers/net/ethernet/intel/ice/
A Dice_flex_pipe.c2160 fv_ext = hw->blk[blk].es.t + (prof * hw->blk[blk].es.fvw); in ice_find_prot_off()
2665 &hw->blk[blk].xlt2.vsis[vsi]; in ice_vsig_add_mv_vsi()
2667 hw->blk[blk].xlt2.t[vsi] = vsig; in ice_vsig_add_mv_vsi()
2694 for (i = hw->blk[blk].masks.first; i < hw->blk[blk].masks.first + in ice_prof_has_mask_idx()
3003 memset(hw->blk[blk].masks.masks, 0, sizeof(hw->blk[blk].masks.masks)); in ice_init_prof_masks()
3006 i < hw->blk[blk].masks.first + hw->blk[blk].masks.count; i++) in ice_init_prof_masks()
3043 i < hw->blk[blk].masks.first + hw->blk[blk].masks.count; i++) in ice_alloc_prof_mask()
3103 mask_idx < hw->blk[blk].masks.first + hw->blk[blk].masks.count)) in ice_free_prof_mask()
3169 i < hw->blk[blk].masks.first + hw->blk[blk].masks.count; i++) { in ice_shutdown_prof_masks()
3344 ptg = hw->blk[blk].xlt1.t[pt]; in ice_init_sw_xlt1_db()
[all …]
A Dice_flow.c588 enum ice_block blk; member
907 u8 fv_words = hw->blk[params->blk].es.fvw; in ice_flow_xtract_fld()
1079 if (hw->blk[params->blk].es.reverse) in ice_flow_xtract_fld()
1122 fv_words = hw->blk[params->blk].es.fvw; in ice_flow_xtract_raws()
1151 if (params->es_cnt >= hw->blk[params->blk].es.count || in ice_flow_xtract_raws()
1156 if (hw->blk[params->blk].es.reverse) in ice_flow_xtract_raws()
1226 switch (params->blk) { in ice_flow_proc_segs()
1259 mutex_lock(&hw->fl_profs_locks[blk]); in ice_flow_find_prof_conds()
1388 params->blk = blk; in ice_flow_add_prof_sync()
1652 switch (blk) { in ice_flow_add_entry()
[all …]
/linux/drivers/i2c/busses/
A Di2c-qup.c283 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_interrupt() local
458 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_write_tx_fifo_v1() local
919 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_read_rx_fifo_v1() local
956 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_conf_v1() local
998 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_conf_xfer_v1() local
1042 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_write_one() local
1053 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_read_one() local
1125 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_conf_count_v2() local
1156 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_conf_mode_v2() local
1195 struct qup_i2c_block *blk = &qup->blk; in qup_i2c_recv_data() local
[all …]
/linux/sound/pci/trident/
A Dtrident_memory.c120 page = lastpg(blk) + 1; in search_empty()
128 if (blk == NULL) in search_empty()
131 firstpg(blk) = page; in search_empty()
133 return blk; in search_empty()
177 if (blk == NULL) { in snd_trident_alloc_sg_pages()
184 for (page = firstpg(blk); page <= lastpg(blk); page++, idx++) { in snd_trident_alloc_sg_pages()
195 return blk; in snd_trident_alloc_sg_pages()
221 if (blk == NULL) { in snd_trident_alloc_cont_pages()
228 for (page = firstpg(blk); page <= lastpg(blk); page++, in snd_trident_alloc_cont_pages()
238 return blk; in snd_trident_alloc_cont_pages()
[all …]
/linux/sound/synth/
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()
82 prev_offset = blk->offset + blk->size; in __snd_util_mem_alloc()
104 if (blk == NULL) in __snd_util_memblk_new()
108 blk->offset = 0; in __snd_util_memblk_new()
113 blk->size = units; in __snd_util_memblk_new()
117 return blk; in __snd_util_memblk_new()
131 return blk; in snd_util_mem_alloc()
142 list_del(&blk->list); in __snd_util_mem_free()
144 hdr->used -= blk->size; in __snd_util_mem_free()
[all …]
/linux/fs/quota/
A Dquota_tree.c79 int ret, blk; in get_free_dqblk() local
99 ret = blk; in get_free_dqblk()
219 uint blk, i; in find_free_dqentry() local
238 *err = blk; in find_free_dqentry()
275 blk); in find_free_dqentry()
282 return blk; in find_free_dqentry()
405 uint blk) in free_dqentry() argument
423 blk); in free_dqentry()
506 *blk = 0; in remove_tree()
582 blk); in find_tree_dqentry()
[all …]
/linux/fs/xfs/scrub/
A Ddabtree.c85 struct xfs_da_state_blk *blk = &ds->state->path.blk[level]; in xchk_da_btree_node_entry() local
264 altpath->blk[plevel].bp == path->blk[plevel].bp)) in xchk_da_btree_block_check_sibling()
327 blk = &ds->state->path.blk[level]; in xchk_da_btree_block()
331 if (blk->bp) { in xchk_da_btree_block()
333 blk->bp = NULL; in xchk_da_btree_block()
347 if (blk->bp) in xchk_da_btree_block()
392 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, pmaxrecs); in xchk_da_btree_block()
401 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block()
410 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block()
462 blk->bp = NULL; in xchk_da_btree_block()
[all …]
/linux/drivers/net/wireless/intersil/orinoco/
A Dhermes_dld.c104 return le16_to_cpu(blk->len); in dblock_len()
260 end -= sizeof(*blk); in hermes_blocks_length()
266 len = dblock_len(blk); in hermes_blocks_length()
268 blk = (struct dblock *) &blk->data[len]; in hermes_blocks_length()
279 const struct dblock *blk; in hermes_program() local
286 if ((void *) blk > (end - sizeof(*blk))) in hermes_program()
289 blkaddr = dblock_addr(blk); in hermes_program()
290 blklen = dblock_len(blk); in hermes_program()
301 blk = (const struct dblock *) &blk->data[blklen]; in hermes_program()
303 if ((void *) blk > (end - sizeof(*blk))) in hermes_program()
[all …]
/linux/drivers/net/phy/mscc/
A Dmscc_ptp.c70 switch (blk) { in vsc85xx_ts_read_csr()
117 blk == PROCESSOR; in vsc85xx_ts_write_csr()
120 switch (blk) { in vsc85xx_ts_write_csr()
321 vsc85xx_ts_write_csr(phydev, blk, in vsc85xx_ts_disable_flows()
323 vsc85xx_ts_write_csr(phydev, blk, in vsc85xx_ts_disable_flows()
325 vsc85xx_ts_write_csr(phydev, blk, in vsc85xx_ts_disable_flows()
327 vsc85xx_ts_write_csr(phydev, blk, in vsc85xx_ts_disable_flows()
329 vsc85xx_ts_write_csr(phydev, blk, in vsc85xx_ts_disable_flows()
555 vsc85xx_ts_write_csr(phydev, blk, in vsc85xx_eth_cmp1_init()
558 vsc85xx_ts_write_csr(phydev, blk, in vsc85xx_eth_cmp1_init()
[all …]
/linux/sound/soc/intel/catpt/
A Dloader.c246 blk, sizeof(*blk), false); in catpt_restore_fwimage()
251 paddr += sizeof(*blk); in catpt_restore_fwimage()
298 blk, sizeof(*blk), false); in catpt_load_block()
300 switch (blk->ram_type) { in catpt_load_block()
317 paddr += sizeof(*blk); in catpt_load_block()
347 blk, false); in catpt_restore_basefw()
351 blk); in catpt_restore_basefw()
360 offset += sizeof(*blk) + blk->size; in catpt_restore_basefw()
397 blk, false); in catpt_restore_module()
406 offset += sizeof(*blk) + blk->size; in catpt_restore_module()
[all …]
/linux/block/partitions/
A Damiga.c34 int start_sect, nr_sects, blk, part, res = 0; in amiga_partition() local
38 for (blk = 0; ; blk++, put_dev_sector(sect)) { in amiga_partition()
39 if (blk == RDB_ALLOCATION_LIMIT) in amiga_partition()
41 data = read_part_sector(state, blk, &sect); in amiga_partition()
44 state->disk->disk_name, blk); in amiga_partition()
61 blk); in amiga_partition()
66 state->disk->disk_name, blk); in amiga_partition()
79 blk = be32_to_cpu(rdb->rdb_PartitionList); in amiga_partition()
83 data = read_part_sector(state, blk, &sect); in amiga_partition()
86 state->disk->disk_name, blk); in amiga_partition()
[all …]
/linux/fs/affs/
A Dbitmap.c44 u32 blk, bmap, bit, mask, tmp; in affs_free_block() local
144 blk = goal - sbi->s_reserved; in affs_alloc_block()
182 bit = blk % sbi->s_bmap_bits; in affs_alloc_block()
186 blk &= ~31UL; in affs_alloc_block()
194 blk += 32; in affs_alloc_block()
207 blk += bit + sbi->s_reserved; in affs_alloc_block()
231 pr_debug("%d\n", blk); in affs_alloc_block()
232 return blk; in affs_alloc_block()
276 end = blk + 25; in affs_init_bitmap()
300 if (++blk < end || i == 1) in affs_init_bitmap()
[all …]
/linux/arch/x86/mm/
A Dnuma.c145 mi->blk[mi->nr_blks].end = end; in numa_add_memblk_to()
146 mi->blk[mi->nr_blks].nid = nid; in numa_add_memblk_to()
162 memmove(&mi->blk[idx], &mi->blk[idx + 1], in numa_remove_memblk_from()
175 dst->blk[dst->nr_blks++] = src->blk[idx]; in numa_move_tail_memblk()
325 mi->blk[i].start = mi->blk[i].end = 0; in numa_cleanup_meminfo()
326 mi->blk[i].nid = NUMA_NO_NODE; in numa_cleanup_meminfo()
341 if (mi->blk[i].start != mi->blk[i].end && in numa_nodemask_from_meminfo()
595 if (nid != mi->blk[i].nid) in numa_register_memblks()
928 if (mi->blk[i].start <= start && mi->blk[i].end > start) in meminfo_to_nid()
929 return mi->blk[i].nid; in meminfo_to_nid()
[all …]
/linux/fs/xfs/libxfs/
A Dxfs_attr.c1169 blk = &state->path.blk[state->path.active-1]; in xfs_attr_node_addname()
1369 blk = &state->path.blk[state->path.active-1]; in xfs_attr_node_removename()
1538 for (blk = path->blk, level = 0; level < path->active; blk++, level++) { in xfs_attr_fillstate()
1539 if (blk->bp) { in xfs_attr_fillstate()
1540 blk->disk_blkno = xfs_buf_daddr(blk->bp); in xfs_attr_fillstate()
1553 for (blk = path->blk, level = 0; level < path->active; blk++, level++) { in xfs_attr_fillstate()
1554 if (blk->bp) { in xfs_attr_fillstate()
1555 blk->disk_blkno = xfs_buf_daddr(blk->bp); in xfs_attr_fillstate()
1586 for (blk = path->blk, level = 0; level < path->active; blk++, level++) { in xfs_attr_refillstate()
1604 for (blk = path->blk, level = 0; level < path->active; blk++, level++) { in xfs_attr_refillstate()
[all …]
A Dxfs_da_btree.c1261 blk = &state->path.blk[ state->path.active-1 ]; in xfs_da3_node_toosmall()
1394 blk = &path->blk[ level ]; in xfs_da3_fixhashpath()
1412 for (blk--, level--; level >= 0; blk--, level--) { in xfs_da3_fixhashpath()
1597 for (blk = &state->path.blk[0], state->path.active = 1; in xfs_da3_node_lookup_int()
1617 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, NULL); in xfs_da3_node_lookup_int()
1993 blk = &path->blk[level]; in xfs_da3_path_shift()
1998 blk->index++; in xfs_da3_path_shift()
2002 blk->index--; in xfs_da3_path_shift()
2017 for (blk++, level++; level < path->active; blk++, level++) { in xfs_da3_path_shift()
2035 blk->bp = bp; in xfs_da3_path_shift()
[all …]

Completed in 101 milliseconds

12345678910>>...16