/Linux-v5.15/drivers/iio/buffer/ |
D | industrialio-buffer-dma.c | 95 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-v5.15/fs/lockd/ |
D | svclock.c | 91 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-v5.15/drivers/gpu/drm/i915/ |
D | i915_buddy.c | 20 struct i915_buddy_block *block; in i915_block_alloc() local 37 struct i915_buddy_block *block) in i915_block_free() 42 static void mark_allocated(struct i915_buddy_block *block) in mark_allocated() 51 struct i915_buddy_block *block) in mark_free() 60 static void mark_split(struct i915_buddy_block *block) in mark_split() 163 struct i915_buddy_block *block) in split_block() 191 get_buddy(struct i915_buddy_block *block) in get_buddy() 206 struct i915_buddy_block *block) in __i915_buddy_free() 230 struct i915_buddy_block *block) in i915_buddy_free() 238 struct i915_buddy_block *block, *on; in i915_buddy_free_list() local [all …]
|
D | i915_buddy.h | 75 i915_buddy_block_offset(struct i915_buddy_block *block) in i915_buddy_block_offset() 81 i915_buddy_block_order(struct i915_buddy_block *block) in i915_buddy_block_order() 87 i915_buddy_block_state(struct i915_buddy_block *block) in i915_buddy_block_state() 93 i915_buddy_block_is_allocated(struct i915_buddy_block *block) in i915_buddy_block_is_allocated() 99 i915_buddy_block_is_free(struct i915_buddy_block *block) in i915_buddy_block_is_free() 105 i915_buddy_block_is_split(struct i915_buddy_block *block) in i915_buddy_block_is_split() 112 struct i915_buddy_block *block) in i915_buddy_block_size()
|
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-switch-flower.c | 154 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-v5.15/drivers/net/ethernet/marvell/prestera/ |
D | prestera_flow.c | 15 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() 51 struct prestera_flow_block *block = cb_priv; in prestera_flow_block_cb() local 65 struct prestera_flow_block *block = cb_priv; in prestera_flow_block_release() local 75 struct prestera_flow_block *block; in prestera_flow_block_get() local 105 static void prestera_flow_block_put(struct prestera_flow_block *block) in prestera_flow_block_put() 120 struct prestera_flow_block *block; in prestera_setup_flow_block_bind() local 153 struct prestera_flow_block *block; in prestera_setup_flow_block_unbind() local
|
D | prestera_acl.c | 27 struct prestera_flow_block *block; member 81 struct prestera_flow_block *block; in prestera_acl_block_create() local 99 void prestera_acl_block_destroy(struct prestera_flow_block *block) in prestera_acl_block_destroy() 107 prestera_acl_block_lookup(struct prestera_flow_block *block, in prestera_acl_block_lookup() 119 int prestera_acl_block_bind(struct prestera_flow_block *block, in prestera_acl_block_bind() 146 int prestera_acl_block_unbind(struct prestera_flow_block *block, in prestera_acl_block_unbind() 164 prestera_acl_block_ruleset_get(struct prestera_flow_block *block) in prestera_acl_block_ruleset_get() 174 struct net *prestera_acl_block_net(struct prestera_flow_block *block) in prestera_acl_block_net() 179 struct prestera_switch *prestera_acl_block_sw(struct prestera_flow_block *block) in prestera_acl_block_sw() 193 prestera_acl_rule_create(struct prestera_flow_block *block, in prestera_acl_rule_create()
|
D | prestera_flower.c | 8 static int prestera_flower_parse_actions(struct prestera_flow_block *block, in prestera_flower_parse_actions() 49 struct prestera_flow_block *block) in prestera_flower_parse_meta() 86 static int prestera_flower_parse(struct prestera_flow_block *block, in prestera_flower_parse() 295 int prestera_flower_replace(struct prestera_flow_block *block, in prestera_flower_replace() 322 void prestera_flower_destroy(struct prestera_flow_block *block, in prestera_flower_destroy() 337 int prestera_flower_stats(struct prestera_flow_block *block, in prestera_flower_stats()
|
/Linux-v5.15/sound/isa/gus/ |
D | gus_mem.c | 28 struct snd_gf1_mem_block * block) in snd_gf1_mem_xalloc() 63 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree() 96 struct snd_gf1_mem_block *block; in snd_gf1_mem_look() local 109 struct snd_gf1_mem_block *block; in snd_gf1_mem_share() local 122 struct snd_gf1_mem_block * block, in snd_gf1_mem_find() 177 struct snd_gf1_mem_block block, *nblock; in snd_gf1_mem_alloc() local 210 struct snd_gf1_mem_block *block; in snd_gf1_mem_free() local 226 struct snd_gf1_mem_block block; in snd_gf1_mem_init() local 257 struct snd_gf1_mem_block *block, *nblock; in snd_gf1_mem_done() local 275 struct snd_gf1_mem_block *block; in snd_gf1_mem_info_read() local
|
/Linux-v5.15/drivers/s390/block/ |
D | dasd_ioctl.c | 97 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 …]
|
D | dasd_genhd.c | 32 int dasd_gendisk_alloc(struct dasd_block *block) in dasd_gendisk_alloc() 89 void dasd_gendisk_free(struct dasd_block *block) in dasd_gendisk_free() 102 int dasd_scan_partitions(struct dasd_block *block) in dasd_scan_partitions() 140 void dasd_destroy_partitions(struct dasd_block *block) in dasd_destroy_partitions()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_actions.c | 385 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 …]
|
D | spectrum_flower.c | 19 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_parse_actions() 241 struct mlxsw_sp_flow_block *block) in mlxsw_sp_flower_parse_meta() 422 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_parse() 555 static int mlxsw_sp_flower_mall_prio_check(struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_mall_prio_check() 584 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_replace() 635 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_destroy() 657 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_stats() 696 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_tmplt_create() 717 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_tmplt_destroy() 733 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_prio_get()
|
/Linux-v5.15/arch/arm/mach-cns3xxx/ |
D | pm.c | 15 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-v5.15/net/sched/ |
D | cls_api.c | 61 struct tcf_block *block = chain->block; in tcf_proto_signal_destroying() local 100 struct tcf_block *block = chain->block; in tcf_proto_signal_destroyed() local 339 #define ASSERT_BLOCK_LOCKED(block) \ argument 348 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create() 379 struct tcf_block *block = chain->block; in tcf_chain0_head_change() local 394 struct tcf_block *block = chain->block; in tcf_chain_detach() local 409 static void tcf_block_destroy(struct tcf_block *block) in tcf_block_destroy() 418 struct tcf_block *block = chain->block; in tcf_chain_destroy() local 443 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup() 458 static struct tcf_chain *tcf_chain_lookup_rcu(const struct tcf_block *block, in tcf_chain_lookup_rcu() [all …]
|
/Linux-v5.15/drivers/gpu/drm/i915/selftests/ |
D | i915_buddy.c | 12 struct i915_buddy_block *block, in __igt_dump_block() 26 struct i915_buddy_block *block) in igt_dump_block() 38 struct i915_buddy_block *block) in igt_check_block() 116 struct i915_buddy_block *block; in igt_check_blocks() local 199 struct i915_buddy_block *block; in igt_check_mm() local 323 struct i915_buddy_block *block; in igt_buddy_alloc_smoke() local 408 struct i915_buddy_block *block, *bn; in igt_buddy_alloc_pessimistic() local 500 struct i915_buddy_block *block; in igt_buddy_alloc_optimistic() local 550 struct i915_buddy_block *block; in igt_buddy_alloc_pathological() local 661 struct i915_buddy_block *block; in igt_buddy_alloc_range() local [all …]
|
/Linux-v5.15/drivers/mtd/ |
D | rfd_ftl.c | 57 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
|
D | nftlmount.c | 28 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-v5.15/fs/xfs/libxfs/ |
D | xfs_bmap_btree.h | 22 #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
|
D | xfs_rmap_btree.h | 22 #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
|
D | xfs_btree.c | 61 struct xfs_btree_block *block, in __xfs_btree_check_lblock() 102 struct xfs_btree_block *block, in xfs_btree_check_lblock() 126 struct xfs_btree_block *block, in __xfs_btree_check_sblock() 165 struct xfs_btree_block *block, in xfs_btree_check_sblock() 188 struct xfs_btree_block *block, /* generic btree block pointer */ in xfs_btree_check_block() 273 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_lblock_calc_crc() local 287 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_lblock_verify_crc() local 311 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_sblock_calc_crc() local 325 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_sblock_verify_crc() local 593 struct xfs_btree_block *block) in xfs_btree_rec_addr() [all …]
|
/Linux-v5.15/include/linux/ |
D | buffer_head.h | 301 sb_bread(struct super_block *sb, sector_t block) in sb_bread() 307 sb_bread_unmovable(struct super_block *sb, sector_t block) in sb_bread_unmovable() 313 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead() 319 sb_breadahead_unmovable(struct super_block *sb, sector_t block) in sb_breadahead_unmovable() 325 sb_getblk(struct super_block *sb, sector_t block) in sb_getblk() 332 sb_getblk_gfp(struct super_block *sb, sector_t block, gfp_t gfp) in sb_getblk_gfp() 338 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block() 344 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh() 372 sector_t block, in getblk_unmovable() 379 sector_t block, in __getblk() [all …]
|
/Linux-v5.15/fs/afs/ |
D | dir_edit.c | 23 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() 110 static int afs_dir_scan_block(union afs_xdr_dir_block *block, struct qstr *name, in afs_dir_scan_block() 156 union afs_xdr_dir_block *block, int block_num) in afs_edit_init_block() 190 union afs_xdr_dir_block *meta, *block; in afs_edit_dir_add() local 368 union afs_xdr_dir_block *meta, *block; in afs_edit_dir_remove() local
|
/Linux-v5.15/drivers/gpio/ |
D | gpio-sch311x.c | 134 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-v5.15/drivers/video/fbdev/core/ |
D | fbmon.c | 96 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 …]
|