Lines Matching defs:watch
1783 * The caller must have View permission to watch a key or keyring.
1789 struct watch *watch = NULL;
1817 watch = kzalloc_obj(*watch);
1818 if (!watch)
1821 init_watch(watch, wqueue);
1822 watch->id = key->serial;
1823 watch->info_id = (u32)watch_id << WATCH_INFO_ID__SHIFT;
1835 ret = add_watch_to_object(watch, key->watchers);
1839 watch = NULL;
1852 kfree(watch);