Searched refs:cpu_check (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/ia64/kernel/ |
H A D | salinfo.c | 153 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()
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_context.c | 508 static noinline int cpu_check(struct drm_i915_gem_object *obj, in cpu_check() function 762 err = cpu_check(obj, ncontexts++, rem); in igt_ctx_exec() 895 err = cpu_check(obj, ncontexts++, rem); in igt_shared_ctx_exec() 1474 err = cpu_check(obj, idx++, num_writes); in igt_ctx_readonly()
|
H A D | huge_pages.c | 1138 static int cpu_check(struct drm_i915_gem_object *obj, u32 dword, u32 val) in cpu_check() function 1181 err = cpu_check(obj, dword, val); in __igt_write_huge() 1947 err = cpu_check(obj, n, 0xdeadbeaf); in igt_shrink_thp()
|