Home
last modified time | relevance | path

Searched refs:class_cache (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libnl/src/
H A Dnl-tctree-list.c17 static struct nl_cache *qdisc_cache, *class_cache; variable
72 nl_cache_foreach_filter(class_cache, OBJ_CAST(filter), &print_class, arg); in print_tc_childs()
105 if (rtnl_class_alloc_cache(sock, ifindex, &class_cache) < 0) in print_link()
126 nl_cache_free(class_cache); in print_link()
H A Dnl-qdisc-list.c65 struct nl_cache *class_cache; in list_classes() local
68 class_cache = nl_cli_class_alloc_cache(sock, ifindex); in list_classes()
72 nl_cache_foreach_filter(class_cache, OBJ_CAST(filter), list_class, NULL); in list_classes()
76 nl_cache_free(class_cache); in list_classes()
H A Dnl-class-delete.c70 struct nl_cache *link_cache, *class_cache; in main() local
118 class_cache = nl_cli_class_alloc_cache(sock, rtnl_tc_get_ifindex(tc)); in main()
120 nl_cache_foreach_filter(class_cache, OBJ_CAST(class), delete_cb, NULL); in main()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dsharedctypes.py116 scls = class_cache[cls]
121 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
174 class_cache = weakref.WeakKeyDictionary() variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dsharedctypes.py116 scls = class_cache[cls]
121 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
174 class_cache = weakref.WeakKeyDictionary() variable
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dsharedctypes.py116 scls = class_cache[cls]
121 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
174 class_cache = weakref.WeakKeyDictionary() variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dsharedctypes.py116 scls = class_cache[cls]
121 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
174 class_cache = weakref.WeakKeyDictionary() variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dsharedctypes.py116 scls = class_cache[cls]
121 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
174 class_cache = weakref.WeakKeyDictionary() variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dsharedctypes.py116 scls = class_cache[cls]
121 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
174 class_cache = weakref.WeakKeyDictionary() variable
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dsharedctypes.py146 scls = class_cache[cls]
151 scls = class_cache[cls] = type(classname, (SynchronizedBase,), d)
203 class_cache = weakref.WeakKeyDictionary() variable
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h520 struct lock_class *class_cache[2]; member