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

/linux-master/arch/s390/appldata/
H A Dappldata_base.c268 struct appldata_ops *ops = NULL, *tmp_ops; local
282 tmp_ops = list_entry(lh, struct appldata_ops, list);
283 if (&tmp_ops->ctl_table[0] == ctl) {
/linux-master/kernel/trace/
H A Dftrace.c5523 static struct ftrace_ops tmp_ops = { local
5532 /* Enable the tmp_ops to have the same functions as the direct ops */
5533 ftrace_ops_init(&tmp_ops);
5534 tmp_ops.func_hash = ops->func_hash;
5535 tmp_ops.direct_call = addr;
5537 err = register_ftrace_function_nolock(&tmp_ops);
5562 /* Removing the tmp_ops will add the updated direct callers to the functions */
5563 unregister_ftrace_function(&tmp_ops);

Completed in 146 milliseconds