Home
last modified time | relevance | path

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

/lib/fonts/
DMakefile4 font-objs := fonts.o
6 font-objs-$(CONFIG_FONT_SUN8x16) += font_sun8x16.o
7 font-objs-$(CONFIG_FONT_SUN12x22) += font_sun12x22.o
8 font-objs-$(CONFIG_FONT_8x8) += font_8x8.o
9 font-objs-$(CONFIG_FONT_8x16) += font_8x16.o
10 font-objs-$(CONFIG_FONT_6x11) += font_6x11.o
11 font-objs-$(CONFIG_FONT_7x14) += font_7x14.o
12 font-objs-$(CONFIG_FONT_10x18) += font_10x18.o
13 font-objs-$(CONFIG_FONT_PEARL_8x8) += font_pearl_8x8.o
14 font-objs-$(CONFIG_FONT_ACORN_8x8) += font_acorn_8x8.o
[all …]
/lib/
Dtest_rhashtable.c76 struct test_obj *objs; member
614 if (obj && (tdata->objs[i].value.id == TEST_INSERT_FAIL)) { in thread_lookup_test()
617 } else if (!obj && (tdata->objs[i].value.id != TEST_INSERT_FAIL)) { in thread_lookup_test()
644 tdata->objs[i].value.id = i; in threadfunc()
645 tdata->objs[i].value.tid = tdata->id; in threadfunc()
646 err = insert_retry(&ht, &tdata->objs[i], test_rht_params); in threadfunc()
668 if (tdata->objs[i].value.id == TEST_INSERT_FAIL) in threadfunc()
670 err = rhashtable_remove_fast(&ht, &tdata->objs[i].node, in threadfunc()
677 tdata->objs[i].value.id = TEST_INSERT_FAIL; in threadfunc()
702 struct test_obj *objs; in test_rht_init() local
[all …]
Ddebugobjects.c339 struct debug_obj *objs[ODEBUG_BATCH_SIZE]; in __free_object() local
365 objs[lookahead_count] = __alloc_object(&percpu_pool->free_objs); in __free_object()
366 if (!objs[lookahead_count]) in __free_object()
384 hlist_add_head(&objs[--lookahead_count]->node, in __free_object()
410 hlist_add_head(&objs[--lookahead_count]->node, in __free_object()
/lib/livepatch/
Dtest_klp_livepatch.c25 static struct klp_object objs[] = { variable
34 .objs = objs,
Dtest_klp_atomic_replace.c29 static struct klp_object objs[] = { variable
38 .objs = objs,
Dtest_klp_callbacks_demo2.c59 static struct klp_object objs[] = { variable
74 .objs = objs,
Dtest_klp_callbacks_demo.c71 static struct klp_object objs[] = { variable
104 .objs = objs,
/lib/lzo/
DMakefile2 lzo_compress-objs := lzo1x_compress.o
3 lzo_decompress-objs := lzo1x_decompress_safe.o
/lib/zlib_deflate/
DMakefile12 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
/lib/zlib_inflate/
DMakefile19 zlib_inflate-objs := inffast.o inflate.o infutil.o \