Searched refs:o (Results 1 – 8 of 8) sorted by relevance
10 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.o16 lib-$(CONFIG_MMU) += ioremap.o17 lib-$(CONFIG_SMP) += cpumask.o19 lib-y += kobject.o kref.o klist.o21 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 …]
112 struct ts_ops *o; in lookup_ts_algo() local115 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() local150 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 …]
421 struct debug_obj o = { .object = addr, in debug_object_deactivate() local425 debug_print_object(&o, "deactivate"); in debug_object_deactivate()
120 - Run the section mismatch analysis for each module/built-in.o121 When we run the section mismatch analysis on vmlinux.o we124 Running the analysis for each module/built-in.o file
16 obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate.o18 zlib_inflate-objs := inffast.o inflate.o infutil.o \19 inftrees.o inflate_syms.o
9 obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o11 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
1 lzo_compress-objs := lzo1x_compress.o2 lzo_decompress-objs := lzo1x_decompress.o4 obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o5 obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
5 obj-$(CONFIG_REED_SOLOMON) += reed_solomon.o