Home
last modified time | relevance | path

Searched defs:intel_context_ops (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h76247 struct intel_context_ops { struct
76248 int (*alloc)(struct intel_context *);
76249 int (*pin)(struct intel_context *);
76250 void (*unpin)(struct intel_context *);
76251 void (*enter)(struct intel_context *);
76252 void (*exit)(struct intel_context *);
76253 void (*reset)(struct intel_context *);
76254 void (*destroy)(struct kref *);
Dvmlinux.h76247 struct intel_context_ops { struct
76248 int (*alloc)(struct intel_context *);
76249 int (*pin)(struct intel_context *);
76250 void (*unpin)(struct intel_context *);
76251 void (*enter)(struct intel_context *);
76252 void (*exit)(struct intel_context *);
76253 void (*reset)(struct intel_context *);
76254 void (*destroy)(struct kref *);