Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcgroup.c207 struct evlist *orig_list, *tmp_list; in evlist__expand_cgroup() local
219 orig_list = evlist__new(); in evlist__expand_cgroup()
221 if (orig_list == NULL || tmp_list == NULL) { in evlist__expand_cgroup()
227 perf_evlist__splice_list_tail(orig_list, &evlist->core.entries); in evlist__expand_cgroup()
257 evlist__for_each_entry(orig_list, pos) { in evlist__expand_cgroup()
294 evlist__delete(orig_list); in evlist__expand_cgroup()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dtranslation-table.c767 head = &tt_global->orig_list; in batadv_tt_local_add()
1535 head = &entry->orig_list; in batadv_tt_global_orig_entry_find()
1598 head = &tt_global->orig_list; in batadv_tt_global_sync_flags()
1647 &tt_global->orig_list); in batadv_tt_global_orig_entry_add()
1728 INIT_HLIST_HEAD(&tt_global_entry->orig_list); in batadv_tt_global_add()
1851 head = &tt_global_entry->orig_list; in batadv_transtable_best_orig()
1932 head = &tt_global_entry->orig_list; in batadv_tt_global_print_entry()
2099 head = &global->orig_list; in batadv_tt_global_dump_entry()
2261 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_list()
2289 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_node()
[all …]
H A Dtypes.h1945 struct hlist_head orig_list; member
H A Dmulticast.c1497 hlist_for_each_entry_rcu(orig_entry, &tt_global->orig_list, list) { in batadv_mcast_forw_tt()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddir.c3639 struct ocfs2_dx_entry_list *orig_list, *tmp_list; in ocfs2_dx_dir_transfer_leaf() local
3646 orig_list = &orig_dx_leaf->dl_list; in ocfs2_dx_dir_transfer_leaf()
3649 num_used = le16_to_cpu(orig_list->de_num_used); in ocfs2_dx_dir_transfer_leaf()
3656 dx_entry = &orig_list->de_entries[j]; in ocfs2_dx_dir_transfer_leaf()