Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/bench/
Dmem-memcpy.c101 static u64 get_cycle(void) in get_cycle() function
301 cycle_start = get_cycle(); in do_memcpy_cycle()
304 cycle_end = get_cycle(); in do_memcpy_cycle()
368 cycle_start = get_cycle(); in do_memset_cycle()
371 cycle_end = get_cycle(); in do_memset_cycle()
/linux-4.1.27/drivers/scsi/isci/
Dhost.c490 u32 get_cycle; in sci_controller_process_completions() local
501 get_cycle = SMU_CQGR_CYCLE_BIT & ihost->completion_queue_get; in sci_controller_process_completions()
507 NORMALIZE_GET_POINTER_CYCLE_BIT(get_cycle) in sci_controller_process_completions()
515 get_cycle ^= ((get_index+1) & SCU_MAX_COMPLETION_QUEUE_ENTRIES) << in sci_controller_process_completions()
566 get_cycle | in sci_controller_process_completions()