HomeSort by relevance Sort by last modified time
    Searched refs:BLOCKABLE (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi_linux.c 54 #define BLOCKABLE() (!in_atomic())
56 #define BLOCKABLE() (!in_interrupt())
237 __FUNCTION__, yield, BLOCKABLE()));
243 if (yield && BLOCKABLE()) {
bcmsdstd_linux.c 45 #define BLOCKABLE() (!in_atomic())
47 #define BLOCKABLE() (!in_interrupt())
230 __FUNCTION__, norm, err, yield, BLOCKABLE()));
237 if (yield && BLOCKABLE()) {
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c 390 #define BLOCKABLE() (!in_atomic())
392 #define BLOCKABLE() (!in_interrupt())
    [all...]

Completed in 568 milliseconds