Home
last modified time | relevance | path

Searched refs:watches (Results 1 – 17 of 17) sorted by relevance

/linux/arch/mips/kernel/
A Dwatch.c28 write_c0_watchlo3(watches->watchlo[3]); in mips_install_watch_registers()
29 write_c0_watchhi3(watchhi | watches->watchhi[3]); in mips_install_watch_registers()
32 write_c0_watchlo2(watches->watchlo[2]); in mips_install_watch_registers()
33 write_c0_watchhi2(watchhi | watches->watchhi[2]); in mips_install_watch_registers()
36 write_c0_watchlo1(watches->watchlo[1]); in mips_install_watch_registers()
37 write_c0_watchhi1(watchhi | watches->watchhi[1]); in mips_install_watch_registers()
40 write_c0_watchlo0(watches->watchlo[0]); in mips_install_watch_registers()
41 write_c0_watchhi0(watchhi | watches->watchhi[0]); in mips_install_watch_registers()
52 struct mips3264_watch_reg_state *watches = in mips_read_watch_registers() local
72 (watches->watchhi[0] & MIPS_WATCHHI_IRW) == 0) { in mips_read_watch_registers()
[all …]
/linux/kernel/
A Daudit_watch.c47 struct list_head watches; /* anchor for audit_watch->wlist */ member
60 WARN_ON(!list_empty(&parent->watches)); in audit_free_parent()
146 INIT_LIST_HEAD(&parent->watches); in audit_init_parent()
256 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
316 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch()
329 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
373 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent()
393 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent()
461 if (list_empty(&parent->watches)) in audit_remove_watch_rule()
A Dwatch_queue.c466 hlist_add_head(&watch->queue_node, &wqueue->watches); in add_watch_to_object()
572 while (!hlist_empty(&wqueue->watches)) { in watch_queue_clear()
573 watch = hlist_entry(wqueue->watches.first, struct watch, queue_node); in watch_queue_clear()
659 INIT_HLIST_HEAD(&wqueue->watches); in watch_queue_init()
/linux/tools/counter/
A Dcounter_example.c19 static struct counter_watch watches[2] = { variable
56 ret = ioctl(fd, COUNTER_ADD_WATCH_IOCTL, watches + i); in main()
/linux/drivers/xen/xenbus/
A Dxenbus_dev_frontend.c105 struct list_head watches; member
326 list_for_each_entry_safe(watch, tmp_watch, &u->watches, list) { in xenbus_worker()
530 list_add(&watch->list, &u->watches); in xenbus_write_watch()
532 list_for_each_entry(watch, &u->watches, list) { in xenbus_write_watch()
665 INIT_LIST_HEAD(&u->watches); in xenbus_file_open()
A Dxenbus_xs.c78 static LIST_HEAD(watches);
690 list_for_each_entry(i, &watches, list) in find_watch()
778 list_add(&watch->list, &watches); in register_xenbus_watch()
859 list_for_each_entry(watch, &watches, list) { in xs_resume()
/linux/Documentation/
A Dwatch_queue.rst81 and 255. Multiple watches may share a queue, and this provides a means to
118 This removes all of the watches subscribed to a watch_list and frees them
171 The following functions are provided to manage watches:
197 Remove all the watches from a watch list. It is expected that this will be
199 inaccessible to new watches by this point. A notification
207 To post a notification to watch list so that the subscribed watches can see it,
225 Only watches that have the same ID set in them will see this notification.
/linux/include/linux/
A Dwatch_queue.h41 struct hlist_head watches; /* Contributory watches */ member
/linux/Documentation/filesystems/
A Dinotify.rst39 want: Users initialize inotify, once, and add n watches, requiring but one
85 Obtaining the fd and managing the watches could have been done either via a
/linux/drivers/watchdog/
A DKconfig987 simply watches your kernel to make sure it doesn't freeze, and if
1069 processors. This watchdog watches your kernel to make sure
1082 This watchdog simply watches your kernel to make sure it doesn't
1128 watchdog simply watches your kernel to make sure it doesn't freeze,
1254 This watchdog simply watches your kernel to make sure it doesn't
1320 This watchdog simply watches your kernel to make sure it doesn't
1391 watchdog simply watches your kernel to make sure it doesn't freeze,
1426 This watchdog simply watches your kernel to make sure it doesn't
1485 This watchdog simply watches your kernel to make sure it doesn't
1500 watchdog simply watches your kernel to make sure it doesn't freeze,
[all …]
/linux/Documentation/maintainer/
A Dmaintainer-entry-profile.rst28 - Any bots or CI infrastructure that watches the list, or automated
/linux/security/keys/
A DKconfig128 provides KEYCTL_WATCH_KEY to enable/disable watches.
/linux/Documentation/driver-api/
A Dgeneric-counter.rst568 watches. When ready, the ``COUNTER_ENABLE_EVENTS_IOCTL`` ioctl command
569 may be used to activate these Counter watches.
/linux/Documentation/admin-guide/sysctl/
A Dfs.rst379 This configuration option sets the maximum number of "watches" that are
/linux/init/
A DKconfig418 with watches for key/keyring change notifications and device
/linux/
A DSystem.map154818 ffff8000120395d0 d watches
A D.tmp_System.map154818 ffff8000120395d0 d watches

Completed in 368 milliseconds