Searched refs:bulk_head (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/kernel/rcu/ |
| D | tree.c | 2850 struct list_head bulk_head[FREE_N_CHANNELS]; member 3015 struct list_head bulk_head[FREE_N_CHANNELS]; in kfree_rcu_work() local 3029 list_replace_init(&krwp->bulk_head_free[i], &bulk_head[i]); in kfree_rcu_work() 3040 list_for_each_entry_safe(bnode, n, &bulk_head[i], list) in kfree_rcu_work() 3061 if (!list_empty(&krcp->bulk_head[i])) in need_offload_krc() 3118 list_for_each_entry_safe_reverse(bnode, n, &krcp->bulk_head[i], list) { in kvfree_rcu_drain_ready() 3175 list_replace_init(&krcp->bulk_head[j], in kfree_rcu_monitor() 3293 bnode = list_first_entry_or_null(&(*krcp)->bulk_head[idx], in add_ptr_to_bulk_krc_lock() 3323 list_add(&bnode->list, &(*krcp)->bulk_head[idx]); in add_ptr_to_bulk_krc_lock() 4959 INIT_LIST_HEAD(&krcp->bulk_head[i]); in kfree_rcu_batch_init()
|