Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds