Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/oprofile/cell/
Dspu_task_sync.c565 struct cached_info *c_info; in spu_sync_buffer() local
573 c_info = get_cached_info(NULL, spu_num); in spu_sync_buffer()
574 if (!c_info) { in spu_sync_buffer()
584 map = c_info->map; in spu_sync_buffer()
585 the_spu = c_info->the_spu; in spu_sync_buffer()
/linux-4.4.14/drivers/s390/char/
Dtape_3590.c675 struct tape390_crypt_info *c_info; in tape_3590_med_state_set() local
677 c_info = &TAPE_3590_CRYPT_INFO(device); in tape_3590_med_state_set()
695 c_info->medium_status |= TAPE390_MEDIUM_LOADED_MASK; in tape_3590_med_state_set()
698 c_info->medium_status |= TAPE390_MEDIUM_ENCRYPTED_MASK; in tape_3590_med_state_set()
701 c_info->medium_status &= ~TAPE390_MEDIUM_ENCRYPTED_MASK; in tape_3590_med_state_set()