Searched refs:swap_bios (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/
H A Ddm.c128 static int swap_bios = DEFAULT_SWAP_BIOS; variable
131 int latch = READ_ONCE(swap_bios);
1394 while (latch < md->swap_bios) {
1397 md->swap_bios--;
1399 while (latch > md->swap_bios) {
1402 md->swap_bios++;
1426 if (unlikely(latch != md->swap_bios))
2123 md->swap_bios = get_swap_bios();
2124 sema_init(&md->swap_bios_semaphore, md->swap_bios);
3535 module_param(swap_bios, in
[all...]
H A Ddm-core.h127 int swap_bios; member in struct:mapped_device

Completed in 108 milliseconds