Home | History | Annotate | Download | only in lib

Lines Matching full:c_items

86 	nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
103 return nl_list_empty(&cache->c_items);
121 if (nl_list_empty(&cache->c_items))
124 return nl_list_entry(cache->c_items.next,
134 if (nl_list_empty(&cache->c_items))
137 return nl_list_entry(cache->c_items.prev,
147 if (nl_list_at_tail(obj, &obj->ce_cache->c_items, ce_list))
160 if (nl_list_at_head(obj, &obj->ce_cache->c_items, ce_list))
191 nl_init_list_head(&cache->c_items);
313 nl_list_for_each_entry(obj, &orig->c_items, ce_list) {
349 nl_list_for_each_entry(obj, &cache->c_items, ce_list)
372 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list)
448 nl_list_add_tail(&obj->ce_list, &cache->c_items);
879 nl_list_for_each_entry_safe(obj, next, &cache->c_items, ce_list) {
1041 nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
1080 nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
1104 nl_list_for_each_entry(obj, &cache->c_items, ce_list)
1160 nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
1210 nl_list_for_each_entry_safe(obj, tmp, &cache->c_items, ce_list) {