Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 117) sorted by relevance

12345

/arch/s390/appldata/
Dappldata_base.c127 struct appldata_ops *ops; in appldata_work_fn() local
284 struct appldata_ops *ops = NULL, *tmp_ops; in appldata_generic_handler() local
364 int appldata_register_ops(struct appldata_ops *ops) in appldata_register_ops()
404 void appldata_unregister_ops(struct appldata_ops *ops) in appldata_unregister_ops()
418 struct appldata_ops *ops; in appldata_freeze() local
447 struct appldata_ops *ops; in appldata_restore() local
/arch/arm64/kernel/
Dcpuidle.c21 const struct cpu_operations *ops = get_cpu_ops(cpu); in arm_cpuidle_init() local
40 const struct cpu_operations *ops = get_cpu_ops(cpu); in arm_cpuidle_suspend() local
Dsmp.c108 const struct cpu_operations *ops = get_cpu_ops(cpu); in boot_secondary() local
205 const struct cpu_operations *ops; in secondary_start_kernel() local
276 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_disable() local
327 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_kill() local
372 const struct cpu_operations *ops = get_cpu_ops(cpu); in cpu_die() local
395 const struct cpu_operations *ops = get_cpu_ops(cpu); in __cpu_try_die() local
523 const struct cpu_operations *ops; in smp_cpu_setup() local
752 const struct cpu_operations *ops; in smp_prepare_cpus() local
1130 const struct cpu_operations *ops = get_cpu_ops(any_cpu); in have_cpu_die() local
Dcpu_ops.c41 const struct cpu_operations *const *ops; in cpu_get_ops() local
/arch/sparc/kernel/
Dpci_msi.c18 const struct sparc64_msiq_ops *ops; in sparc64_msiq_interrupt() local
127 const struct sparc64_msiq_ops *ops = pbm->msi_ops; in sparc64_setup_msi_irq() local
185 const struct sparc64_msiq_ops *ops = pbm->msi_ops; in sparc64_teardown_msi_irq() local
276 const struct sparc64_msiq_ops *ops, in bringup_one_msi_queue()
303 const struct sparc64_msiq_ops *ops) in sparc64_bringup_msi_queues()
321 const struct sparc64_msiq_ops *ops) in sparc64_pbm_msi_init()
/arch/powerpc/kernel/
Dsecvar-ops.c14 void set_secvar_ops(const struct secvar_operations *ops) in set_secvar_ops()
Dkprobes-ftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/arch/sh/kernel/
Dunwinder.c83 static int unwinder_enqueue(struct unwinder *ops) in unwinder_enqueue()
133 unsigned long *sp, const struct stacktrace_ops *ops, in unwind_stack()
Ddumpstack.c56 const struct stacktrace_ops *ops, in print_ftrace_graph_addr()
82 const struct stacktrace_ops *ops, in print_ftrace_graph_addr()
89 unsigned long *sp, const struct stacktrace_ops *ops, in stack_reader_dump()
/arch/arm/include/asm/mach/
Darch.h17 #define smp_ops(ops) (&(ops)) argument
18 #define smp_init_ops(ops) (&(ops)) argument
20 #define smp_ops(ops) (struct smp_operations *)NULL argument
21 #define smp_init_ops(ops) (bool (*)(void))NULL argument
/arch/x86/kernel/
Dftrace.c317 create_trampoline(struct ftrace_ops *ops, unsigned int *tramp_size) in create_trampoline()
440 struct ftrace_ops *ops; in set_ftrace_ops_ro() local
480 void arch_ftrace_update_trampoline(struct ftrace_ops *ops) in arch_ftrace_update_trampoline()
540 static void *static_tramp_func(struct ftrace_ops *ops, struct dyn_ftrace *rec) in static_tramp_func()
568 void *arch_ftrace_trampoline_func(struct ftrace_ops *ops, struct dyn_ftrace *rec) in arch_ftrace_trampoline_func()
580 void arch_ftrace_trampoline_free(struct ftrace_ops *ops) in arch_ftrace_trampoline_free()
/arch/powerpc/include/asm/
Dsecvar.h31 static inline void set_secvar_ops(const struct secvar_operations *ops) { } in set_secvar_ops()
Dio-workarounds.h18 struct ppc_pci_io *ops; member
/arch/powerpc/platforms/powernv/
Dopal-sensor-groups.c129 static int add_attr_group(const __be32 *ops, int len, struct sensor_group *sg, in add_attr_group()
147 static int get_nr_attrs(const __be32 *ops, int len) in get_nr_attrs()
182 const __be32 *ops; in opal_sensor_groups_init() local
/arch/riscv/kernel/probes/
Dftrace.c7 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/arch/x86/kernel/kprobes/
Dftrace.c17 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/arch/sparc/include/asm/
Dleon_pci.h13 struct pci_ops *ops; member
/arch/csky/kernel/probes/
Dftrace.c14 struct ftrace_ops *ops, struct ftrace_regs *fregs) in kprobe_ftrace_handler()
/arch/powerpc/sysdev/
Dmpic_msi.c30 const struct irq_domain_ops *ops = mpic->irqhost->ops; in mpic_msi_reserve_u3_hwirqs() local
/arch/sh/kernel/cpu/sh2/
Dclock-sh7619.c62 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
/arch/hexagon/kernel/
Dsmp.c38 static inline void __handle_ipi(unsigned long *ops, struct ipi_data *ipi, in __handle_ipi()
86 unsigned long ops; in handle_ipi() local
/arch/sh/kernel/cpu/sh2a/
Dclock-sh7203.c67 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
/arch/sh/kernel/cpu/sh3/
Dclock-sh7710.c70 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
/arch/x86/include/asm/
Dirqdomain.h39 const struct irq_domain_ops *ops; member
/arch/arm/kernel/
Dcpuidle.c90 const struct cpuidle_ops *ops; in arm_cpuidle_read_ops() local

12345