HomeSort by: relevance | last modified time | path
    Searched defs:softintr_handler (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hpcarm/hpcarm/
softintr.c 47 struct softintr_handler { struct
48 struct softintr_handler *sh_vlink; /* vertical link */
49 struct softintr_handler *sh_hlink; /* horizontal link */
58 struct softintr_handler *softintrs;
59 struct softintr_handler *softintr_pending;
64 struct softintr_handler *sh;
78 struct softintr_handler *sh = cookie;
95 struct softintr_handler *sh = arg;
103 struct softintr_handler **p, *sh = cookie;
151 struct softintr_handler *sh, *sh1
    [all...]

Completed in 46 milliseconds