Lines Matching defs:ops
403 const struct l3cache_event_ops *ops;
412 * and use the ops indirections like in the other operations.
415 ops = l3cache_event_get_ops(event);
416 ops->update(event);
527 const struct l3cache_event_ops *ops = l3cache_event_get_ops(event);
530 ops->start(event);
536 const struct l3cache_event_ops *ops = l3cache_event_get_ops(event);
541 ops->stop(event, flags);
543 ops->update(event);
592 const struct l3cache_event_ops *ops = l3cache_event_get_ops(event);
594 ops->update(event);