Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/qemu/contrib/elf2dmp/
H A Dpdb.c113 const uint32_t *block_list, int size) in pdb_ds_read() argument
128 block_list[i] * header->block_size, header->block_size); in pdb_ds_read()
136 const uint32_t *block_list; in pdb_ds_read_file() local
152 block_list = file_size + r->ds.toc->num_files; in pdb_ds_read_file()
156 block_list += (file_size[i] + block_size - 1) / block_size; in pdb_ds_read_file()
159 return pdb_ds_read(r->ds.header, block_list, file_size[file_number]); in pdb_ds_read_file()
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c31 struct block_list { struct
94 static struct block_list *list;
123 const struct block_list *l1 = p1, *l2 = p2; in compare_txt()
130 const struct block_list *l1 = p1, *l2 = p2; in compare_stacktrace()
137 const struct block_list *l1 = p1, *l2 = p2; in compare_num()
144 const struct block_list *l1 = p1, *l2 = p2; in compare_page_num()
151 const struct block_list *l1 = p1, *l2 = p2; in compare_pid()
158 const struct block_list *l1 = p1, *l2 = p2; in compare_tgid()
165 const struct block_list *l1 = p1, *l2 = p2; in compare_allocator()
172 const struct block_list *l1 = p1, *l2 = p2; in compare_comm()
[all …]
/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c390 BlockInfoList *block_list, *info; in hmp_nbd_server_start() local
419 block_list = qmp_query_block(NULL); in hmp_nbd_server_start()
421 for (info = block_list; info; info = info->next) { in hmp_nbd_server_start()
440 qapi_free_BlockInfoList(block_list); in hmp_nbd_server_start()
728 BlockInfoList *block_list, *info; in hmp_info_block() local
737 block_list = qmp_query_block(NULL); in hmp_info_block()
739 block_list = NULL; in hmp_info_block()
742 for (info = block_list; info; info = info->next) { in hmp_info_block()
747 if (info != block_list) { in hmp_info_block()
756 qapi_free_BlockInfoList(block_list); in hmp_info_block()
/openbmc/linux/tools/perf/util/
H A Dblock-info.c391 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist()
392 perf_hpp_list__init(&bh->block_list); in init_block_hist()
393 bh->block_list.nr_header_lines = 1; in init_block_hist()
395 register_block_columns(&bh->block_list, block_fmts, in init_block_hist()
399 perf_hpp_list__register_sort_field(&bh->block_list, &block_fmts[0].fmt); in init_block_hist()
H A Dsort.h297 struct perf_hpp_list block_list; member
/openbmc/linux/sound/core/
H A Dump.c81 while (!list_empty(&ump->block_list)) { in snd_ump_endpoint_free()
82 fb = list_first_entry(&ump->block_list, struct snd_ump_block, in snd_ump_endpoint_free()
140 INIT_LIST_HEAD(&ump->block_list); in snd_ump_endpoint_new()
213 list_for_each_entry(fb, &ump->block_list, list) { in snd_ump_get_block()
398 list_for_each_entry(p, &ump->block_list, list) { in snd_ump_block_new()
404 list_add_tail(&fb->list, &ump->block_list); in snd_ump_block_new()
506 list_for_each_entry(fb, &ump->block_list, list) { in snd_ump_proc_read()
547 list_for_each_entry(fb, &ump->block_list, list) { in snd_ump_update_group_attrs()
1222 list_for_each_entry(fb, &ump->block_list, list) { in fill_legacy_mapping()
/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst_ipc.c41 list_add_tail(&msg->node, &ctx->block_list); in sst_create_block()
70 list_for_each_entry(block, &ctx->block_list, node) { in sst_wake_up_block()
97 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()
/openbmc/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.h298 struct list_head block_list; member
H A Dtc.c2674 INIT_LIST_HEAD(&efx->tc->block_list); in efx_init_struct_tc()
/openbmc/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c127 LIST_HEAD(block_list); in iio_dma_buffer_cleanup_worker()
130 list_splice_tail_init(&iio_dma_buffer_dead_blocks, &block_list); in iio_dma_buffer_cleanup_worker()
133 list_for_each_entry_safe(block, _block, &block_list, head) in iio_dma_buffer_cleanup_worker()
/openbmc/linux/fs/squashfs/
H A Dsquashfs_fs.h345 __le16 block_list[]; member
362 __le16 block_list[]; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddebug.h479 __le16 block_list[16]; member
/openbmc/linux/include/sound/
H A Dump.h43 struct list_head block_list; /* list of snd_ump_block objects */ member
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch680 - block_list as the macro calls assume.
685 - (read_alias_file): Rename varriabe alloca_list to block_list as the
1715 -struct block_list
1718 - struct block_list *next;
1722 - struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
1734 - struct block_list *old = list; \
1763 - struct block_list *block_list = NULL;
1814 - ADD_BLOCK (block_list, dirname);
1821 - ADD_BLOCK (block_list, dirname);
1829 - FREE_BLOCKS (block_list);
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c586 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist()
587 perf_hpp_list__init(&bh->block_list); in init_block_hist()
593 perf_hpp_list__register_sort_field(&bh->block_list, in init_block_hist()
/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c448 list_for_each_entry(fb, &ump->block_list, list) in snd_seq_ump_probe()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c842 le16_to_cpu(rsp->block_list[i])); in iwl_dbgfs_tas_get_status_read()