Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-ioc.c223 if (atomic_dec_and_test(&ioc->active_ref)) { in exit_io_context()
239 atomic_set(&ioc->active_ref, 1); in alloc_io_context()
304 atomic_inc(&ioc->active_ref); in __copy_io()
H A Dbfq-iosched.c5973 if (atomic_read(&bic->icq.ioc->active_ref) == 0 || in bfq_update_has_short_ttime()
/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