Home
last modified time | relevance | path

Searched refs:num_watchers (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dosd_client.h637 u32 *num_watchers);
/openbmc/linux/net/ceph/
H A Dosd_client.c5071 u32 *num_watchers) in decode_watchers() argument
5083 *num_watchers = ceph_decode_32(p); in decode_watchers()
5084 *watchers = kcalloc(*num_watchers, sizeof(**watchers), GFP_NOIO); in decode_watchers()
5088 for (i = 0; i < *num_watchers; i++) { in decode_watchers()
5108 u32 *num_watchers) in ceph_osdc_list_watchers() argument
5143 ret = decode_watchers(&p, end, watchers, num_watchers); in ceph_osdc_list_watchers()
/openbmc/linux/drivers/block/
H A Drbd.c3940 u32 num_watchers; in find_watcher() local
3947 &num_watchers); in find_watcher()
3954 for (i = 0; i < num_watchers; i++) { in find_watcher()