Searched refs:watches (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/mips/kernel/ |
D | watch.c | 20 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() 31 write_c0_watchlo2(watches->watchlo[2]); in mips_install_watch_registers() 32 write_c0_watchhi2(watchhi | watches->watchhi[2]); in mips_install_watch_registers() 34 write_c0_watchlo1(watches->watchlo[1]); in mips_install_watch_registers() 35 write_c0_watchhi1(watchhi | watches->watchhi[1]); in mips_install_watch_registers() 37 write_c0_watchlo0(watches->watchlo[0]); in mips_install_watch_registers() 38 write_c0_watchhi0(watchhi | watches->watchhi[0]); in mips_install_watch_registers() 49 struct mips3264_watch_reg_state *watches = in mips_read_watch_registers() local [all …]
|
/Linux-v4.19/kernel/ |
D | audit_watch.c | 60 struct list_head watches; /* anchor for audit_watch->wlist */ member 73 WARN_ON(!list_empty(&parent->watches)); in audit_free_parent() 159 INIT_LIST_HEAD(&parent->watches); in audit_init_parent() 270 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch() 332 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch() 345 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches() 389 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent() 409 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent() 477 if (list_empty(&parent->watches)) in audit_remove_watch_rule()
|
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 101 struct list_head watches; member 320 list_for_each_entry_safe(watch, tmp_watch, &u->watches, list) { in xenbus_file_free() 498 list_add(&watch->list, &u->watches); in xenbus_write_watch() 500 list_for_each_entry(watch, &u->watches, list) { in xenbus_write_watch() 636 INIT_LIST_HEAD(&u->watches); in xenbus_file_open()
|
D | xenbus_xs.c | 78 static LIST_HEAD(watches); 684 list_for_each_entry(i, &watches, list) in find_watch() 766 list_add(&watch->list, &watches); in register_xenbus_watch() 844 list_for_each_entry(watch, &watches, list) { in xs_resume()
|
/Linux-v4.19/Documentation/filesystems/ |
D | inotify.txt | 30 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-v4.19/drivers/watchdog/ |
D | Kconfig | 847 simply watches your kernel to make sure it doesn't freeze, and if 928 processors. This watchdog watches your kernel to make sure 941 This watchdog simply watches your kernel to make sure it doesn't 984 simply watches your kernel to make sure it doesn't freeze, and if 1117 This watchdog simply watches your kernel to make sure it doesn't 1182 This watchdog simply watches your kernel to make sure it doesn't 1253 watchdog simply watches your kernel to make sure it doesn't freeze, 1288 This watchdog simply watches your kernel to make sure it doesn't 1333 This watchdog simply watches your kernel to make sure it doesn't 1348 watchdog simply watches your kernel to make sure it doesn't freeze, [all …]
|
/Linux-v4.19/Documentation/sysctl/ |
D | fs.txt | 360 This configuration option sets the maximum number of "watches" that are
|