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

/linux-master/fs/
H A Dmbcache.c92 INIT_LIST_HEAD(&entry->e_list);
118 list_add_tail(&entry->e_list, &cache->c_list);
271 if (!list_empty(&entry->e_list))
272 list_del_init(&entry->e_list);
311 struct mb_cache_entry, e_list);
316 list_move_tail(&entry->e_list, &cache->c_list);
319 list_del_init(&entry->e_list);
417 list_for_each_entry_safe(entry, next, &cache->c_list, e_list) {
418 list_del(&entry->e_list);
/linux-master/include/linux/
H A Dmbcache.h21 struct list_head e_list; member in struct:mb_cache_entry
/linux-master/drivers/usb/mon/
H A Dmon_text.c83 struct list_head e_list; member in struct:mon_reader_text
255 list_add_tail(&ep->e_link, &rp->e_list);
297 list_add_tail(&ep->e_link, &rp->e_list);
311 if (list_empty(&rp->e_list)) {
315 p = rp->e_list.next;
338 INIT_LIST_HEAD(&rp->e_list);
661 * In theory, e_list is protected by mbus->lock. However,
668 while (!list_empty(&rp->e_list)) {
669 p = rp->e_list.next;
/linux-master/tools/testing/selftests/net/
H A Dipsec.c2066 char *e_list[] = { variable
2080 + (ARRAY_SIZE(ah_list) * ARRAY_SIZE(e_list)) \
2104 for (j = 0; j < ARRAY_SIZE(e_list); j++) {
2106 e_list[j], 0, 0))

Completed in 160 milliseconds