Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
De820.c266 unsigned long current_type, last_type; in sanitize_e820_map() local
342 current_type = 0; in sanitize_e820_map()
344 if (overlap_list[i]->type > current_type) in sanitize_e820_map()
345 current_type = overlap_list[i]->type; in sanitize_e820_map()
350 if (current_type != last_type || current_type == E820_PRAM) { in sanitize_e820_map()
366 if (current_type != 0) { in sanitize_e820_map()
369 new_bios[new_bios_entry].type = current_type; in sanitize_e820_map()
372 last_type = current_type; in sanitize_e820_map()
/linux-4.4.14/arch/blackfin/kernel/
Dsetup.c303 unsigned long current_type, last_type; in sanitize_memmap() local
415 current_type = 0; in sanitize_memmap()
417 if (overlap_list[i]->type > current_type) in sanitize_memmap()
418 current_type = overlap_list[i]->type; in sanitize_memmap()
420 if (current_type != last_type) { in sanitize_memmap()
429 if (current_type != 0) { in sanitize_memmap()
431 new_map[new_entry].type = current_type; in sanitize_memmap()
434 last_type = current_type; in sanitize_memmap()
/linux-4.4.14/drivers/dma/
Dmv_xor.h113 enum dma_transaction_type current_type; member
Dmv_xor.c172 chan->current_type = type; in mv_chan_set_mode()
/linux-4.4.14/drivers/block/
Dfloppy.c489 static struct floppy_struct *current_type[N_DRIVE]; variable
603 return !current_type[drive] && !ITYPE(UDRS->fd_device); in drive_no_geom()
764 current_type[drive] != NULL) in disk_change()
766 current_type[drive] = NULL; in disk_change()
2065 _floppy = current_type[drive]; in set_floppy()
2339 current_type[current_drive] = _floppy; in rw_interrupt()
2348 current_type[current_drive] = _floppy; in rw_interrupt()
3278 current_type[drive] = &user_params[drive]; in set_geometry()
3357 *g = current_type[drive]; in get_floppy_geometry()
3450 current_type[drive] = NULL; in fd_locked_ioctl()