Lines Matching defs:intr_entry
2005 struct fru_intr_entry *intr_entry = fru_intr_table,
2006 *prev_entry = intr_entry;
2013 if (intr_entry->fru_id == fru_id) {
2015 if (intr_entry == fru_intr_table)
2016 fru_intr_table = intr_entry->fru_intr_next;
2019 intr_entry->fru_intr_next;
2021 kmem_free(intr_entry,
2025 prev_entry = intr_entry;
2027 } while ((intr_entry = intr_entry->fru_intr_next) != NULL);
2040 struct fru_intr_entry *intr_entry = fru_intr_table;
2042 while (intr_entry != NULL) {
2043 retval = (*intr_entry->
2044 fru_intr_handler)(intr_entry->softstate_ptr);
2049 intr_entry = intr_entry->fru_intr_next;