Searched refs:fdc_nested (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/ |
H A D | amiflop.c | 276 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()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | amiflop.c | 276 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()
|
Completed in 6 milliseconds