Searched refs:block_list (Results 1 – 7 of 7) sorted by relevance
96 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()444 counter->block_list = kzalloc(sizeof(*counter->block_list), GFP_KERNEL); in prestera_counter_init()445 if (!counter->block_list) { in prestera_counter_init()[all …]
29 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()
306 struct list_head block_list; member
2999 INIT_LIST_HEAD(&efx->tc->block_list); in efx_init_struct_tc()
136 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()
484 __le16 block_list[16]; member
647 le16_to_cpu(rsp->block_list[i])); in iwl_dbgfs_tas_get_status_read()
Completed in 20 milliseconds