Home
last modified time | relevance | path

Searched refs:active_ref (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dblk-ioc.c216 if (atomic_dec_and_test(&ioc->active_ref)) { in exit_io_context()
232 atomic_set(&ioc->active_ref, 1); in alloc_io_context()
297 atomic_inc(&ioc->active_ref); in __copy_io()
/linux/include/linux/
H A Diocontext.h101 atomic_t active_ref; member
/linux/drivers/media/pci/cx88/
H A Dcx88-mpeg.c540 core->active_ref++; in cx8802_request_acquire()
557 if (drv->advise_release && --core->active_ref == 0) { in cx8802_request_release()
H A Dcx88.h408 int active_ref; member