Searched refs:stop_machine (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dstop_machine.h1 /* $NetBSD: stop_machine.h,v 1.2 2021/12/19 01:34:57 riastradh Exp $ */
35 #define stop_machine linux_stop_machine macro
39 void stop_machine(int (*)(void *), void *, const struct kcpuset *);
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_stop_machine.c43 #include <linux/stop_machine.h>
45 struct stop_machine { struct
55 struct stop_machine *S = a;
81 stop_machine(int (*callback)(void *), void *cookie, const struct kcpuset *cpus) function
83 struct stop_machine stop, *S = &stop;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_gem_gtt.c17 #include <linux/stop_machine.h>
H A Di915_gem.c44 #include <linux/stop_machine.h>
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ggtt.c11 #include <linux/stop_machine.h>
405 * writes before exiting stop_machine(). This guarantees that
438 stop_machine(bxt_vtd_ggtt_insert_page__cb, &arg, NULL);
465 stop_machine(bxt_vtd_ggtt_insert_entries__cb, &arg, NULL);
490 stop_machine(bxt_vtd_ggtt_clear_range__cb, &arg, NULL);
H A Dintel_reset.c13 #include <linux/stop_machine.h>
942 * context and do not require stop_machine().

Completed in 264 milliseconds