Searched refs:fdc_nested (Results 1 – 1 of 1) sorted by relevance
166 static volatile int fdc_nested; variable271 printk("get_fdc: drive %d fdc_busy %d fdc_nested %d\n",drive,fdc_busy,fdc_nested); in get_fdc()278 fdc_nested++; in get_fdc()285 if (fdc_nested == 0) in rel_fdc()287 printk("rel_fdc: fdc_busy %d fdc_nested %d\n",fdc_busy,fdc_nested); in rel_fdc()289 fdc_nested--; in rel_fdc()290 if (fdc_nested == 0) { in rel_fdc()