Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpc_internal.h60 struct ptlrpc_request *ptlrpc_request_cache_alloc(gfp_t flags);
Devents.c314 req = ptlrpc_request_cache_alloc(GFP_ATOMIC); in request_in_callback()
Dclient.c408 struct ptlrpc_request *ptlrpc_request_cache_alloc(gfp_t flags) in ptlrpc_request_cache_alloc() function
469 req = ptlrpc_request_cache_alloc(GFP_NOFS); in ptlrpc_add_rqs_to_pool()
709 request = ptlrpc_request_cache_alloc(GFP_NOFS); in __ptlrpc_request_alloc()
3087 req = ptlrpc_request_cache_alloc(GFP_NOFS); in ptlrpcd_alloc_work()
Dsec.c906 req = ptlrpc_request_cache_alloc(GFP_NOFS); in sptlrpc_import_check_ctx()
1090 early_req = ptlrpc_request_cache_alloc(GFP_NOFS); in sptlrpc_cli_unwrap_early_reply()
Dservice.c1304 reqcopy = ptlrpc_request_cache_alloc(GFP_NOFS); in ptlrpc_at_send_early_reply()