Lines Matching defs:bulk_head
1379 * @bulk_head: Bulk-List of kvfree_rcu() objects not yet waiting for a grace period
1410 struct list_head bulk_head[FREE_N_CHANNELS];
1574 struct list_head bulk_head[FREE_N_CHANNELS];
1588 list_replace_init(&krwp->bulk_head_free[i], &bulk_head[i]);
1599 list_for_each_entry_safe(bnode, n, &bulk_head[i], list)
1644 if (!list_empty(&krcp->bulk_head[i]))
1711 list_for_each_entry_safe_reverse(bnode, n, &krcp->bulk_head[i], list) {
1752 // Try to detach bulk_head or head and attach it, only when
1765 list_replace_init(&krcp->bulk_head[j],
1869 bnode = list_first_entry_or_null(&(*krcp)->bulk_head[idx],
1899 list_add(&bnode->list, &(*krcp)->bulk_head[idx]);
2199 INIT_LIST_HEAD(&krcp->bulk_head[i]);