Searched refs:MAKEIPL (Results 1 – 1 of 1) sorted by relevance
61 #define MAKEIPL(priority) (IDTVECOFF + ((priority) << IPLSHIFT)) macro74 #define IPL_SOFTCLOCK MAKEIPL(0) /* timeouts */75 #define IPL_SOFTNET MAKEIPL(1) /* protocol stacks */76 #define IPL_BIO MAKEIPL(2) /* block I/O */77 #define IPL_NET MAKEIPL(3) /* network */78 #define IPL_SOFTTTY MAKEIPL(4) /* delayed terminal handling */79 #define IPL_TTY MAKEIPL(5) /* terminal */80 #define IPL_VM MAKEIPL(6) /* memory allocation */82 #define IPL_AUDIO MAKEIPL(7) /* audio */83 #define IPL_CLOCK MAKEIPL(8) /* clock */[all …]