Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h26687 struct smp_hotplug_thread { struct
26688 struct task_struct **store;
26689 struct list_head list;
26690 int (*thread_should_run)(unsigned int);
26691 void (*thread_fn)(unsigned int);
26692 void (*create)(unsigned int);
26693 void (*setup)(unsigned int);
26694 void (*cleanup)(unsigned int, bool);
26695 void (*park)(unsigned int);
26696 void (*unpark)(unsigned int);
[all …]