Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dmbcache.c92 INIT_LIST_HEAD(&entry->e_list); in mb_cache_entry_create()
112 list_add_tail(&entry->e_list, &cache->c_list); in mb_cache_entry_create()
241 if (!list_empty(&entry->e_list)) { in mb_cache_entry_delete()
242 list_del_init(&entry->e_list); in mb_cache_entry_delete()
290 struct mb_cache_entry, e_list); in mb_cache_shrink()
293 list_move_tail(&entry->e_list, &cache->c_list); in mb_cache_shrink()
296 list_del_init(&entry->e_list); in mb_cache_shrink()
402 list_for_each_entry_safe(entry, next, &cache->c_list, e_list) { in mb_cache_destroy()
408 list_del(&entry->e_list); in mb_cache_destroy()
/Linux-v5.15/drivers/usb/mon/
Dmon_text.c83 struct list_head e_list; member
255 list_add_tail(&ep->e_link, &rp->e_list); in mon_text_event()
297 list_add_tail(&ep->e_link, &rp->e_list); in mon_text_error()
311 if (list_empty(&rp->e_list)) { in mon_text_fetch()
315 p = rp->e_list.next; in mon_text_fetch()
338 INIT_LIST_HEAD(&rp->e_list); in mon_text_open()
668 while (!list_empty(&rp->e_list)) { in mon_text_release()
669 p = rp->e_list.next; in mon_text_release()
/Linux-v5.15/include/linux/
Dmbcache.h15 struct list_head e_list; member
/Linux-v5.15/tools/testing/selftests/net/
Dipsec.c2081 char *e_list[] = { variable
2095 + (ARRAY_SIZE(ah_list) * ARRAY_SIZE(e_list)) \
2119 for (j = 0; j < ARRAY_SIZE(e_list); j++) { in write_proto_plan()
2121 e_list[j], 0, 0)) in write_proto_plan()