Searched refs:sync_start (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/oprofile/
H A Dbuffer_sync.h14 int sync_start(void);
H A Doprof.c58 if (oprofile_ops.sync_start) { oprofile_setup()
59 int sync_ret = oprofile_ops.sync_start(); oprofile_setup()
72 if ((err = sync_start())) oprofile_setup()
H A Dbuffer_sync.c152 int sync_start(void) sync_start() function
/linux-4.1.27/arch/powerpc/include/asm/
H A Doprofile_impl.h56 int (*sync_start)(void); member in struct:op_powerpc_model
/linux-4.1.27/arch/powerpc/oprofile/cell/
H A Dpr_util.h23 /* Defines used for sync_start */
H A Dspu_task_sync.c506 * spu_sync_start is invoked and not the generic sync_start
/linux-4.1.27/arch/powerpc/oprofile/
H A Dcommon.c204 ops->sync_start = model->sync_start; oprofile_arch_init()
H A Dop_model_cell.c1714 .sync_start = cell_sync_start,
/linux-4.1.27/drivers/block/rsxx/
H A 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) { rsxx_pci_probe()
/linux-4.1.27/include/linux/
H A Doprofile.h67 int (*sync_start)(void); member in struct:oprofile_operations

Completed in 263 milliseconds