Lines Matching defs:busy
98 * then examine the "busy" flag returned by console_enter() and briefly stop
100 * we are busy rendering characters. This mess can all be removed when the
258 int busy, spl;
267 busy = console_hold();
268 spl = console_enter(busy);
272 console_exit(busy, spl);
284 int busy, spl;
296 busy = console_hold();
297 spl = console_enter(busy);
301 console_exit(busy, spl);
327 int busy, spl;
329 busy = console_hold();
330 spl = console_enter(busy);
334 console_exit(busy, spl);
347 int busy = console_hold();
348 int spl = console_enter(busy);
354 console_exit(busy, spl);