Home
last modified time | relevance | path

Searched refs:sync_start (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/oprofile/
Doprof.c58 if (oprofile_ops.sync_start) { in oprofile_setup()
59 int sync_ret = oprofile_ops.sync_start(); in oprofile_setup()
72 if ((err = sync_start())) in oprofile_setup()
Dbuffer_sync.h14 int sync_start(void);
Dbuffer_sync.c152 int sync_start(void) in sync_start() function
/linux-4.4.14/arch/powerpc/oprofile/
Dcommon.c204 ops->sync_start = model->sync_start; in oprofile_arch_init()
Dop_model_cell.c1714 .sync_start = cell_sync_start,
/linux-4.4.14/arch/powerpc/include/asm/
Doprofile_impl.h56 int (*sync_start)(void); member
/linux-4.4.14/include/linux/
Doprofile.h67 int (*sync_start)(void); member
/linux-4.4.14/drivers/block/rsxx/
Dcore.c55 static unsigned int sync_start = 1; variable
56 module_param(sync_start, uint, 0444);
57 MODULE_PARM_DESC(sync_start, "On by Default: Driver load will not complete "
925 if (sync_start) { in rsxx_pci_probe()