Searched refs:cache_req (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/soc/qcom/ |
H A D | rpmh.c | 51 struct cache_req { struct 97 static struct cache_req *__find_req(struct rpmh_ctrlr *ctrlr, u32 addr) in __find_req() 99 struct cache_req *p, *req = NULL; in __find_req() 111 static struct cache_req *cache_rpm_request(struct rpmh_ctrlr *ctrlr, in cache_rpm_request() 115 struct cache_req *req; in cache_rpm_request() 175 struct cache_req *req; in __rpmh_write() 399 static int is_req_valid(struct cache_req *req) in is_req_valid() 431 struct cache_req *p; in rpmh_flush()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | cache.h | 132 struct cache_req { struct 133 struct cache_deferred_req *(*defer)(struct cache_req *req); argument 226 struct cache_head *h, struct cache_req *rqstp);
|
H A D | svc.h | 243 struct cache_req rq_chandle; /* handle passed to caches for
|
/openbmc/linux/fs/nfs/ |
H A D | cache_lib.h | 16 struct cache_req req;
|
H A D | cache_lib.c | 84 static struct cache_deferred_req *nfs_dns_cache_defer(struct cache_req *req) in nfs_dns_cache_defer()
|
/openbmc/linux/include/linux/lockd/ |
H A D | lockd.h | 186 struct cache_req * b_cache_req; /* deferred request handling */
|
/openbmc/linux/net/sunrpc/ |
H A D | cache.c | 42 static bool cache_defer_req(struct cache_req *req, struct cache_head *item); 299 struct cache_head *h, struct cache_req *rqstp) in cache_check() 634 static void cache_wait_req(struct cache_req *req, struct cache_head *item) in cache_wait_req() 707 static bool cache_defer_req(struct cache_req *req, struct cache_head *item) in cache_defer_req()
|
H A D | svc_xprt.c | 32 static struct cache_deferred_req *svc_defer(struct cache_req *req); 1182 static struct cache_deferred_req *svc_defer(struct cache_req *req) in svc_defer()
|
/openbmc/linux/fs/nfsd/ |
H A D | export.c | 936 u32 *fsidv, struct cache_req *reqp) in exp_find_key() 961 const struct path *path, struct cache_req *reqp) in exp_get_by_name() 1058 u32 *fsidv, struct cache_req *reqp) in exp_find()
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 123 cache_check can be passed a "struct cache_req\*". This structure is
|