Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcgroup.c419 struct evlist *orig_list, *tmp_list; in evlist__expand_cgroup() local
432 orig_list = evlist__new(); in evlist__expand_cgroup()
434 if (orig_list == NULL || tmp_list == NULL) { in evlist__expand_cgroup()
440 evlist__splice_list_tail(orig_list, &evlist->core.entries); in evlist__expand_cgroup()
471 evlist__for_each_entry(orig_list, pos) { in evlist__expand_cgroup()
507 evlist__delete(orig_list); in evlist__expand_cgroup()
/linux/net/batman-adv/
H A Dmulticast_forw.c247 hlist_for_each_entry_rcu(orig_entry, &tt_global->orig_list, list) { in batadv_mcast_forw_push_tt()
H A Dmulticast.c1317 hlist_for_each_entry_rcu(orig_entry, &tt_global->orig_list, list) { in batadv_mcast_forw_tt()
/linux/fs/ocfs2/
H A Ddir.c3692 struct ocfs2_dx_entry_list *orig_list, *tmp_list; in ocfs2_dx_dir_transfer_leaf() local
3699 orig_list = &orig_dx_leaf->dl_list; in ocfs2_dx_dir_transfer_leaf()
3702 num_used = le16_to_cpu(orig_list->de_num_used); in ocfs2_dx_dir_transfer_leaf()
3709 dx_entry = &orig_list->de_entries[j]; in ocfs2_dx_dir_transfer_leaf()