Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/base/refcount/src/
A Drefcount.c40 if (!myrefcount.items) { in refcount_find_entry()
50 return &myrefcount.items[i]; in refcount_find_entry()
55 return &myrefcount.items[i]; in refcount_find_entry()
70 if (myrefcount.items) { in ia_css_refcount_init()
75 myrefcount.items = in ia_css_refcount_init()
77 if (!myrefcount.items) in ia_css_refcount_init()
80 memset(myrefcount.items, 0, in ia_css_refcount_init()
82 myrefcount.size = size; in ia_css_refcount_init()
110 kvfree(myrefcount.items); in ia_css_refcount_uninit()
111 myrefcount.items = NULL; in ia_css_refcount_uninit()
[all …]

Completed in 2 milliseconds