OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stop_machine
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
stop_machine.h
1
/* $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 *);
/src/sys/external/bsd/drm2/linux/
linux_stop_machine.c
43
#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;
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026