Home
last modified time | relevance | path

Searched refs:suggestion (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/bpf/
H A Ddiagnostics.h59 const char *problem, const char *reason, const char *suggestion);
68 const char *reason, const char *suggestion);
73 const char *reason, const char *suggestion);
75 const char *reason, const char *suggestion,
78 const char *reason, const char *suggestion, u32 depth);
82 const char *reason, const char *suggestion);
84 const char *operation, const char *suggestion);
86 enum bpf_diag_context_kind ctx_kind, const char *suggestion);
88 enum bpf_diag_context_kind ctx_kind, const char *suggestion);
91 const char *suggestion);
[all …]
H A Ddiagnostics.c907 const char *problem, const char *reason, const char *suggestion) in bpf_diag_register_type() argument
926 diag_suggestion(env, "%s", suggestion); in bpf_diag_register_type()
997 const char *reason, const char *suggestion) in bpf_diag_call_type() argument
1037 diag_suggestion(env, "%s", suggestion); in bpf_diag_call_type()
1083 const char *operation, const char *suggestion) in bpf_diag_ctx_forbidden() argument
1133 diag_suggestion(env, "%s", suggestion); in bpf_diag_ctx_forbidden()
1137 enum bpf_diag_context_kind ctx_kind, const char *suggestion) in bpf_diag_ctx_active() argument
1159 diag_suggestion(env, "%s", suggestion); in bpf_diag_ctx_active()
1163 enum bpf_diag_context_kind ctx_kind, const char *suggestion) in bpf_diag_ctx_required() argument
1174 diag_suggestion(env, "%s", suggestion); in bpf_diag_ctx_required()
[all …]
H A Dverifier.c2915 const char *operation, *suggestion; in add_subprogs() local
2929suggestion = "Load this program with the required capability, or avoid BPF function references in … in add_subprogs()
2932suggestion = "Load this program with the required capability, or avoid BPF-to-BPF function calls i… in add_subprogs()
2938 suggestion); in add_subprogs()
7522 const char *call_name, const char *reason, const char *suggestion);
7525 const char *suggestion, const char *fmt, ...);
8191 const char *suggestion) in bpf_diag_call_arg() argument
8204 reg_arg_name(env, argno), reason, suggestion); in bpf_diag_call_arg()
8214 const char *suggestion, const char *fmt, ...) in bpf_diag_call_arg_fmt() argument
8223 bpf_diag_call_arg(env, insn_idx, argno, call_name, reason, suggestion); in bpf_diag_call_arg_fmt()
/linux/Documentation/w1/masters/
H A Dds2490.rst32 was added to the API. The name is just a suggestion. It would take
/linux/Documentation/scsi/
H A DChangeLog.arcmsr55 ** follow Randy.Danlup kindness suggestion cleanup this code
/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py597 for suggestion in suggestion_list:
598 unique_suggestions[suggestion] = None
/linux/Documentation/process/
H A Dsubmitting-patches.rst630 and Suggested-by: did the reporting or suggestion in public. Note,