Home
last modified time | relevance | path

Searched refs:mon_list (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/monitor/
H A Dmonitor.c73 MonitorList mon_list; variable
343 QTAILQ_FOREACH(mon, &mon_list, entry) { in monitor_qapi_event_emit()
608 QTAILQ_INSERT_HEAD(&mon_list, mon, entry); in monitor_list_append()
689 while (!QTAILQ_EMPTY(&mon_list)) { in monitor_cleanup()
690 Monitor *mon = QTAILQ_FIRST(&mon_list); in monitor_cleanup()
691 QTAILQ_REMOVE(&mon_list, mon, entry); in monitor_cleanup()
H A Dqmp.c205 QTAILQ_FOREACH(mon, &mon_list, entry) { in monitor_qmp_requests_pop_any_with_lock()
225 QTAILQ_REMOVE(&mon_list, mon, entry); in monitor_qmp_requests_pop_any_with_lock()
226 QTAILQ_INSERT_TAIL(&mon_list, mon, entry); in monitor_qmp_requests_pop_any_with_lock()
H A Dmonitor-internal.h170 extern MonitorList mon_list;
/openbmc/linux/net/mac80211/
H A Dmain.c809 INIT_LIST_HEAD(&local->mon_list); in ieee80211_alloc_hw_nm()
H A Dieee80211_i.h1461 struct list_head mon_list; /* only that are IFF_UP && !cooked */ member
H A Diface.c1466 list_add_tail_rcu(&sdata->u.mntr.list, &local->mon_list); in ieee80211_do_open()
H A Drx.c834 list_for_each_entry_rcu(sdata, &local->mon_list, u.mntr.list) { in ieee80211_rx_monitor()
836 &local->mon_list); in ieee80211_rx_monitor()