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

/linux-4.1.27/arch/x86/kernel/
H A De820.c265 unsigned long current_type, last_type; sanitize_e820_map() local
341 current_type = 0; sanitize_e820_map()
343 if (overlap_list[i]->type > current_type) sanitize_e820_map()
344 current_type = overlap_list[i]->type; sanitize_e820_map()
349 if (current_type != last_type || current_type == E820_PRAM) { sanitize_e820_map()
365 if (current_type != 0) { sanitize_e820_map()
368 new_bios[new_bios_entry].type = current_type; sanitize_e820_map()
371 last_type = current_type; sanitize_e820_map()
/linux-4.1.27/arch/blackfin/kernel/
H A Dsetup.c303 unsigned long current_type, last_type; sanitize_memmap() local
415 current_type = 0; sanitize_memmap()
417 if (overlap_list[i]->type > current_type) sanitize_memmap()
418 current_type = overlap_list[i]->type; sanitize_memmap()
420 if (current_type != last_type) { sanitize_memmap()
429 if (current_type != 0) { sanitize_memmap()
431 new_map[new_entry].type = current_type; sanitize_memmap()
434 last_type = current_type; sanitize_memmap()
/linux-4.1.27/drivers/dma/
H A Dmv_xor.h107 enum dma_transaction_type current_type; member in struct:mv_xor_chan
H A Dmv_xor.c154 chan->current_type = type; mv_set_mode()
/linux-4.1.27/drivers/block/
H A Dfloppy.c489 static struct floppy_struct *current_type[N_DRIVE]; variable in typeref:struct:floppy_struct
492 * User-provided type information. current_type points to
603 return !current_type[drive] && !ITYPE(UDRS->fd_device); drive_no_geom()
764 current_type[drive] != NULL) disk_change()
766 current_type[drive] = NULL; disk_change()
2065 _floppy = current_type[drive]; set_floppy()
2339 current_type[current_drive] = _floppy; rw_interrupt()
2348 current_type[current_drive] = _floppy; rw_interrupt()
3278 current_type[drive] = &user_params[drive]; set_geometry()
3357 *g = current_type[drive]; get_floppy_geometry()
3450 current_type[drive] = NULL; fd_locked_ioctl()

Completed in 783 milliseconds