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
COPYRIGHT