/aosp_15_r20/external/libnl/src/ |
H A D | nl-tctree-list.c | 17 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 D | nl-qdisc-list.c | 65 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 D | nl-class-delete.c | 70 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/ |
D | sharedctypes.py | 116 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/ |
D | sharedctypes.py | 116 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/ |
D | sharedctypes.py | 116 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/ |
D | sharedctypes.py | 116 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/ |
D | sharedctypes.py | 116 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 D | sharedctypes.py | 116 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/ |
D | sharedctypes.py | 146 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 D | vmlinux.h | 520 struct lock_class *class_cache[2]; member
|