watches 20 arch/mips/kernel/watch.c struct mips3264_watch_reg_state *watches = &t->thread.watch.mips3264; watches 28 arch/mips/kernel/watch.c write_c0_watchlo3(watches->watchlo[3]); watches 29 arch/mips/kernel/watch.c write_c0_watchhi3(watchhi | watches->watchhi[3]); watches 32 arch/mips/kernel/watch.c write_c0_watchlo2(watches->watchlo[2]); watches 33 arch/mips/kernel/watch.c write_c0_watchhi2(watchhi | watches->watchhi[2]); watches 36 arch/mips/kernel/watch.c write_c0_watchlo1(watches->watchlo[1]); watches 37 arch/mips/kernel/watch.c write_c0_watchhi1(watchhi | watches->watchhi[1]); watches 40 arch/mips/kernel/watch.c write_c0_watchlo0(watches->watchlo[0]); watches 41 arch/mips/kernel/watch.c write_c0_watchhi0(watchhi | watches->watchhi[0]); watches 52 arch/mips/kernel/watch.c struct mips3264_watch_reg_state *watches = watches 60 arch/mips/kernel/watch.c watches->watchhi[3] = (read_c0_watchhi3() & watchhi_mask); watches 63 arch/mips/kernel/watch.c watches->watchhi[2] = (read_c0_watchhi2() & watchhi_mask); watches 66 arch/mips/kernel/watch.c watches->watchhi[1] = (read_c0_watchhi1() & watchhi_mask); watches 69 arch/mips/kernel/watch.c watches->watchhi[0] = (read_c0_watchhi0() & watchhi_mask); watches 72 arch/mips/kernel/watch.c (watches->watchhi[0] & MIPS_WATCHHI_IRW) == 0) { watches 78 arch/mips/kernel/watch.c watches->watchhi[0] |= (watches->watchlo[0] & MIPS_WATCHHI_IRW); watches 105 drivers/xen/xenbus/xenbus_dev_frontend.c struct list_head watches; watches 326 drivers/xen/xenbus/xenbus_dev_frontend.c list_for_each_entry_safe(watch, tmp_watch, &u->watches, list) { watches 530 drivers/xen/xenbus/xenbus_dev_frontend.c list_add(&watch->list, &u->watches); watches 532 drivers/xen/xenbus/xenbus_dev_frontend.c list_for_each_entry(watch, &u->watches, list) { watches 665 drivers/xen/xenbus/xenbus_dev_frontend.c INIT_LIST_HEAD(&u->watches); watches 78 drivers/xen/xenbus/xenbus_xs.c static LIST_HEAD(watches); watches 690 drivers/xen/xenbus/xenbus_xs.c list_for_each_entry(i, &watches, list) watches 772 drivers/xen/xenbus/xenbus_xs.c list_add(&watch->list, &watches); watches 850 drivers/xen/xenbus/xenbus_xs.c list_for_each_entry(watch, &watches, list) { watches 47 kernel/audit_watch.c struct list_head watches; /* anchor for audit_watch->wlist */ watches 60 kernel/audit_watch.c WARN_ON(!list_empty(&parent->watches)); watches 146 kernel/audit_watch.c INIT_LIST_HEAD(&parent->watches); watches 255 kernel/audit_watch.c list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { watches 317 kernel/audit_watch.c list_add(&nwatch->wlist, &parent->watches); watches 330 kernel/audit_watch.c list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { watches 374 kernel/audit_watch.c list_for_each_entry(w, &parent->watches, wlist) { watches 394 kernel/audit_watch.c list_add(&watch->wlist, &parent->watches); watches 462 kernel/audit_watch.c if (list_empty(&parent->watches))