Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/kernel/
Dsalinfo.c153 int cpu_check; /* next CPU to check */ member
299 n = data->cpu_check; in salinfo_event_read()
319 data->cpu_check = cpu; in salinfo_event_read()
320 if (++data->cpu_check == nr_cpu_ids) in salinfo_event_read()
321 data->cpu_check = 0; in salinfo_event_read()
/linux-6.1.9/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c485 static noinline int cpu_check(struct drm_i915_gem_object *obj, in cpu_check() function
738 err = cpu_check(obj, ncontexts++, rem); in igt_ctx_exec()
871 err = cpu_check(obj, ncontexts++, rem); in igt_shared_ctx_exec()
1453 err = cpu_check(obj, idx++, num_writes); in igt_ctx_readonly()
Dhuge_pages.c1078 static int cpu_check(struct drm_i915_gem_object *obj, u32 dword, u32 val) in cpu_check() function
1121 err = cpu_check(obj, dword, val); in __igt_write_huge()
1731 err = cpu_check(obj, n, 0xdeadbeaf); in igt_shrink_thp()