Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.c45 goto time_stop; in __fbnic_open()
49 goto time_stop; in __fbnic_open()
56 time_stop: in __fbnic_open()
/linux-6.15/tools/perf/
H A Dbuiltin-stat.c556 static void compute_tts(struct timespec *time_start, struct timespec *time_stop, in compute_tts() argument
562 diff_timespec(&time_diff, time_stop, time_start); in compute_tts()
577 struct timespec time_start, time_stop; in dispatch_events() local
604 clock_gettime(CLOCK_MONOTONIC, &time_stop); in dispatch_events()
605 compute_tts(&time_start, &time_stop, &time_to_sleep); in dispatch_events()