Searched refs:exp_msg (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf_probes.c | 113 const char *exp_msg = NULL; in probe_prog_load() local 144 exp_msg = "attach_btf_id 1 is not a function"; in probe_prog_load() 153 exp_msg = "Cannot replace kernel functions"; in probe_prog_load() 198 if (exp_msg && !strstr(buf, exp_msg)) in probe_prog_load()
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_llc.h | 99 int time_out, u8 exp_msg);
|
H A D | smc_llc.c | 294 int time_out, u8 exp_msg) in smc_llc_wait() 310 if (exp_msg && rcv_msg != exp_msg) { in smc_llc_wait() 311 if (exp_msg == SMC_LLC_ADD_LINK && in smc_llc_wait() 320 SMC_LGR_ID_SIZE, &lgr->id, rcv_msg, exp_msg, in smc_llc_wait() 292 smc_llc_wait(struct smc_link_group *lgr, struct smc_link *lnk, int time_out, u8 exp_msg) smc_llc_wait() argument
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_llc.h | 109 int time_out, u8 exp_msg);
|
H A D | smc_llc.c | 338 int time_out, u8 exp_msg) in smc_llc_wait() 354 if (exp_msg && rcv_msg != exp_msg) { in smc_llc_wait() 355 if (exp_msg == SMC_LLC_ADD_LINK && in smc_llc_wait() 365 rcv_msg, exp_msg, in smc_llc_wait() 336 smc_llc_wait(struct smc_link_group *lgr, struct smc_link *lnk, int time_out, u8 exp_msg) smc_llc_wait() argument
|
Completed in 7 milliseconds