Home
last modified time | relevance | path

Searched refs:bulk_head (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-ohci.h59 uint32_t bulk_head, bulk_cur; member
H A Dhcd-ohci.c352 ohci->bulk_head = ohci->bulk_cur = 0; in ohci_soft_reset()
1202 if (!ohci_service_ed_list(ohci, ohci->bulk_head)) { in ohci_process_lists()
1563 retval = ohci->bulk_head; in ohci_mem_read()
1707 ohci->bulk_head = val & OHCI_EDPTR_MASK; in ohci_mem_write()
2004 VMSTATE_UINT32(bulk_head, OHCIState),
/openbmc/linux/kernel/rcu/
H A Dtree.c2912 struct list_head bulk_head[FREE_N_CHANNELS]; member
3077 struct list_head bulk_head[FREE_N_CHANNELS]; in kfree_rcu_work() local
3091 list_replace_init(&krwp->bulk_head_free[i], &bulk_head[i]); in kfree_rcu_work()
3102 list_for_each_entry_safe(bnode, n, &bulk_head[i], list) in kfree_rcu_work()
3123 if (!list_empty(&krcp->bulk_head[i])) in need_offload_krc()
3180 list_for_each_entry_safe_reverse(bnode, n, &krcp->bulk_head[i], list) { in kvfree_rcu_drain_ready()
3237 list_replace_init(&krcp->bulk_head[j], in kfree_rcu_monitor()
3355 bnode = list_first_entry_or_null(&(*krcp)->bulk_head[idx], in add_ptr_to_bulk_krc_lock()
3385 list_add(&bnode->list, &(*krcp)->bulk_head[idx]); in add_ptr_to_bulk_krc_lock()
5044 INIT_LIST_HEAD(&krcp->bulk_head[i]); in kfree_rcu_batch_init()