Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpc_internal.h64 struct ptlrpc_request *ptlrpc_request_cache_alloc(gfp_t flags);
Devents.c314 req = ptlrpc_request_cache_alloc(GFP_ATOMIC); in request_in_callback()
Dclient.c422 struct ptlrpc_request *ptlrpc_request_cache_alloc(gfp_t flags) in ptlrpc_request_cache_alloc() function
483 req = ptlrpc_request_cache_alloc(GFP_NOFS); in ptlrpc_add_rqs_to_pool()
721 request = ptlrpc_request_cache_alloc(GFP_NOFS); in __ptlrpc_request_alloc()
3033 req = ptlrpc_request_cache_alloc(GFP_NOFS); in ptlrpcd_alloc_work()
Dsec.c864 req = ptlrpc_request_cache_alloc(GFP_NOFS); in sptlrpc_import_check_ctx()
1048 early_req = ptlrpc_request_cache_alloc(GFP_NOFS); in sptlrpc_cli_unwrap_early_reply()
Dservice.c1046 reqcopy = ptlrpc_request_cache_alloc(GFP_NOFS); in ptlrpc_at_send_early_reply()