Searched refs:clock_index (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | timens.c | 90 static int test_gettime(clockid_t clock_index, bool raw_syscall, time_t offset) in test_gettime() argument 96 if (check_skip(clocks[clock_index].id)) in test_gettime() 99 switch (clocks[clock_index].id) { in test_gettime() 109 if (_gettime(clocks[clock_index].id, &parent_ts_old, raw_syscall)) in test_gettime() 118 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall)) in test_gettime() 124 clocks[clock_index].name, entry, parent_ts_old.tv_sec, in test_gettime() 132 if (_gettime(clocks[clock_index].id, &cur_ts, raw_syscall)) in test_gettime() 138 clocks[clock_index].name, entry, parent_ts_old.tv_sec, in test_gettime() 141 clock_settime(clocks[clock_index].id, &cur_ts); in test_gettime() 146 clocks[clock_index].name, entry); in test_gettime()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
| H A D | mali_kbase_clk_rate_trace_mgr.h | 150 u32 clock_index,
|