Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/prestera/
A Dprestera_counter.c96 if (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()
133 counter->block_list = arr; in prestera_counter_block_list_add()
209 if (counter->block_list[i] && in prestera_counter_block_put()
211 counter->block_list[i] = NULL; in prestera_counter_block_put()
308 if (!counter->block_list[idx]) in prestera_counter_block_idx_next()
445 counter->block_list = kzalloc(sizeof(*counter->block_list), GFP_KERNEL); in prestera_counter_init()
446 if (!counter->block_list) { in prestera_counter_init()
[all …]
/linux-6.3-rc2/tools/mm/
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 …]
/linux-6.3-rc2/tools/perf/util/
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()
A Dsort.h294 struct perf_hpp_list block_list; member
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A 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()
A Dtc.h100 struct list_head block_list; member
A Dtc.c865 INIT_LIST_HEAD(&efx->tc->block_list); in efx_init_struct_tc()
/linux-6.3-rc2/sound/soc/intel/atom/sst/
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()
A Dsst.h376 struct list_head block_list; member
A Dsst.c205 INIT_LIST_HEAD(&ctx->block_list); in sst_workqueue_init()
/linux-6.3-rc2/drivers/iio/buffer/
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()
/linux-6.3-rc2/fs/squashfs/
A Dsquashfs_fs.h345 __le16 block_list[]; member
362 __le16 block_list[]; member
/linux-6.3-rc2/tools/perf/
A 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()

Completed in 24 milliseconds