Home
last modified time | relevance | path

Searched refs:mc_allocated (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c217 bool mc_allocated; member
3016 index = !ohci->mc_allocated ? ffs(*mask) - 1 : -1; in ohci_allocate_iso_context()
3018 ohci->mc_allocated = true; in ohci_allocate_iso_context()
3064 ohci->mc_allocated = false; in ohci_allocate_iso_context()
3179 ohci->mc_allocated = false; in ohci_free_iso_context()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c217 bool mc_allocated; member
3028 index = !ohci->mc_allocated ? ffs(*mask) - 1 : -1; in ohci_allocate_iso_context()
3030 ohci->mc_allocated = true; in ohci_allocate_iso_context()
3076 ohci->mc_allocated = false; in ohci_allocate_iso_context()
3191 ohci->mc_allocated = false; in ohci_free_iso_context()

Completed in 10 milliseconds