Lines Matching refs:c_items
86 nl_list_for_each_entry(obj, &cache->c_items, ce_list) { in nl_cache_nitems_filter()
103 return nl_list_empty(&cache->c_items); in nl_cache_is_empty()
121 if (nl_list_empty(&cache->c_items)) in nl_cache_get_first()
124 return nl_list_entry(cache->c_items.next, in nl_cache_get_first()
134 if (nl_list_empty(&cache->c_items)) in nl_cache_get_last()
137 return nl_list_entry(cache->c_items.prev, in nl_cache_get_last()
147 if (nl_list_at_tail(obj, &obj->ce_cache->c_items, ce_list)) in nl_cache_get_next()
160 if (nl_list_at_head(obj, &obj->ce_cache->c_items, ce_list)) in nl_cache_get_prev()
191 nl_init_list_head(&cache->c_items); in nl_cache_alloc()
313 nl_list_for_each_entry(obj, &orig->c_items, ce_list) { in nl_cache_subset()
349 nl_list_for_each_entry(obj, &cache->c_items, ce_list) in nl_cache_clone()
372 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) in nl_cache_clear()
448 nl_list_add_tail(&obj->ce_list, &cache->c_items); in __cache_add()
879 nl_list_for_each_entry_safe(obj, next, &cache->c_items, ce_list) { in nl_cache_resync()
1041 nl_list_for_each_entry(obj, &cache->c_items, ce_list) { in nl_cache_search()
1080 nl_list_for_each_entry(obj, &cache->c_items, ce_list) { in nl_cache_find()
1104 nl_list_for_each_entry(obj, &cache->c_items, ce_list) in nl_cache_mark_all()
1160 nl_list_for_each_entry(obj, &cache->c_items, ce_list) { in nl_cache_dump_filter()
1210 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) { in nl_cache_foreach_filter()