Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/linux-5.19.10/drivers/iio/buffer/
Dindustrialio-buffer-dma.c95 struct iio_dma_buffer_block *block = container_of(kref, in iio_buffer_block_release() local
107 static void iio_buffer_block_get(struct iio_dma_buffer_block *block) in iio_buffer_block_get()
112 static void iio_buffer_block_put(struct iio_dma_buffer_block *block) in iio_buffer_block_put()
126 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_cleanup_worker() local
140 struct iio_dma_buffer_block *block; in iio_buffer_block_release_atomic() local
155 static void iio_buffer_block_put_atomic(struct iio_dma_buffer_block *block) in iio_buffer_block_put_atomic()
168 struct iio_dma_buffer_block *block; in iio_dma_buffer_alloc_block() local
192 static void _iio_dma_buffer_block_done(struct iio_dma_buffer_block *block) in _iio_dma_buffer_block_done()
213 void iio_dma_buffer_block_done(struct iio_dma_buffer_block *block) in iio_dma_buffer_block_done()
240 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_block_list_abort() local
[all …]
/linux-5.19.10/drivers/net/ethernet/marvell/prestera/
Dprestera_flow.c15 static int prestera_flow_block_mall_cb(struct prestera_flow_block *block, in prestera_flow_block_mall_cb()
29 static int prestera_flow_block_flower_cb(struct prestera_flow_block *block, in prestera_flow_block_flower_cb()
53 struct prestera_flow_block *block = cb_priv; in prestera_flow_block_cb() local
67 struct prestera_flow_block *block = cb_priv; in prestera_flow_block_destroy() local
80 struct prestera_flow_block *block; in prestera_flow_block_create() local
96 struct prestera_flow_block *block = cb_priv; in prestera_flow_block_release() local
102 prestera_flow_block_is_bound(const struct prestera_flow_block *block) in prestera_flow_block_is_bound()
108 prestera_flow_block_lookup(struct prestera_flow_block *block, in prestera_flow_block_lookup()
120 static int prestera_flow_block_bind(struct prestera_flow_block *block, in prestera_flow_block_bind()
147 static int prestera_flow_block_unbind(struct prestera_flow_block *block, in prestera_flow_block_unbind()
[all …]
Dprestera_counter.c45 prestera_counter_is_ready(struct prestera_counter_block *block, u32 id) in prestera_counter_is_ready()
60 static void prestera_counter_block_lock(struct prestera_counter_block *block) in prestera_counter_block_lock()
65 static void prestera_counter_block_unlock(struct prestera_counter_block *block) in prestera_counter_block_unlock()
70 static bool prestera_counter_block_incref(struct prestera_counter_block *block) in prestera_counter_block_incref()
75 static bool prestera_counter_block_decref(struct prestera_counter_block *block) in prestera_counter_block_decref()
81 static void prestera_counter_stats_clear(struct prestera_counter_block *block, in prestera_counter_stats_clear()
110 struct prestera_counter_block *block) in prestera_counter_block_list_add()
143 struct prestera_counter_block *block; in prestera_counter_block_get() local
200 struct prestera_counter_block *block) in prestera_counter_block_put()
226 static int prestera_counter_get_vacant(struct prestera_counter_block *block, in prestera_counter_get_vacant()
[all …]
Dprestera_flower.c23 void prestera_flower_template_cleanup(struct prestera_flow_block *block) in prestera_flower_template_cleanup()
33 prestera_flower_parse_goto_action(struct prestera_flow_block *block, in prestera_flower_parse_goto_action()
60 static int prestera_flower_parse_actions(struct prestera_flow_block *block, in prestera_flower_parse_actions()
140 struct prestera_flow_block *block) in prestera_flower_parse_meta()
184 static int prestera_flower_parse(struct prestera_flow_block *block, in prestera_flower_parse()
338 int prestera_flower_replace(struct prestera_flow_block *block, in prestera_flower_replace()
383 void prestera_flower_destroy(struct prestera_flow_block *block, in prestera_flower_destroy()
403 int prestera_flower_tmplt_create(struct prestera_flow_block *block, in prestera_flower_tmplt_create()
454 void prestera_flower_tmplt_destroy(struct prestera_flow_block *block, in prestera_flower_tmplt_destroy()
467 int prestera_flower_stats(struct prestera_flow_block *block, in prestera_flower_stats()
/linux-5.19.10/fs/lockd/
Dsvclock.c91 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked()
121 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block()
132 nlmsvc_remove_block(struct nlm_block *block) in nlmsvc_remove_block()
148 struct nlm_block *block; in nlmsvc_lookup_block() local
186 struct nlm_block *block; in nlmsvc_find_block() local
221 struct nlm_block *block; in nlmsvc_create_block() local
274 static int nlmsvc_unlink_block(struct nlm_block *block) in nlmsvc_unlink_block()
287 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block() local
302 static void nlmsvc_release_block(struct nlm_block *block) in nlmsvc_release_block()
316 struct nlm_block *block, *next; in nlmsvc_traverse_blocks() local
[all …]
/linux-5.19.10/drivers/gpu/drm/
Ddrm_buddy.c19 struct drm_buddy_block *block; in drm_block_alloc() local
36 struct drm_buddy_block *block) in drm_block_free()
41 static void mark_allocated(struct drm_buddy_block *block) in mark_allocated()
50 struct drm_buddy_block *block) in mark_free()
59 static void mark_split(struct drm_buddy_block *block) in mark_split()
186 struct drm_buddy_block *block) in split_block()
214 __get_buddy(struct drm_buddy_block *block) in __get_buddy()
239 drm_get_buddy(struct drm_buddy_block *block) in drm_get_buddy()
246 struct drm_buddy_block *block) in __drm_buddy_free()
276 struct drm_buddy_block *block) in drm_buddy_free_block()
[all …]
/linux-5.19.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch-flower.c154 dpaa2_switch_acl_entry_remove(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_remove()
194 dpaa2_switch_acl_entry_add_to_list(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_add_to_list()
217 dpaa2_switch_acl_entry_get_by_index(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_get_by_index()
233 dpaa2_switch_acl_entry_set_precedence(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_set_precedence()
248 dpaa2_switch_acl_tbl_add_entry(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_add_entry()
281 dpaa2_switch_acl_tbl_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_find_entry_by_cookie()
294 dpaa2_switch_acl_entry_get_index(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_get_index()
309 dpaa2_switch_mirror_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, in dpaa2_switch_mirror_find_entry_by_cookie()
322 dpaa2_switch_acl_tbl_remove_entry(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_remove_entry()
393 dpaa2_switch_block_add_mirror(struct dpaa2_switch_filter_block *block, in dpaa2_switch_block_add_mirror()
[all …]
/linux-5.19.10/sound/isa/gus/
Dgus_mem.c28 snd_gf1_mem_xalloc(struct snd_gf1_mem *alloc, struct snd_gf1_mem_block *block, in snd_gf1_mem_xalloc()
70 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree()
103 struct snd_gf1_mem_block *block; in snd_gf1_mem_look() local
116 struct snd_gf1_mem_block *block; in snd_gf1_mem_share() local
129 struct snd_gf1_mem_block * block, in snd_gf1_mem_find()
184 struct snd_gf1_mem_block block, *nblock; in snd_gf1_mem_alloc() local
216 struct snd_gf1_mem_block *block; in snd_gf1_mem_free() local
232 struct snd_gf1_mem_block block; in snd_gf1_mem_init() local
261 struct snd_gf1_mem_block *block, *nblock; in snd_gf1_mem_done() local
279 struct snd_gf1_mem_block *block; in snd_gf1_mem_info_read() local
/linux-5.19.10/drivers/s390/block/
Ddasd_ioctl.c97 static int dasd_ioctl_quiesce(struct dasd_block *block) in dasd_ioctl_quiesce()
118 static int dasd_ioctl_resume(struct dasd_block *block) in dasd_ioctl_resume()
140 static int dasd_ioctl_abortio(struct dasd_block *block) in dasd_ioctl_abortio()
176 static int dasd_ioctl_allowio(struct dasd_block *block) in dasd_ioctl_allowio()
197 dasd_format(struct dasd_block *block, struct format_data_t *fdata) in dasd_format()
234 static int dasd_check_format(struct dasd_block *block, in dasd_check_format()
386 static int dasd_ioctl_reset_profile(struct dasd_block *block) in dasd_ioctl_reset_profile()
395 static int dasd_ioctl_read_profile(struct dasd_block *block, void __user *argp) in dasd_ioctl_read_profile()
439 static int dasd_ioctl_reset_profile(struct dasd_block *block) in dasd_ioctl_reset_profile()
444 static int dasd_ioctl_read_profile(struct dasd_block *block, void __user *argp) in dasd_ioctl_read_profile()
[all …]
Ddasd_genhd.c33 int dasd_gendisk_alloc(struct dasd_block *block) in dasd_gendisk_alloc()
96 void dasd_gendisk_free(struct dasd_block *block) in dasd_gendisk_free()
109 int dasd_scan_partitions(struct dasd_block *block) in dasd_scan_partitions()
147 void dasd_destroy_partitions(struct dasd_block *block) in dasd_destroy_partitions()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_actions.c385 static void mlxsw_afa_resource_add(struct mlxsw_afa_block *block, in mlxsw_afa_resource_add()
396 static void mlxsw_afa_resources_destroy(struct mlxsw_afa_block *block) in mlxsw_afa_resources_destroy()
407 struct mlxsw_afa_block *block; in mlxsw_afa_block_create() local
443 void mlxsw_afa_block_destroy(struct mlxsw_afa_block *block) in mlxsw_afa_block_destroy()
458 int mlxsw_afa_block_commit(struct mlxsw_afa_block *block) in mlxsw_afa_block_commit()
492 char *mlxsw_afa_block_first_set(struct mlxsw_afa_block *block) in mlxsw_afa_block_first_set()
498 char *mlxsw_afa_block_cur_set(struct mlxsw_afa_block *block) in mlxsw_afa_block_cur_set()
504 u32 mlxsw_afa_block_first_kvdl_index(struct mlxsw_afa_block *block) in mlxsw_afa_block_first_kvdl_index()
515 int mlxsw_afa_block_activity_get(struct mlxsw_afa_block *block, bool *activity) in mlxsw_afa_block_activity_get()
524 int mlxsw_afa_block_continue(struct mlxsw_afa_block *block) in mlxsw_afa_block_continue()
[all …]
Dspectrum_flower.c59 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_parse_actions()
286 struct mlxsw_sp_flow_block *block) in mlxsw_sp_flower_parse_meta()
467 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_parse()
601 static int mlxsw_sp_flower_mall_prio_check(struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_mall_prio_check()
630 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_replace()
681 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_destroy()
703 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_stats()
742 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_tmplt_create()
763 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_tmplt_destroy()
779 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_prio_get()
/linux-5.19.10/net/sched/
Dcls_api.c78 struct tcf_block *block = chain->block; in tcf_proto_signal_destroying() local
117 struct tcf_block *block = chain->block; in tcf_proto_signal_destroyed() local
356 #define ASSERT_BLOCK_LOCKED(block) \ argument
365 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create()
396 struct tcf_block *block = chain->block; in tcf_chain0_head_change() local
411 struct tcf_block *block = chain->block; in tcf_chain_detach() local
426 static void tcf_block_destroy(struct tcf_block *block) in tcf_block_destroy()
435 struct tcf_block *block = chain->block; in tcf_chain_destroy() local
460 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup()
475 static struct tcf_chain *tcf_chain_lookup_rcu(const struct tcf_block *block, in tcf_chain_lookup_rcu()
[all …]
/linux-5.19.10/arch/arm/mach-cns3xxx/
Dpm.c15 void cns3xxx_pwr_clk_en(unsigned int block) in cns3xxx_pwr_clk_en()
24 void cns3xxx_pwr_clk_dis(unsigned int block) in cns3xxx_pwr_clk_dis()
33 void cns3xxx_pwr_power_up(unsigned int block) in cns3xxx_pwr_power_up()
45 void cns3xxx_pwr_power_down(unsigned int block) in cns3xxx_pwr_power_down()
55 static void cns3xxx_pwr_soft_rst_force(unsigned int block) in cns3xxx_pwr_soft_rst_force()
74 void cns3xxx_pwr_soft_rst(unsigned int block) in cns3xxx_pwr_soft_rst()
/linux-5.19.10/drivers/mtd/
Drfd_ftl.c57 struct block { struct
80 int reserved_block; /* block next up for reclaim */ argument
95 struct block *block = &part->blocks[block_no]; in build_block_map() local
268 static int erase_block(struct partition *part, int block) in erase_block()
409 int block, best_block, score, old_sector_block; in reclaim_block() local
481 int block, stop; in find_free_block() local
505 int rc, block; in find_writable_block() local
547 int block, offset, rc; in mark_sector_deleted() local
582 static int find_free_sector(const struct partition *part, const struct block *block) in find_free_sector()
604 struct block *block; in do_writesect() local
Dnftlmount.c28 unsigned int block, boot_record_count = 0; in find_boot_record() local
302 int NFTL_formatblock(struct NFTLrecord *nftl, int block) in NFTL_formatblock()
372 unsigned int block, i, status; in check_sectors_in_chain() local
425 unsigned int length = 0, block = first_block; in calc_chain_length() local
457 unsigned int block = first_block, block1; in format_chain() local
488 static int check_and_mark_free_block(struct NFTLrecord *nftl, int block) in check_and_mark_free_block()
549 static int get_fold_mark(struct NFTLrecord *nftl, unsigned int block) in get_fold_mark()
566 unsigned int block, first_block, is_first_block; in NFTL_mount() local
/linux-5.19.10/include/drm/
Ddrm_buddy.h91 drm_buddy_block_offset(struct drm_buddy_block *block) in drm_buddy_block_offset()
97 drm_buddy_block_order(struct drm_buddy_block *block) in drm_buddy_block_order()
103 drm_buddy_block_state(struct drm_buddy_block *block) in drm_buddy_block_state()
109 drm_buddy_block_is_allocated(struct drm_buddy_block *block) in drm_buddy_block_is_allocated()
115 drm_buddy_block_is_free(struct drm_buddy_block *block) in drm_buddy_block_is_free()
121 drm_buddy_block_is_split(struct drm_buddy_block *block) in drm_buddy_block_is_split()
128 struct drm_buddy_block *block) in drm_buddy_block_size()
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_bmap_btree.h22 #define XFS_BMBT_REC_ADDR(mp, block, index) \ argument
28 #define XFS_BMBT_KEY_ADDR(mp, block, index) \ argument
34 #define XFS_BMBT_PTR_ADDR(mp, block, index, maxrecs) \ argument
41 #define XFS_BMDR_REC_ADDR(block, index) \ argument
47 #define XFS_BMDR_KEY_ADDR(block, index) \ argument
53 #define XFS_BMDR_PTR_ADDR(block, index, maxrecs) \ argument
Dxfs_rmap_btree.h22 #define XFS_RMAP_REC_ADDR(block, index) \ argument
27 #define XFS_RMAP_KEY_ADDR(block, index) \ argument
32 #define XFS_RMAP_HIGH_KEY_ADDR(block, index) \ argument
38 #define XFS_RMAP_PTR_ADDR(block, index, maxrecs) \ argument
Dxfs_btree.c126 struct xfs_btree_block *block, in __xfs_btree_check_lblock()
169 struct xfs_btree_block *block, in xfs_btree_check_lblock()
193 struct xfs_btree_block *block, in __xfs_btree_check_sblock()
237 struct xfs_btree_block *block, in xfs_btree_check_sblock()
260 struct xfs_btree_block *block, /* generic btree block pointer */ in xfs_btree_check_block()
345 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_lblock_calc_crc() local
359 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_lblock_verify_crc() local
383 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_sblock_calc_crc() local
397 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_sblock_verify_crc() local
671 struct xfs_btree_block *block) in xfs_btree_rec_addr()
[all …]
/linux-5.19.10/fs/afs/
Ddir_edit.c23 static int afs_find_contig_bits(union afs_xdr_dir_block *block, unsigned int nr_slots) in afs_find_contig_bits()
68 static void afs_set_contig_bits(union afs_xdr_dir_block *block, in afs_set_contig_bits()
89 static void afs_clear_contig_bits(union afs_xdr_dir_block *block, in afs_clear_contig_bits()
129 static int afs_dir_scan_block(union afs_xdr_dir_block *block, struct qstr *name, in afs_dir_scan_block()
175 union afs_xdr_dir_block *block, int block_num) in afs_edit_init_block()
209 union afs_xdr_dir_block *meta, *block; in afs_edit_dir_add() local
376 union afs_xdr_dir_block *meta, *block; in afs_edit_dir_remove() local
/linux-5.19.10/drivers/gpu/drm/selftests/
Dtest-drm_buddy.c55 struct drm_buddy_block *block, in __igt_dump_block()
69 struct drm_buddy_block *block) in igt_dump_block()
81 struct drm_buddy_block *block) in igt_check_block()
159 struct drm_buddy_block *block; in igt_check_blocks() local
242 struct drm_buddy_block *block; in igt_check_mm() local
344 struct drm_buddy_block *block; in igt_buddy_alloc_pathological() local
497 struct drm_buddy_block *block; in igt_buddy_alloc_smoke() local
591 struct drm_buddy_block *block, *bn; in igt_buddy_alloc_pessimistic() local
738 struct drm_buddy_block *block; in igt_buddy_alloc_optimistic() local
837 struct drm_buddy_block *block; in igt_buddy_alloc_range() local
[all …]
/linux-5.19.10/include/linux/
Dbuffer_head.h334 sb_bread(struct super_block *sb, sector_t block) in sb_bread()
340 sb_bread_unmovable(struct super_block *sb, sector_t block) in sb_bread_unmovable()
346 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead()
352 sb_breadahead_unmovable(struct super_block *sb, sector_t block) in sb_breadahead_unmovable()
358 sb_getblk(struct super_block *sb, sector_t block) in sb_getblk()
365 sb_getblk_gfp(struct super_block *sb, sector_t block, gfp_t gfp) in sb_getblk_gfp()
371 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block()
377 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh()
405 sector_t block, in getblk_unmovable()
412 sector_t block, in __getblk()
[all …]
/linux-5.19.10/drivers/gpio/
Dgpio-sch311x.c134 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_request() local
150 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_free() local
160 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_get() local
170 static void __sch311x_gpio_set(struct sch311x_gpio_block *block, in __sch311x_gpio_set()
184 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_set() local
193 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_direction_in() local
208 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_direction_out() local
224 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_get_direction() local
240 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_set_config() local
269 struct sch311x_gpio_block *block; in sch311x_gpio_probe() local
/linux-5.19.10/drivers/video/fbdev/core/
Dfbmon.c96 static int edid_is_serial_block(unsigned char *block) in edid_is_serial_block()
106 static int edid_is_ascii_block(unsigned char *block) in edid_is_ascii_block()
116 static int edid_is_limits_block(unsigned char *block) in edid_is_limits_block()
126 static int edid_is_monitor_block(unsigned char *block) in edid_is_monitor_block()
136 static int edid_is_timing_block(unsigned char *block) in edid_is_timing_block()
147 unsigned char *block = edid + ID_MANUFACTURER_NAME, manufacturer[4]; in check_edid() local
292 static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs) in parse_vendor_block()
326 static void get_chroma(unsigned char *block, struct fb_monspecs *specs) in get_chroma()
409 static int get_est_timing(unsigned char *block, struct fb_videomode *mode) in get_est_timing()
494 static int get_std_timing(unsigned char *block, struct fb_videomode *mode, in get_std_timing()
[all …]

12345678910>>...27