Lines Matching refs:bulk_head
1359 * @bulk_head: Bulk-List of kvfree_rcu() objects not yet waiting for a grace period
1390 struct list_head bulk_head[FREE_N_CHANNELS];
1554 struct list_head bulk_head[FREE_N_CHANNELS];
1568 list_replace_init(&krwp->bulk_head_free[i], &bulk_head[i]);
1579 list_for_each_entry_safe(bnode, n, &bulk_head[i], list)
1619 if (!list_empty(&krcp->bulk_head[i]))
1686 list_for_each_entry_safe_reverse(bnode, n, &krcp->bulk_head[i], list) {
1727 // Try to detach bulk_head or head and attach it, only when
1740 list_replace_init(&krcp->bulk_head[j],
1844 bnode = list_first_entry_or_null(&(*krcp)->bulk_head[idx],
1874 list_add(&bnode->list, &(*krcp)->bulk_head[idx]);
2202 INIT_LIST_HEAD(&krcp->bulk_head[i]);