Searched refs:fdc_nested (Results 1 – 1 of 1) sorted by relevance
277 static volatile int fdc_nested; variable371 printk("get_fdc: drive %d fdc_busy %d fdc_nested %d\n",drive,fdc_busy,fdc_nested); in get_fdc()376 fdc_nested++; in get_fdc()383 if (fdc_nested == 0) in rel_fdc()385 printk("rel_fdc: fdc_busy %d fdc_nested %d\n",fdc_busy,fdc_nested); in rel_fdc()387 fdc_nested--; in rel_fdc()388 if (fdc_nested == 0) { in rel_fdc()