Home
last modified time | relevance | path

Searched refs:fs_get_obj (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
HDmlx5_fs_tree.c716 fs_get_obj(ns, it); in _alloc_new_level()
729 fs_get_obj(ft, it); in _alloc_new_level()
1222 fs_get_obj(ft, it); in _find_first_ft_in_prio_reverse()
1227 fs_get_obj(ns, it); in _find_first_ft_in_prio_reverse()
1261 fs_get_obj(prio, container_of(start, struct fs_base, list)); in find_first_ft_in_ns_reverse()
1323 fs_get_obj(ft, it); in _find_first_ft_in_prio()
1328 fs_get_obj(ns, it); in _find_first_ft_in_prio()
1362 fs_get_obj(prio, container_of(start, struct fs_base, list)); in find_first_ft_in_ns()
1483 fs_get_obj(ns, node); in get_ns_with_notifiers()
2186 fs_get_obj(fs_ns, base_parent); in _init_root_tree()
[all …]
HDfs_core.h172 #define fs_get_obj(v, _base) {v = container_of((_base), typeof(*v), base); } macro