Home
last modified time | relevance | path

Searched refs:sync_stop (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/oprofile/
Doprof.c206 if (oprofile_ops.sync_stop) { in oprofile_shutdown()
207 int sync_ret = oprofile_ops.sync_stop(); in oprofile_shutdown()
218 sync_stop(); in oprofile_shutdown()
Dbuffer_sync.h17 void sync_stop(void);
Dbuffer_sync.c191 void sync_stop(void) in sync_stop() function
/linux-4.19.296/include/linux/
Doprofile.h68 int (*sync_stop)(void); member