Searched refs:fdc_nested (Results 1 – 1 of 1) sorted by relevance
276 static volatile int fdc_nested; variable370 printk("get_fdc: drive %d fdc_busy %d fdc_nested %d\n",drive,fdc_busy,fdc_nested); in get_fdc()375 fdc_nested++; in get_fdc()382 if (fdc_nested == 0) in rel_fdc()384 printk("rel_fdc: fdc_busy %d fdc_nested %d\n",fdc_busy,fdc_nested); in rel_fdc()386 fdc_nested--; in rel_fdc()387 if (fdc_nested == 0) { in rel_fdc()