Searched refs:enl (Results 1 – 1 of 1) sorted by relevance
200 struct evname_list *enl; in au_event_name() local206 enl = &evnamemap_hash[event % EVNAMEMAP_HASH_TABLE_SIZE]; in au_event_name()207 LIST_FOREACH(ene, &enl->enl_head, ene_entry) { in au_event_name()237 struct evname_list *enl; in au_evnamemap_insert() local247 LIST_FOREACH(ene, &enl->enl_head, ene_entry) { in au_evnamemap_insert()262 LIST_INSERT_HEAD(&enl->enl_head, ene, ene_entry); in au_evnamemap_insert()365 struct evname_list *enl; in au_evnamemap_foreach() local371 enl = &evnamemap_hash[i]; in au_evnamemap_foreach()372 LIST_FOREACH(ene, &enl->enl_head, ene_entry) in au_evnamemap_foreach()391 struct evname_list *enl; in au_evnamemap_lookup() local[all …]