Home
last modified time | relevance | path

Searched refs:objs (Results 1 – 4 of 4) sorted by relevance

/tools/testing/radix-tree/
Dlinux.c25 void *objs; member
38 struct radix_tree_node *node = cachep->objs; in kmem_cache_alloc()
40 cachep->objs = node->parent; in kmem_cache_alloc()
75 node->parent = cachep->objs; in kmem_cache_free()
76 cachep->objs = node; in kmem_cache_free()
117 ret->objs = NULL; in kmem_cache_create()
/tools/cgroup/
Dmemcg_slabinfo.py106 def cache_show(s, cfg, objs): argument
113 sinfo['active_objs'] = objs
114 sinfo['num_objs'] = objs
/tools/testing/selftests/bpf/prog_tests/
Dbpf_obj_id.c15 struct bpf_object *objs[nr_iters] = {}; in test_bpf_obj_id() local
52 &objs[i], &prog_fds[i]); in test_bpf_obj_id()
60 map_fds[i] = bpf_find_map(__func__, objs[i], "test_map_id"); in test_bpf_obj_id()
68 prog = bpf_object__find_program_by_title(objs[i], in test_bpf_obj_id()
343 bpf_object__close(objs[i]); in test_bpf_obj_id()
/tools/perf/
DMakefile.perf1008 …$(call QUIET_CLEAN, core-objs) $(RM) $(LIBPERF_A) $(OUTPUT)perf-archive $(OUTPUT)perf-with-kcore …