Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/virt/
H A Dfsl_hypervisor.c476 struct list_head isr_list; variable
837 INIT_LIST_HEAD(&isr_list); in fsl_hypervisor_init()
892 list_add(&dbisr->list, &isr_list); in fsl_hypervisor_init()
901 list_for_each_entry_safe(dbisr, n, &isr_list, list) { in fsl_hypervisor_init()
921 list_for_each_entry_safe(dbisr, n, &isr_list, list) { in fsl_hypervisor_exit()
/kernel/linux/linux-6.6/drivers/virt/
H A Dfsl_hypervisor.c476 struct list_head isr_list; variable
834 INIT_LIST_HEAD(&isr_list); in fsl_hypervisor_init()
889 list_add(&dbisr->list, &isr_list); in fsl_hypervisor_init()
898 list_for_each_entry_safe(dbisr, n, &isr_list, list) { in fsl_hypervisor_init()
918 list_for_each_entry_safe(dbisr, n, &isr_list, list) { in fsl_hypervisor_exit()

Completed in 3 milliseconds