struct_vb2_vmarea_handler(9) 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

COPYRIGHT