Name
struct vb2_vmarea_handler —
common vma refcount tracking handler
Synopsis
struct vb2_vmarea_handler {
atomic_t * refcount;
void (* put) (void *arg);
void * arg;
};
Members
- refcount
pointer to refcount entry in the buffer
- put
callback to function that decreases buffer refcount
- arg
argument for put
callback