Home
last modified time | relevance | path

Searched refs:watchers (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/Documentation/core-api/
Derrseq.rst34 The general idea is for "watchers" to sample an errseq_t value and keep
38 record errors in one place, and then have a number of "watchers" that
/Linux-v5.4/include/linux/ceph/
Dosd_client.h570 struct ceph_watch_item **watchers,
/Linux-v5.4/net/bridge/netfilter/
DKconfig220 # watchers
/Linux-v5.4/net/ceph/
Dosd_client.c4954 struct ceph_watch_item **watchers, in decode_watchers() argument
4968 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
4969 if (!*watchers) in decode_watchers()
4973 ret = decode_watcher(p, end, *watchers + i); in decode_watchers()
4975 kfree(*watchers); in decode_watchers()
4991 struct ceph_watch_item **watchers, in ceph_osdc_list_watchers() argument
5027 ret = decode_watchers(&p, end, watchers, num_watchers); in ceph_osdc_list_watchers()
/Linux-v5.4/drivers/block/
Drbd.c4038 struct ceph_watch_item *watchers; in find_watcher() local
4045 &rbd_dev->header_oloc, &watchers, in find_watcher()
4052 if (!memcmp(&watchers[i].addr, &locker->info.addr, in find_watcher()
4054 watchers[i].cookie == cookie) { in find_watcher()
4056 .gid = le64_to_cpu(watchers[i].name.num), in find_watcher()
4071 kfree(watchers); in find_watcher()