Home
last modified time | relevance | path

Searched defs:watches (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dwatch.c20 struct mips3264_watch_reg_state *watches = &t->thread.watch.mips3264; in mips_install_watch_registers() local
52 struct mips3264_watch_reg_state *watches = in mips_read_watch_registers() local
/openbmc/qemu/tests/unit/
H A Dtest-xs-node.c497 GString *watches = g_string_new(NULL); in do_test_xs_node_tx() local
621 GString *watches = g_string_new(NULL); in test_xs_node_tx_rm() local
689 GString *watches = g_string_new(NULL); in test_xs_node_tx_resurrect() local
774 GString *watches = g_string_new(NULL); in test_xs_node_tx_resurrect2() local
/openbmc/phosphor-dbus-monitor/src/test/templates/
H A Dpropertywatchgentest.mako.hpp13 const std::array<std::tuple<std::string, size_t>, ${len(watches)}> watches = {{ variable
/openbmc/linux/tools/counter/
H A Dcounter_example.c19 static struct counter_watch watches[2] = { variable
/openbmc/phosphor-dbus-monitor/src/
H A Dsdbusplus.hpp29 static std::vector<sdbusplus::bus::match_t> watches; in getWatches() local
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c50 GArray *watches; /* QFileMonitorWatch elements */ member
/openbmc/linux/include/linux/
H A Dwatch_queue.h42 struct hlist_head watches; /* Contributory watches */ member
/openbmc/linux/kernel/
H A Daudit_watch.c47 struct list_head watches; /* anchor for audit_watch->wlist */ member
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c105 struct list_head watches; member
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c66 GHashTable *watches; member
267 GList *watches; member
H A Dxen_xenstore.c1501 GList *watches; member
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c401 static WatchData watches[FD_SETSIZE]; in vubr_set_watch() local
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1773 def watches(self): member in WatchManager