Searched refs:cb_sampling (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/tools/lib/thermal/ |
A D | sampling.c | 39 if (nl_cb_set(th->cb_sampling, NL_CB_VALID, NL_CB_CUSTOM, in thermal_sampling_handle() 43 return nl_recvmsgs(th->sk_sampling, th->cb_sampling); in thermal_sampling_handle() 56 if (nl_unsubscribe_thermal(th->sk_sampling, th->cb_sampling, in thermal_sampling_exit() 60 nl_thermal_disconnect(th->sk_sampling, th->cb_sampling); in thermal_sampling_exit() 67 if (nl_thermal_connect(&th->sk_sampling, &th->cb_sampling)) in thermal_sampling_init() 70 if (nl_subscribe_thermal(th->sk_sampling, th->cb_sampling, in thermal_sampling_init()
|
A D | thermal_nl.h | 21 struct nl_cb *cb_sampling; member
|
Completed in 3 milliseconds