Searched refs:tmp_e (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/char/ipmi/
H A Dipmi_si_intf.c2262 struct smi_info *e, *tmp_e; local
2266 list_for_each_entry_safe(e, tmp_e, &smi_infos, link) {
2283 struct smi_info *e, *tmp_e; local
2295 list_for_each_entry_safe(e, tmp_e, &smi_infos, link)
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c2038 struct vidtv_psi_table_eit_event *tmp_e = NULL; local
2042 tmp_e = curr_e;
2044 vidtv_psi_desc_destroy(tmp_e->descriptor);
2045 kfree(tmp_e);
/linux-master/drivers/mtd/ubi/
H A Dfastmap.c1493 struct ubi_wl_entry *tmp_e; local
1524 tmp_e = ubi_wl_get_fm_peb(ubi, 0);
1527 if (!tmp_e) {
1554 new_fm->e[i] = tmp_e;
1574 tmp_e = ubi->fm_anchor;
1580 if (!tmp_e) {
1598 new_fm->e[0] = tmp_e;
1602 if (!tmp_e) {
1613 new_fm->e[0] = tmp_e;

Completed in 322 milliseconds