sync_start         52 arch/powerpc/include/asm/oprofile_impl.h 	int (*sync_start)(void);
sync_start        200 arch/powerpc/oprofile/common.c 			ops->sync_start = model->sync_start;
sync_start       1706 arch/powerpc/oprofile/op_model_cell.c 	.sync_start = cell_sync_start,
sync_start         41 drivers/block/rsxx/core.c static unsigned int sync_start = 1;
sync_start         42 drivers/block/rsxx/core.c module_param(sync_start, uint, 0444);
sync_start         43 drivers/block/rsxx/core.c MODULE_PARM_DESC(sync_start, "On by Default: Driver load will not complete "
sync_start        899 drivers/block/rsxx/core.c 		if (sync_start) {
sync_start         14 drivers/oprofile/buffer_sync.h int sync_start(void);
sync_start         58 drivers/oprofile/oprof.c 	if (oprofile_ops.sync_start) {
sync_start         59 drivers/oprofile/oprof.c 		int sync_ret = oprofile_ops.sync_start();
sync_start         72 drivers/oprofile/oprof.c 	if ((err = sync_start()))
sync_start         67 include/linux/oprofile.h 	int (*sync_start)(void);