Home
last modified time | relevance | path

Searched defs:smp_hotplug_thread (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h21420 struct smp_hotplug_thread { struct
21421 struct task_struct **store;
21422 struct list_head list;
21423 int (*thread_should_run)(unsigned int);
21424 void (*thread_fn)(unsigned int);
21425 void (*create)(unsigned int);
21426 void (*setup)(unsigned int);
21427 void (*cleanup)(unsigned int, bool);
21428 void (*park)(unsigned int);
21429 void (*unpark)(unsigned int);
[all …]