Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c306 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
328 next_phys = &buf->buf[next_buf]; in bts_buffer_reset()
330 next_phys->displacement; in bts_buffer_reset()
333 next_space = next_phys->size; in bts_buffer_reset()
345 phys = next_phys; in bts_buffer_reset()
/linux-4.1.27/drivers/dma/
Dimg-mdc-dma.c266 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local
272 next_phys = curr->node_addr; in mdc_list_desc_free()
275 curr_phys = next_phys; in mdc_list_desc_free()