Searched refs:objs (Results 1 – 4 of 4) sorted by relevance
25 void *objs; member38 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()
106 def cache_show(s, cfg, objs): argument113 sinfo['active_objs'] = objs114 sinfo['num_objs'] = objs
15 struct bpf_object *objs[nr_iters] = {}; in test_bpf_obj_id() local52 &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()
1008 …$(call QUIET_CLEAN, core-objs) $(RM) $(LIBPERF_A) $(OUTPUT)perf-archive $(OUTPUT)perf-with-kcore …