Searched defs:clock_sync_context (Results 1 – 1 of 1) sorted by relevance
43 struct clock_sync_context { struct44 void *proto_data; /* time sync protocol specific data */45 bool is_server; /* server side time sync role */46 bool is_guest; /* guest or host time sync role */47 struct tracefs_instance *instance; /* ftrace buffer, used for time sync events */49 int cpu_count;50 struct clock_sync_offsets *offsets; /* Array of size cpu_count55 unsigned int local_id;56 unsigned int remote_id;