Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dsalinfo.c152 int cpu_check; /* next CPU to check */ member
298 n = data->cpu_check; in salinfo_event_read()
318 data->cpu_check = cpu; in salinfo_event_read()
319 if (++data->cpu_check == nr_cpu_ids) in salinfo_event_read()
320 data->cpu_check = 0; in salinfo_event_read()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_gem_context.c230 static int cpu_check(struct drm_i915_gem_object *obj, unsigned int max) in cpu_check() function
420 err = cpu_check(obj, rem); in igt_ctx_exec()
525 err = cpu_check(obj, num_writes); in igt_ctx_readonly()
Dhuge_pages.c1015 static int cpu_check(struct drm_i915_gem_object *obj, u32 dword, u32 val) in cpu_check() function
1090 err = cpu_check(obj, dword, val); in __igt_write_huge()
1526 err = cpu_check(obj, 0, 0xdeadbeaf); in igt_ppgtt_pin_update()
1667 err = cpu_check(obj, 0, 0xdeadbeaf); in igt_shrink_thp()