Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/base/refcount/src/
H A Drefcount.c49 if (!myrefcount.items) { in refcount_find_entry()
59 return &myrefcount.items[i]; in refcount_find_entry()
64 return &myrefcount.items[i]; in refcount_find_entry()
79 if (myrefcount.items) { in ia_css_refcount_init()
84 myrefcount.items = in ia_css_refcount_init()
86 if (!myrefcount.items) in ia_css_refcount_init()
89 memset(myrefcount.items, 0, in ia_css_refcount_init()
91 myrefcount.size = size; in ia_css_refcount_init()
119 kvfree(myrefcount.items); in ia_css_refcount_uninit()
120 myrefcount.items = NULL; in ia_css_refcount_uninit()
[all …]