Home
last modified time | relevance | path

Searched refs:tmp_ops (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/arch/s390/appldata/
H A Dappldata_base.c269 struct appldata_ops *ops = NULL, *tmp_ops; in appldata_generic_handler() local
283 tmp_ops = list_entry(lh, struct appldata_ops, list); in appldata_generic_handler()
284 if (&tmp_ops->ctl_table[0] == ctl) { in appldata_generic_handler()
/kernel/linux/linux-5.10/arch/s390/appldata/
H A Dappldata_base.c284 struct appldata_ops *ops = NULL, *tmp_ops; in appldata_generic_handler() local
298 tmp_ops = list_entry(lh, struct appldata_ops, list); in appldata_generic_handler()
299 if (&tmp_ops->ctl_table[2] == ctl) { in appldata_generic_handler()
/kernel/linux/linux-6.6/kernel/trace/
H A Dftrace.c5520 static struct ftrace_ops tmp_ops = { in __modify_ftrace_direct() local
5529 /* Enable the tmp_ops to have the same functions as the direct ops */ in __modify_ftrace_direct()
5530 ftrace_ops_init(&tmp_ops); in __modify_ftrace_direct()
5531 tmp_ops.func_hash = ops->func_hash; in __modify_ftrace_direct()
5532 tmp_ops.direct_call = addr; in __modify_ftrace_direct()
5534 err = register_ftrace_function_nolock(&tmp_ops); in __modify_ftrace_direct()
5559 /* Removing the tmp_ops will add the updated direct callers to the functions */ in __modify_ftrace_direct()
5560 unregister_ftrace_function(&tmp_ops); in __modify_ftrace_direct()

Completed in 15 milliseconds