Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/rc/
Dst_rc.c102 int last_symbol = 0; in st_rc_rx_interrupt() local
130 last_symbol = 1; in st_rc_rx_interrupt()
146 if (!last_symbol) { in st_rc_rx_interrupt()
155 last_symbol = 0; in st_rc_rx_interrupt()
/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c1405 u64 last_symbol; member
1491 if (!kci->last_symbol || start > kci->last_symbol) in kcore_copy__process_kallsyms()
1492 kci->last_symbol = start; in kcore_copy__process_kallsyms()
1675 } else if (kci->last_symbol) { in kcore_copy__calc_maps()
1676 kci->etext = round_up(kci->last_symbol, page_size); in kcore_copy__calc_maps()