Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/rc/
Dst_rc.c98 int last_symbol = 0; in st_rc_rx_interrupt() local
126 last_symbol = 1; in st_rc_rx_interrupt()
142 if (!last_symbol) { in st_rc_rx_interrupt()
151 last_symbol = 0; in st_rc_rx_interrupt()
/linux-6.12.1/tools/perf/util/
Dsymbol-elf.c2138 u64 last_symbol; member
2227 if (!kci->last_symbol || start > kci->last_symbol) in kcore_copy__process_kallsyms()
2228 kci->last_symbol = start; in kcore_copy__process_kallsyms()
2411 } else if (kci->last_symbol) { in kcore_copy__calc_maps()
2412 kci->etext = round_up(kci->last_symbol, page_size); in kcore_copy__calc_maps()