Home
last modified time | relevance | path

Searched refs:orig_list (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcgroup.c411 struct evlist *orig_list, *tmp_list; in evlist__expand_cgroup() local
424 orig_list = evlist__new(); in evlist__expand_cgroup()
426 if (orig_list == NULL || tmp_list == NULL) { in evlist__expand_cgroup()
432 evlist__splice_list_tail(orig_list, &evlist->core.entries); in evlist__expand_cgroup()
465 evlist__for_each_entry(orig_list, pos) { in evlist__expand_cgroup()
503 evlist__delete(orig_list); in evlist__expand_cgroup()
/kernel/linux/linux-5.10/net/batman-adv/
H A Dtranslation-table.c767 head = &tt_global->orig_list; in batadv_tt_local_add()
1534 head = &entry->orig_list; in batadv_tt_global_orig_entry_find()
1597 head = &tt_global->orig_list; in batadv_tt_global_sync_flags()
1646 &tt_global->orig_list); in batadv_tt_global_orig_entry_add()
1727 INIT_HLIST_HEAD(&tt_global_entry->orig_list); in batadv_tt_global_add()
1850 head = &tt_global_entry->orig_list; in batadv_transtable_best_orig()
1931 head = &tt_global_entry->orig_list; in batadv_tt_global_print_entry()
2098 head = &global->orig_list; in batadv_tt_global_dump_entry()
2260 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_list()
2288 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_node()
[all...]
H A Dtypes.h374 * struct batadv_orig_node - structure for orig_list maintaining nodes of mesh
1950 /** @orig_list: list of orig nodes announcing this non-mesh client */
1951 struct hlist_head orig_list; member
1953 /** @orig_list_count: number of items in the orig_list */
1956 /** @list_lock: lock protecting orig_list */
1979 /** @list: list node for &batadv_tt_global_entry.orig_list */
H A Dmulticast.c1497 hlist_for_each_entry_rcu(orig_entry, &tt_global->orig_list, list) { in batadv_mcast_forw_tt()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtranslation-table.c766 head = &tt_global->orig_list; in batadv_tt_local_add()
1448 head = &entry->orig_list; in batadv_tt_global_orig_entry_find()
1511 head = &tt_global->orig_list; in batadv_tt_global_sync_flags()
1560 &tt_global->orig_list); in batadv_tt_global_orig_entry_add()
1640 INIT_HLIST_HEAD(&tt_global_entry->orig_list); in batadv_tt_global_add()
1761 head = &tt_global_entry->orig_list; in batadv_transtable_best_orig()
1874 head = &global->orig_list; in batadv_tt_global_dump_entry()
2034 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_list()
2062 head = &tt_global_entry->orig_list; in batadv_tt_global_del_orig_node()
2097 head = &tt_global_entry->orig_list; in batadv_tt_global_del_roaming()
[all...]
H A Dtypes.h364 * struct batadv_orig_node - structure for orig_list maintaining nodes of mesh
1883 /** @orig_list: list of orig nodes announcing this non-mesh client */
1884 struct hlist_head orig_list; member
1886 /** @orig_list_count: number of items in the orig_list */
1889 /** @list_lock: lock protecting orig_list */
1912 /** @list: list node for &batadv_tt_global_entry.orig_list */
H A Dmulticast.c1243 hlist_for_each_entry_rcu(orig_entry, &tt_global->orig_list, list) { in batadv_mcast_forw_tt()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c3651 struct ocfs2_dx_entry_list *orig_list, *tmp_list; in ocfs2_dx_dir_transfer_leaf() local
3658 orig_list = &orig_dx_leaf->dl_list; in ocfs2_dx_dir_transfer_leaf()
3661 num_used = le16_to_cpu(orig_list->de_num_used); in ocfs2_dx_dir_transfer_leaf()
3668 dx_entry = &orig_list->de_entries[j]; in ocfs2_dx_dir_transfer_leaf()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.c3637 struct ocfs2_dx_entry_list *orig_list, *tmp_list; in ocfs2_dx_dir_transfer_leaf() local
3644 orig_list = &orig_dx_leaf->dl_list; in ocfs2_dx_dir_transfer_leaf()
3647 num_used = le16_to_cpu(orig_list->de_num_used); in ocfs2_dx_dir_transfer_leaf()
3654 dx_entry = &orig_list->de_entries[j]; in ocfs2_dx_dir_transfer_leaf()

Completed in 42 milliseconds