Searched refs:bulk_head (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | slab_common.c | 1411 struct list_head bulk_head[FREE_N_CHANNELS]; member 1575 struct list_head bulk_head[FREE_N_CHANNELS]; in kfree_rcu_work() local 1589 list_replace_init(&krwp->bulk_head_free[i], &bulk_head[i]); in kfree_rcu_work() 1600 list_for_each_entry_safe(bnode, n, &bulk_head[i], list) in kfree_rcu_work() 1643 if (!list_empty(&krcp->bulk_head[i])) in need_offload_krc() 1710 list_for_each_entry_safe_reverse(bnode, n, &krcp->bulk_head[i], list) { in kvfree_rcu_drain_ready() 1764 list_replace_init(&krcp->bulk_head[j], in kvfree_rcu_queue_batch() 1868 bnode = list_first_entry_or_null(&(*krcp)->bulk_head[idx], in add_ptr_to_bulk_krc_lock() 1898 list_add(&bnode->list, &(*krcp)->bulk_head[idx]); in add_ptr_to_bulk_krc_lock() 2221 INIT_LIST_HEAD(&krcp->bulk_head[i]); in kvfree_rcu_init()
|