Home
last modified time | relevance | path

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

/dflybsd-src/sys/sys/
H A Dusched_dfly.h101 struct usched_dfly_pcpu { struct
102 struct spinlock spin;
103 struct thread *helper_thread;
104 struct globaldata *gd;
105 u_short scancpu;
106 short upri;
130 typedef struct usched_dfly_pcpu *dfly_pcpu_t; argument