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

  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_intr.c 51 int ih_enable; member in struct:intrhand
149 ih->ih_enable = 1;
279 if (__predict_true(ih->ih_enable)) {
  /src/sys/arch/landisk/landisk/
intr.c 50 int ih_enable; member in struct:intrhand
190 ih->ih_enable = 1;
267 if (p->ih_enable) {
272 p->ih_enable = 1;
305 p->ih_enable = 0;
307 if (!ih->ih_enable) {
333 ih->ih_enable = 0;
356 if (__predict_true(ih->ih_enable)) {

Completed in 14 milliseconds