Searched refs:bulk_head (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/kernel/rcu/ |
D | tree.c | 2909 struct list_head bulk_head[FREE_N_CHANNELS]; member 3074 struct list_head bulk_head[FREE_N_CHANNELS]; in kfree_rcu_work() local 3088 list_replace_init(&krwp->bulk_head_free[i], &bulk_head[i]); in kfree_rcu_work() 3099 list_for_each_entry_safe(bnode, n, &bulk_head[i], list) in kfree_rcu_work() 3120 if (!list_empty(&krcp->bulk_head[i])) in need_offload_krc() 3177 list_for_each_entry_safe_reverse(bnode, n, &krcp->bulk_head[i], list) { in kvfree_rcu_drain_ready() 3234 list_replace_init(&krcp->bulk_head[j], in kfree_rcu_monitor() 3352 bnode = list_first_entry_or_null(&(*krcp)->bulk_head[idx], in add_ptr_to_bulk_krc_lock() 3382 list_add(&bnode->list, &(*krcp)->bulk_head[idx]); in add_ptr_to_bulk_krc_lock() 5033 INIT_LIST_HEAD(&krcp->bulk_head[i]); in kfree_rcu_batch_init()
|