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

/linux-master/drivers/virt/
H A Dfsl_hypervisor.c476 struct list_head isr_list; variable in typeref:struct:list_head
834 INIT_LIST_HEAD(&isr_list);
889 list_add(&dbisr->list, &isr_list);
898 list_for_each_entry_safe(dbisr, n, &isr_list, list) {
918 list_for_each_entry_safe(dbisr, n, &isr_list, list) {

Completed in 204 milliseconds