Home | History | Annotate | Download | only in lib

Lines Matching refs:c_items

79 	nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
96 return nl_list_empty(&cache->c_items);
114 if (nl_list_empty(&cache->c_items))
117 return nl_list_entry(cache->c_items.next,
127 if (nl_list_empty(&cache->c_items))
130 return nl_list_entry(cache->c_items.prev,
140 if (nl_list_at_tail(obj, &obj->ce_cache->c_items, ce_list))
153 if (nl_list_at_head(obj, &obj->ce_cache->c_items, ce_list))
181 nl_init_list_head(&cache->c_items);
250 nl_list_for_each_entry(obj, &orig->c_items, ce_list) {
272 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list)
305 nl_list_add_tail(&obj->ce_list, &cache->c_items);
410 nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
609 nl_list_for_each_entry_safe(obj, next, &cache->c_items, ce_list) {
720 nl_list_for_each_entry(obj, &cache->c_items, ce_list)
773 nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
826 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) {