Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h21810 struct smp_hotplug_thread { struct
21811 struct task_struct * __attribute__((btf_type_tag("percpu"))) *store;
21812 struct list_head list;
21813 int (*thread_should_run)(unsigned int);
21814 void (*thread_fn)(unsigned int);
21815 void (*create)(unsigned int);
21816 void (*setup)(unsigned int);
21817 void (*cleanup)(unsigned int, bool);
21818 void (*park)(unsigned int);
21819 void (*unpark)(unsigned int);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h32096 struct smp_hotplug_thread { struct
32097 struct task_struct * __attribute__((btf_type_tag("percpu"))) *store;
32098 struct list_head list;
32099 int (*thread_should_run)(unsigned int);
32100 void (*thread_fn)(unsigned int);
32101 void (*create)(unsigned int);
32102 void (*setup)(unsigned int);
32103 void (*cleanup)(unsigned int, bool);
32104 void (*park)(unsigned int);
32105 void (*unpark)(unsigned int);
[all …]