Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/prestera/
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-v6.1/tools/vm/
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 …]
/Linux-v6.1/tools/perf/util/
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()
Dsort.h290 struct perf_hpp_list block_list; member
/Linux-v6.1/drivers/net/ethernet/sfc/
Dtc_bindings.c28 list_for_each_entry(binding, &efx->tc->block_list, list) in efx_tc_find_binding()
69 list_add(&binding->list, &efx->tc->block_list); in efx_tc_create_binding()
Dtc.h92 struct list_head block_list; member
Dtc.c641 INIT_LIST_HEAD(&efx->tc->block_list); in efx_init_struct_tc()
/Linux-v6.1/sound/soc/intel/atom/sst/
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()
Dsst.h376 struct list_head block_list; member
Dsst.c205 INIT_LIST_HEAD(&ctx->block_list); in sst_workqueue_init()
/Linux-v6.1/drivers/iio/buffer/
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()
/Linux-v6.1/fs/squashfs/
Dsquashfs_fs.h345 __le16 block_list[]; member
362 __le16 block_list[]; member
/Linux-v6.1/tools/perf/
Dbuiltin-diff.c584 __hists__init(&bh->block_hists, &bh->block_list); in init_block_hist()
585 perf_hpp_list__init(&bh->block_list); in init_block_hist()
591 perf_hpp_list__register_sort_field(&bh->block_list, in init_block_hist()