Searched refs:cb_sampling (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/lib/thermal/ |
H A D | sampling.c | 41 if (nl_cb_set(th->cb_sampling, NL_CB_VALID, NL_CB_CUSTOM, in thermal_sampling_handle() 45 return nl_recvmsgs(th->sk_sampling, th->cb_sampling); in thermal_sampling_handle() 58 if (nl_unsubscribe_thermal(th->sk_sampling, th->cb_sampling, in thermal_sampling_exit() 62 nl_thermal_disconnect(th->sk_sampling, th->cb_sampling); in thermal_sampling_exit() 69 if (nl_thermal_connect(&th->sk_sampling, &th->cb_sampling)) in thermal_sampling_init() 72 if (nl_subscribe_thermal(th->sk_sampling, th->cb_sampling, in thermal_sampling_init()
|
H A D | thermal_nl.h | 21 struct nl_cb *cb_sampling; member
|