/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm_pmu_platform.c | 190 armpmu_init_fn init_fn; in arm_pmu_device_probe() local 205 init_fn = of_device_get_match_data(dev); in arm_pmu_device_probe() 206 if (init_fn) { in arm_pmu_device_probe() 216 ret = init_fn(pmu); in arm_pmu_device_probe()
|
H A D | arm_pmu_acpi.c | 352 int arm_pmu_acpi_probe(armpmu_init_fn init_fn) in arm_pmu_acpi_probe() argument 375 * There's also the problem of having access to the right init_fn, in arm_pmu_acpi_probe() 402 ret = init_fn(pmu); in arm_pmu_acpi_probe()
|
/kernel/linux/linux-5.10/arch/loongarch/loongson64/ |
H A D | smp.c | 356 register void (*init_fn)(void); in arch_cpu_idle_dead() 375 " ld.d %[init_fn], %[base], 0x20 \n" /* Get init PC */ in arch_cpu_idle_dead() 379 [count] "=&r" (count), [init_fn] "=&r" (addr) in arch_cpu_idle_dead() 384 init_fn = __va(addr); in arch_cpu_idle_dead() 386 init_fn(); in arch_cpu_idle_dead()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm_pmu_platform.c | 194 armpmu_init_fn init_fn; in arm_pmu_device_probe() local 210 init_fn = of_id->data; in arm_pmu_device_probe() 221 ret = init_fn(pmu); in arm_pmu_device_probe()
|
H A D | arm_pmu_acpi.c | 287 int arm_pmu_acpi_probe(armpmu_init_fn init_fn) in arm_pmu_acpi_probe() argument 299 * There's also the problem of having access to the right init_fn, in arm_pmu_acpi_probe() 312 ret = init_fn(pmu); in arm_pmu_acpi_probe()
|
/kernel/linux/linux-5.10/include/linux/perf/ |
H A D | arm_pmu.h | 161 int arm_pmu_acpi_probe(armpmu_init_fn init_fn); 163 static inline int arm_pmu_acpi_probe(armpmu_init_fn init_fn) { return 0; } in arm_pmu_acpi_probe() argument
|
/kernel/linux/linux-6.6/include/linux/perf/ |
H A D | arm_pmu.h | 165 int arm_pmu_acpi_probe(armpmu_init_fn init_fn); 167 static inline int arm_pmu_acpi_probe(armpmu_init_fn init_fn) { return 0; } in arm_pmu_acpi_probe() argument
|
/kernel/linux/linux-5.10/drivers/firmware/psci/ |
H A D | psci.c | 572 psci_initcall_t init_fn; in psci_dt_init() local 580 init_fn = (psci_initcall_t)matched_np->data; in psci_dt_init() 581 ret = init_fn(np); in psci_dt_init()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | smp.c | 392 register void (*init_fn)(void); in arch_cpu_idle_dead() 406 init_fn = (void *)TO_CACHE(addr); in arch_cpu_idle_dead() 409 init_fn(); in arch_cpu_idle_dead()
|
/kernel/linux/linux-6.6/drivers/firmware/psci/ |
H A D | psci.c | 755 psci_initcall_t init_fn; in psci_dt_init() local 763 init_fn = (psci_initcall_t)matched_np->data; in psci_dt_init() 764 ret = init_fn(np); in psci_dt_init()
|
/kernel/linux/linux-5.10/drivers/clk/zte/ |
H A D | clk-zx296718.c | 1050 int (*init_fn)(struct device_node *np); in zx_clkc_probe() 1053 init_fn = of_device_get_match_data(&pdev->dev); in zx_clkc_probe() 1054 if (!init_fn) { in zx_clkc_probe() 1059 return init_fn(np); in zx_clkc_probe()
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | perf_event_cpu.c | 1131 int (*init_fn)(struct nds32_pmu *nds32_pmu); in cpu_pmu_device_probe() 1147 init_fn = of_id->data; in cpu_pmu_device_probe() 1148 ret = init_fn(pmu); in cpu_pmu_device_probe()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2401 def __init__(self, glb, title, init_fn): 2402 self.init_fn = init_fn 2422 self.result = self.init_fn(db) 2432 def SlowInit(glb, title, init_fn): 2433 init = SlowInitClass(glb, title, init_fn)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2402 def __init__(self, glb, title, init_fn): 2403 self.init_fn = init_fn 2423 self.result = self.init_fn(db) 2433 def SlowInit(glb, title, init_fn): 2434 init = SlowInitClass(glb, title, init_fn)
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 824 void (*init_fn)(struct xfs_trans *tp, in xfs_bmap_local_to_extents() 890 * log here. Note that init_fn must also set the buffer log item type in xfs_bmap_local_to_extents() 893 init_fn(tp, bp, ip, ifp); in xfs_bmap_local_to_extents()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 764 void (*init_fn)(struct xfs_trans *tp, in xfs_bmap_local_to_extents() 825 * log here. Note that init_fn must also set the buffer log item type in xfs_bmap_local_to_extents() 828 init_fn(tp, bp, ip, ifp); in xfs_bmap_local_to_extents()
|