Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kernel/
Dwatch.c20 struct mips3264_watch_reg_state *watches = &t->thread.watch.mips3264; in mips_install_watch_registers() local
28 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
[all …]
/Linux-v5.4/kernel/
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()
255 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
317 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch()
330 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
374 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent()
394 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent()
462 if (list_empty(&parent->watches)) in audit_remove_watch_rule()
/Linux-v5.4/drivers/xen/xenbus/
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()
Dxenbus_xs.c78 static LIST_HEAD(watches);
687 list_for_each_entry(i, &watches, list) in find_watch()
769 list_add(&watch->list, &watches); in register_xenbus_watch()
847 list_for_each_entry(watch, &watches, list) { in xs_resume()
/Linux-v5.4/Documentation/filesystems/
Dinotify.txt30 want: Users initialize inotify, once, and add n watches, requiring but one
74 Obtaining the fd and managing the watches could have been done either via a
/Linux-v5.4/drivers/watchdog/
DKconfig990 simply watches your kernel to make sure it doesn't freeze, and if
1071 processors. This watchdog watches your kernel to make sure
1084 This watchdog simply watches your kernel to make sure it doesn't
1127 simply watches your kernel to make sure it doesn't freeze, and if
1260 This watchdog simply watches your kernel to make sure it doesn't
1326 This watchdog simply watches your kernel to make sure it doesn't
1397 watchdog simply watches your kernel to make sure it doesn't freeze,
1432 This watchdog simply watches your kernel to make sure it doesn't
1489 This watchdog simply watches your kernel to make sure it doesn't
1504 watchdog simply watches your kernel to make sure it doesn't freeze,
[all …]
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dfs.rst379 This configuration option sets the maximum number of "watches" that are