Home
last modified time | relevance | path

Searched refs:fdc_nested (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/block/
H A Damiflop.c276 static volatile int fdc_nested; variable
370 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()