Home
last modified time | relevance | path

Searched defs:watch (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/linux/include/linux/
H A Dwatch_queue.h54 struct watch { struct
59 struct watch_queue __rcu *queue; /* Queue to post events to */ argument
60 struct hlist_node queue_node; /* Link in queue->watches */ argument
61 struct watch_list __rcu *watch_list; argument
62 struct hlist_node list_node; /* Link in watch_list->watchers */ argument
63 const struct cred *cred; /* Creds of the owner of the watch */ argument
64 void *private; /* Private data for the watched object */ argument
75 void (*release_watch)(struct watch *); argument
95 void (*release_watch)(struct watch *)) in init_watch_list()
/openbmc/phosphor-dbus-monitor/src/
H A Dmain.cpp38 for (auto& watch : ConfigPropertyWatches::get()) in main() local
43 for (auto& watch : ConfigPropertyWatches::get()) in main() local
47 for (auto& watch : ConfigPathWatches::get()) in main() local
52 for (auto& watch : ConfigPathWatches::get()) in main() local
/openbmc/linux/kernel/
H A Daudit_watch.c100 void audit_get_watch(struct audit_watch *watch) in audit_get_watch()
105 void audit_put_watch(struct audit_watch *watch) in audit_put_watch()
115 static void audit_remove_watch(struct audit_watch *watch) in audit_remove_watch()
123 char *audit_watch_path(struct audit_watch *watch) in audit_watch_path()
128 int audit_watch_compare(struct audit_watch *watch, unsigned long ino, dev_t dev) in audit_watch_compare()
162 struct audit_watch *watch; in audit_init_watch() local
180 struct audit_watch *watch; in audit_to_watch() local
348 static int audit_get_nd(struct audit_watch *watch, struct path *parent) in audit_get_nd()
368 struct audit_watch *w, *watch = krule->watch; in audit_add_to_parent() local
402 struct audit_watch *watch = krule->watch; in audit_add_watch() local
[all …]
H A Dwatch_queue.c201 struct watch *watch; in __post_watch_notification() local
416 struct watch *watch = container_of(rcu, struct watch, rcu); in free_watch() local
426 struct watch *watch = container_of(kref, struct watch, usage); in __put_watch() local
434 static void put_watch(struct watch *watch) in put_watch()
446 void init_watch(struct watch *watch, struct watch_queue *wqueue) in init_watch()
454 static int add_one_watch(struct watch *watch, struct watch_list *wlist, struct watch_queue *wqueue) in add_one_watch()
493 int add_watch_to_object(struct watch *watch, struct watch_list *wlist) in add_watch_to_object()
528 struct watch *watch; in remove_watch_from_object() local
597 struct watch *watch; in watch_queue_clear() local
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c141 QFileMonitorWatch *watch = &g_array_index(dir->watches, in qemu_file_monitor_watch() local
167 QFileMonitorWatch *watch = &g_array_index(dir->watches, in qemu_file_monitor_dir_free() local
259 QFileMonitorWatch watch; in qemu_file_monitor_add_watch() local
325 QFileMonitorWatch *watch = &g_array_index(dir->watches, in qemu_file_monitor_remove_watch() local
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c228 struct xenbus_watch watch; member
233 static void free_watch_adapter(struct watch_adapter *watch) in free_watch_adapter()
243 struct watch_adapter *watch; in alloc_watch_adapter() local
266 static void watch_fired(struct xenbus_watch *watch, in watch_fired()
310 struct watch_adapter *watch, *tmp_watch; in xenbus_worker() local
498 struct watch_adapter *watch; in xenbus_write_watch() local
H A Dxenbus_probe_backend.c183 static bool frontend_will_handle(struct xenbus_watch *watch, in frontend_will_handle()
189 static void frontend_changed(struct xenbus_watch *watch, in frontend_changed()
212 static void backend_changed(struct xenbus_watch *watch, in backend_changed()
H A Dxenbus_xs.c764 int register_xenbus_watch(struct xenbus_watch *watch) in register_xenbus_watch()
795 void unregister_xenbus_watch(struct xenbus_watch *watch) in unregister_xenbus_watch()
849 struct xenbus_watch *watch; in xs_resume() local
H A Dxenbus_probe_frontend.c88 static void backend_changed(struct xenbus_watch *watch, in backend_changed()
177 static void frontend_changed(struct xenbus_watch *watch, in frontend_changed()
/openbmc/qemu/qga/
H A Dchannel-win32.c39 GAWatch *watch = (GAWatch *)source; in ga_channel_prepare() local
96 GAWatch *watch = (GAWatch *)source; in ga_channel_check() local
154 GAWatch *watch = (GAWatch *)source; in ga_channel_dispatch() local
192 GAWatch *watch = (GAWatch *)source; in ga_channel_create_watch() local
/openbmc/qemu/ui/
H A Dspice-core.c92 SpiceWatch *watch = opaque; in watch_read() local
103 SpiceWatch *watch = opaque; in watch_write() local
112 static void watch_update_mask(SpiceWatch *watch, int event_mask) in watch_update_mask()
128 SpiceWatch *watch; in watch_add() local
147 static void watch_remove(SpiceWatch *watch) in watch_remove()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dimage_manager_main.cpp26 phosphor::software::manager::Watch watch( in main() local
H A Dsync_manager_main.cpp28 phosphor::software::manager::SyncWatch watch(*loop, syncCallback); in main() local
/openbmc/linux/include/uapi/linux/
H A Dwatch_queue.h75 struct watch_notification watch; member
99 struct watch_notification watch; member
/openbmc/linux/drivers/xen/
H A Dmanage.c220 static void shutdown_handler(struct xenbus_watch *watch, in shutdown_handler()
269 static void sysrq_handler(struct xenbus_watch *watch, const char *path, in sysrq_handler()
H A Dcpu_hotplug.c72 static void handle_vcpu_hotplug_event(struct xenbus_watch *watch, in handle_vcpu_hotplug_event()
H A Dxen-balloon.c63 static void watch_target(struct xenbus_watch *watch, in watch_target()
/openbmc/u-boot/board/freescale/common/
H A Dpixis.h21 u8 watch; member
69 u8 watch; member
99 u8 watch; member
130 u8 watch; member
155 u8 watch; member
H A Dngpixis.h40 u8 watch; member
/openbmc/openpower-pnor-code-mgmt/
H A Ditem_updater_main.cpp36 static Watch watch( in initializeService() local
/openbmc/linux/drivers/net/xen-netback/
H A Dxenbus.c523 static void xen_net_rate_changed(struct xenbus_watch *watch, in xen_net_rate_changed()
582 static void xen_mcast_ctrl_changed(struct xenbus_watch *watch, in xen_mcast_ctrl_changed()
659 static void hotplug_status_changed(struct xenbus_watch *watch, in hotplug_status_changed()
/openbmc/pldm/fw-update/
H A Dupdate_manager.hpp102 Watch watch; member in pldm::fw_update::UpdateManager
/openbmc/linux/drivers/counter/
H A Dcounter-chrdev.c139 struct counter_watch *const watch, in counter_set_event_node()
268 struct counter_watch watch; in counter_add_watch() local
/openbmc/qemu/hw/xen/
H A Dxen-legacy-backend.c259 static void xenstore_update_fe(void *opaque, const char *watch) in xenstore_update_fe()
508 static void xenstore_update_be(void *opaque, const char *watch) in xenstore_update_be()
/openbmc/qemu/include/hw/xen/
H A Dxen_pvdev.h42 struct qemu_xs_watch *watch; member

123