Home
last modified time | relevance | path

Searched refs:block_list (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_counter.c17 struct prestera_counter_block **block_list; member
96 if (counter->block_list[i] && in prestera_counter_block_lookup_not_full()
97 counter->block_list[i]->client == client && in prestera_counter_block_lookup_not_full()
98 !counter->block_list[i]->full && in prestera_counter_block_lookup_not_full()
99 prestera_counter_block_incref(counter->block_list[i])) { in prestera_counter_block_lookup_not_full()
101 return counter->block_list[i]; in prestera_counter_block_lookup_not_full()
118 if (counter->block_list[i]) in prestera_counter_block_list_add()
121 counter->block_list[i] = block; in prestera_counter_block_list_add()
126 arr = krealloc(counter->block_list, (counter->block_list_len + 1) * in prestera_counter_block_list_add()
127 sizeof(*counter->block_list), GFP_KERNEL); in prestera_counter_block_list_add()
[all …]
/linux/tools/perf/util/
H A Dblock-info.c427 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist()
428 perf_hpp_list__init(&bh->block_list); in init_block_hist()
429 bh->block_list.nr_header_lines = 1; in init_block_hist()
431 register_block_columns(&bh->block_list, block_fmts, in init_block_hist()
435 perf_hpp_list__register_sort_field(&bh->block_list, &block_fmts[0].fmt); in init_block_hist()
/linux/sound/core/
H A Dump.c113 while (!list_empty(&ump->block_list)) { in snd_ump_endpoint_free()
114 fb = list_first_entry(&ump->block_list, struct snd_ump_block, in snd_ump_endpoint_free()
172 INIT_LIST_HEAD(&ump->block_list); in snd_ump_endpoint_new()
245 list_for_each_entry(fb, &ump->block_list, list) { in snd_ump_get_block()
430 list_for_each_entry(p, &ump->block_list, list) { in snd_ump_block_new()
436 list_add_tail(&fb->list, &ump->block_list); in snd_ump_block_new()
534 list_for_each_entry(fb, &ump->block_list, list) { in snd_ump_proc_read()
576 list_for_each_entry(fb, &ump->block_list, list) { in snd_ump_update_group_attrs()
1293 list_for_each_entry(fb, &ump->block_list, list) { in fill_legacy_mapping()
/linux/sound/soc/intel/atom/sst/
H A Dsst_ipc.c42 list_add_tail(&msg->node, &ctx->block_list); in sst_create_block()
71 list_for_each_entry(block, &ctx->block_list, node) { in sst_wake_up_block()
98 list_for_each_entry_safe(block, __block, &ctx->block_list, node) { in sst_free_block()
H A Dsst.h373 struct list_head block_list; member
H A Dsst.c206 INIT_LIST_HEAD(&ctx->block_list); in sst_workqueue_init()
/linux/drivers/net/ethernet/sfc/
H A Dtc_bindings.c29 list_for_each_entry(binding, &efx->tc->block_list, list) in efx_tc_find_binding()
70 list_add(&binding->list, &efx->tc->block_list); in efx_tc_create_binding()
H A Dtc.h306 struct list_head block_list; member
H A Dtc.c2999 INIT_LIST_HEAD(&efx->tc->block_list); in efx_init_struct_tc()
/linux/fs/squashfs/
H A Dsquashfs_fs.h345 __le16 block_list[]; member
362 __le16 block_list[]; member
/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c136 LIST_HEAD(block_list); in iio_dma_buffer_cleanup_worker()
139 list_splice_tail_init(&iio_dma_buffer_dead_blocks, &block_list); in iio_dma_buffer_cleanup_worker()
142 list_for_each_entry_safe(block, _block, &block_list, head) in iio_dma_buffer_cleanup_worker()
/linux/include/sound/
H A Dump.h44 struct list_head block_list; /* list of snd_ump_block objects */ member
/linux/sound/core/seq/
H A Dseq_ump_client.c481 list_for_each_entry(fb, &ump->block_list, list) in snd_seq_ump_probe()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c649 le16_to_cpu(rsp->block_list[i])); in iwl_dbgfs_tas_get_status_read()