Home
last modified time | relevance | path

Searched refs:sk_sampling (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/thermal/
H A Dsampling.c45 return nl_recvmsgs(th->sk_sampling, th->cb_sampling); in thermal_sampling_handle()
53 return nl_socket_get_fd(th->sk_sampling); in thermal_sampling_fd()
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 Dthermal_nl.h17 struct nl_sock *sk_sampling; member