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

/drivers/virt/
H A Dfsl_hypervisor.c478 struct list_head isr_list; variable in typeref:struct:list_head
839 INIT_LIST_HEAD(&isr_list);
894 list_add(&dbisr->list, &isr_list);
903 list_for_each_entry_safe(dbisr, n, &isr_list, list) {
923 list_for_each_entry_safe(dbisr, n, &isr_list, list) {

Completed in 12 milliseconds