Searched refs:sync_start (Results 1 – 8 of 8) sorted by relevance
58 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()
14 int sync_start(void);
154 int sync_start(void) in sync_start() function
200 ops->sync_start = model->sync_start; in oprofile_arch_init()
1706 .sync_start = cell_sync_start,
52 int (*sync_start)(void); member
67 int (*sync_start)(void); member
41 static unsigned int sync_start = 1; variable42 module_param(sync_start, uint, 0444);43 MODULE_PARM_DESC(sync_start, "On by Default: Driver load will not complete "899 if (sync_start) { in rsxx_pci_probe()