Searched defs:usched_dfly_pcpu (Results 1 – 1 of 1) sorted by relevance
101 struct usched_dfly_pcpu { struct102 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