Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xext/
H A Dsync.c1258 xSyncSystemCounter *list = NULL, *walklist = NULL; in ProcSyncListSystemCounters() local
1269 walklist = list = malloc(len); in ProcSyncListSystemCounters()
1286 walklist->counter = psci->pCounter->sync.id; in ProcSyncListSystemCounters()
1287 walklist->resolution_hi = psci->resolution >> 32; in ProcSyncListSystemCounters()
1288 walklist->resolution_lo = psci->resolution; in ProcSyncListSystemCounters()
1290 walklist->name_length = namelen; in ProcSyncListSystemCounters()
1293 swapl(&walklist->counter); in ProcSyncListSystemCounters()
1294 swapl(&walklist->resolution_hi); in ProcSyncListSystemCounters()
1295 swapl(&walklist->resolution_lo); in ProcSyncListSystemCounters()
1296 swaps(&walklist->name_length); in ProcSyncListSystemCounters()
[all …]