Searched refs:suggestion (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | diagnostics.h | 59 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 D | diagnostics.c | 907 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 D | verifier.c | 2915 const char *operation, *suggestion; in add_subprogs() local 2929 …suggestion = "Load this program with the required capability, or avoid BPF function references in … in add_subprogs() 2932 …suggestion = "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 D | ds2490.rst | 32 was added to the API. The name is just a suggestion. It would take
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.arcmsr | 55 ** follow Randy.Danlup kindness suggestion cleanup this code
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 597 for suggestion in suggestion_list: 598 unique_suggestions[suggestion] = None
|
| /linux/Documentation/process/ |
| H A D | submitting-patches.rst | 630 and Suggested-by: did the reporting or suggestion in public. Note,
|