Searched defs:busy (Results 1 - 12 of 12) sorted by relevance

/arch/mips/include/asm/sn/
H A Dlaunch.h69 volatile u64 busy; /* Slave currently active */ member in struct:launch_s
/arch/sh/include/asm/
H A Ddma.h90 atomic_t busy; member in struct:dma_channel
/arch/x86/mm/kmemcheck/
H A Dkmemcheck.c117 bool busy; member in struct:kmemcheck_context
528 if (data->busy) {
534 data->busy = true;
611 data->busy = false;
/arch/cris/arch-v10/drivers/
H A Dsync_serial.c115 char busy; /* 1 if port is busy */ member in struct:sync_port
351 port->busy = 0;
459 if (port->busy == 2) {
460 DEBUG(printk(KERN_DEBUG "Device is busy.. \n"));
608 port->busy++;
644 if (port->busy)
645 port->busy--;
646 if (!port->busy)
/arch/cris/include/arch-v32/arch/hwregs/
H A Data_defs.h130 unsigned int busy : 1; member in struct:__anon432
139 unsigned int busy : 1; member in struct:__anon433
H A Ddma_defs.h381 unsigned int busy : 1; member in struct:__anon523
/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_crc_par_defs.h191 unsigned int busy : 1; member in struct:__anon576
/arch/mn10300/kernel/
H A Dgdb-stub.c741 u8 busy; local
743 busy = gdbstub_busy;
766 gdbstub_busy = busy;
/arch/cris/arch-v32/drivers/
H A Dsync_serial.c95 char busy; /* 1 if port is busy */ member in struct:sync_port
450 if (port->busy == 2)
452 DEBUG(printk(KERN_DEBUG "Device is busy.. \n"));
585 port->busy++;
603 if (port->busy)
604 port->busy--;
605 if (!port->busy)
/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dpio_defs.h318 unsigned int busy : 1; member in struct:__anon1282
/arch/mips/include/asm/octeon/
H A Dcvmx-mixx-defs.h78 uint64_t busy:1; member in struct:cvmx_mixx_ctl::cvmx_mixx_ctl_s
88 uint64_t busy:1; member in struct:cvmx_mixx_ctl::cvmx_mixx_ctl_cn52xx
H A Dcvmx-mio-defs.h3018 uint64_t busy:1; member in struct:cvmx_mio_uartx_usr::cvmx_mio_uartx_usr_s
3328 uint64_t busy:1; member in struct:cvmx_mio_uart2_usr::cvmx_mio_uart2_usr_s

Completed in 259 milliseconds