Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dsvc4proc.c258 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_test()
312 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, in nlm4svc_do_lock()
422 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_cancel()
484 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_unlock()
601 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in __nlm4svc_proc_test_msg()
640 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_test_msg()
660 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, true); in __nlm4svc_proc_lock_msg()
700 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, true); in nlm4svc_proc_lock_msg()
726 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in __nlm4svc_proc_cancel_msg()
764 host = nlm4svc_lookup_host(rqstp, argp->xdrgen.alock.caller_name, false); in nlm4svc_proc_cancel_msg()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2812 void dc_allow_idle_optimizations_internal(struct dc *dc, bool allow, const char *caller_name);
2813 void dc_exit_ips_for_hw_access_internal(struct dc *dc, const char *caller_name);
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c5767 void dc_allow_idle_optimizations_internal(struct dc *dc, bool allow, char const *caller_name) in dc_allow_idle_optimizations_internal() argument
5781 dc->idle_optimizations_allowed, allow, caller_name); in dc_allow_idle_optimizations_internal()
5815 subvp_pipe_type[3], subvp_pipe_type[4], subvp_pipe_type[5], caller_name); in dc_allow_idle_optimizations_internal()
5819 void dc_exit_ips_for_hw_access_internal(struct dc *dc, const char *caller_name) in dc_exit_ips_for_hw_access_internal() argument
5822 dc_allow_idle_optimizations_internal(dc, false, caller_name); in dc_exit_ips_for_hw_access_internal()