Home
last modified time | relevance | path

Searched refs:o (Results 1 – 8 of 8) sorted by relevance

/lib/
DMakefile10 lib-y := ctype.o string.o vsprintf.o cmdline.o \
11 rbtree.o radix-tree.o dump_stack.o \
12 idr.o int_sqrt.o extable.o prio_tree.o \
13 sha1.o irq_regs.o reciprocal_div.o argv_split.o \
14 proportions.o prio_heap.o ratelimit.o show_mem.o is_single_threaded.o
16 lib-$(CONFIG_MMU) += ioremap.o
17 lib-$(CONFIG_SMP) += cpumask.o
19 lib-y += kobject.o kref.o klist.o
21 obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
22 bust_spinlocks.o hexdump.o kasprintf.o bitmap.o scatterlist.o \
[all …]
Dtextsearch.c112 struct ts_ops *o; in lookup_ts_algo() local
115 list_for_each_entry_rcu(o, &ts_ops, list) { in lookup_ts_algo()
116 if (!strcmp(name, o->name)) { in lookup_ts_algo()
117 if (!try_module_get(o->owner)) in lookup_ts_algo()
118 o = NULL; in lookup_ts_algo()
120 return o; in lookup_ts_algo()
143 struct ts_ops *o; in textsearch_register() local
150 list_for_each_entry(o, &ts_ops, list) { in textsearch_register()
151 if (!strcmp(ops->name, o->name)) in textsearch_register()
177 struct ts_ops *o; in textsearch_unregister() local
[all …]
Ddebugobjects.c421 struct debug_obj o = { .object = addr, in debug_object_deactivate() local
425 debug_print_object(&o, "deactivate"); in debug_object_deactivate()
DKconfig.debug120 - Run the section mismatch analysis for each module/built-in.o
121 When we run the section mismatch analysis on vmlinux.o we
124 Running the analysis for each module/built-in.o file
/lib/zlib_inflate/
DMakefile16 obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate.o
18 zlib_inflate-objs := inffast.o inflate.o infutil.o \
19 inftrees.o inflate_syms.o
/lib/zlib_deflate/
DMakefile9 obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
11 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
/lib/lzo/
DMakefile1 lzo_compress-objs := lzo1x_compress.o
2 lzo_decompress-objs := lzo1x_decompress.o
4 obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
5 obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
/lib/reed_solomon/
DMakefile5 obj-$(CONFIG_REED_SOLOMON) += reed_solomon.o