Home
last modified time | relevance | path

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

/lib/
DMakefile14 KCOV_INSTRUMENT_string.o := n
15 KCOV_INSTRUMENT_rbtree.o := n
16 KCOV_INSTRUMENT_list_debug.o := n
17 KCOV_INSTRUMENT_debugobjects.o := n
18 KCOV_INSTRUMENT_dynamic_debug.o := n
22 KASAN_SANITIZE_string.o := n
24 CFLAGS_string.o := $(call cc-option, -fno-stack-protector)
27 lib-y := ctype.o string.o vsprintf.o cmdline.o \
28 rbtree.o radix-tree.o timerqueue.o xarray.o \
29 idr.o extable.o \
[all …]
Dtextsearch.c115 struct ts_ops *o; in lookup_ts_algo() local
118 list_for_each_entry_rcu(o, &ts_ops, list) { in lookup_ts_algo()
119 if (!strcmp(name, o->name)) { in lookup_ts_algo()
120 if (!try_module_get(o->owner)) in lookup_ts_algo()
121 o = NULL; in lookup_ts_algo()
123 return o; in lookup_ts_algo()
146 struct ts_ops *o; in textsearch_register() local
153 list_for_each_entry(o, &ts_ops, list) { in textsearch_register()
154 if (!strcmp(ops->name, o->name)) in textsearch_register()
181 struct ts_ops *o; in textsearch_unregister() local
[all …]
Dlocking-selftest.c54 static struct ww_mutex o, o2, o3; variable
1118 I_WW(t); I_WW(t2); I_WW(o.base); I_WW(o2.base); I_WW(o3.base);
1123 ww_mutex_init(&o, &ww_lockdep); ww_mutex_init(&o2, &ww_lockdep); ww_mutex_init(&o3, &ww_lockdep);
1315 ret = WWL(&o, &t); in ww_test_fail_acquire()
1317 if (WARN_ON(!o.ctx) || in ww_test_fail_acquire()
1322 ret = WWL(&o, &t); in ww_test_fail_acquire()
1325 ret = WWT(&o); in ww_test_fail_acquire()
1330 ret = WWL(&o, &t2); in ww_test_fail_acquire()
1332 WWU(&o); in ww_test_fail_acquire()
1334 if (WWT(&o)) in ww_test_fail_acquire()
[all …]
Ddebugobjects.c623 struct debug_obj o = { .object = addr, in debug_object_activate() local
680 debug_print_object(&o, "activate"); in debug_object_activate()
730 struct debug_obj o = { .object = addr, in debug_object_deactivate() local
734 debug_print_object(&o, "deactivate"); in debug_object_deactivate()
852 struct debug_obj o = { .object = addr, in debug_object_assert_init() local
866 debug_print_object(&o, "assert_init"); in debug_object_assert_init()
918 struct debug_obj o = { .object = addr, in debug_object_active_state() local
922 debug_print_object(&o, "active_state"); in debug_object_active_state()
Datomic64.c148 s64 atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n) in atomic64_cmpxchg() argument
156 if (val == o) in atomic64_cmpxchg()
/lib/raid6/
DMakefile2 obj-$(CONFIG_RAID6_PQ) += raid6_pq.o
4 raid6_pq-y += algos.o recov.o tables.o int1.o int2.o int4.o \
5 int8.o int16.o int32.o
7 raid6_pq-$(CONFIG_X86) += recov_ssse3.o recov_avx2.o mmx.o sse1.o sse2.o avx2.o avx512.o recov_avx5…
8 raid6_pq-$(CONFIG_ALTIVEC) += altivec1.o altivec2.o altivec4.o altivec8.o \
9 vpermxor1.o vpermxor2.o vpermxor4.o vpermxor8.o
10 raid6_pq-$(CONFIG_KERNEL_MODE_NEON) += neon.o neon1.o neon2.o neon4.o neon8.o recov_neon.o recov_ne…
11 raid6_pq-$(CONFIG_S390) += s390vx8.o recov_s390xc.o
22 CFLAGS_REMOVE_altivec1.o += -msoft-float
23 CFLAGS_REMOVE_altivec2.o += -msoft-float
[all …]
/lib/mpi/
DMakefile6 obj-$(CONFIG_MPILIB) = mpi.o
9 generic_mpih-lshift.o \
10 generic_mpih-mul1.o \
11 generic_mpih-mul2.o \
12 generic_mpih-mul3.o \
13 generic_mpih-rshift.o \
14 generic_mpih-sub1.o \
15 generic_mpih-add1.o \
16 mpicoder.o \
17 mpi-bit.o \
[all …]
/lib/zstd/
DMakefile2 obj-$(CONFIG_ZSTD_COMPRESS) += zstd_compress.o
3 obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd_decompress.o
7 zstd_compress-y := fse_compress.o huf_compress.o compress.o \
8 entropy_common.o fse_decompress.o zstd_common.o
9 zstd_decompress-y := huf_decompress.o decompress.o \
10 entropy_common.o fse_decompress.o zstd_common.o
/lib/raid6/test/
DMakefile14 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o
36 OBJS += mmx.o sse1.o sse2.o avx2.o recov_ssse3.o recov_avx2.o avx512.o recov_avx512.o
39 rm ./-.o && echo -DCONFIG_AS_SSSE3=1)
42 rm ./-.o && echo -DCONFIG_AS_AVX2=1)
45 rm ./-.o && echo -DCONFIG_AS_AVX512=1)
47 OBJS += neon.o neon1.o neon2.o neon4.o neon8.o recov_neon.o recov_neon_inner.o
51 gcc -c -x c - >/dev/null && rm ./-.o && echo yes)
55 OBJS += altivec1.o altivec2.o altivec4.o altivec8.o \
56 vpermxor1.o vpermxor2.o vpermxor4.o vpermxor8.o
60 .c.o:
[all …]
/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/livepatch/
DMakefile5 obj-$(CONFIG_TEST_LIVEPATCH) += test_klp_atomic_replace.o \
6 test_klp_callbacks_demo.o \
7 test_klp_callbacks_demo2.o \
8 test_klp_callbacks_busy.o \
9 test_klp_callbacks_mod.o \
10 test_klp_livepatch.o \
11 test_klp_shadow_vars.o
14 CFLAGS_test_klp_callbacks_busy.o += $(CC_FLAGS_FTRACE)
15 CFLAGS_test_klp_callbacks_mod.o += $(CC_FLAGS_FTRACE)
/lib/math/
DMakefile2 obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o
4 obj-$(CONFIG_CORDIC) += cordic.o
5 obj-$(CONFIG_PRIME_NUMBERS) += prime_numbers.o
6 obj-$(CONFIG_RATIONAL) += rational.o
/lib/crypto/
DMakefile3 obj-$(CONFIG_CRYPTO_LIB_AES) += libaes.o
4 libaes-y := aes.o
6 obj-$(CONFIG_CRYPTO_LIB_ARC4) += libarc4.o
7 libarc4-y := arc4.o
9 obj-$(CONFIG_CRYPTO_LIB_DES) += libdes.o
10 libdes-y := des.o
12 obj-$(CONFIG_CRYPTO_LIB_SHA256) += libsha256.o
13 libsha256-y := sha256.o
/lib/zlib_inflate/
DMakefile17 obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate.o
19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
20 inftrees.o inflate_syms.o
/lib/xz/
DMakefile2 obj-$(CONFIG_XZ_DEC) += xz_dec.o
3 xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o
4 xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o
6 obj-$(CONFIG_XZ_DEC_TEST) += xz_dec_test.o
/lib/dim/
DMakefile5 obj-$(CONFIG_DIMLIB) += dim.o
7 dim-y := dim.o net_dim.o rdma_dim.o
/lib/zlib_deflate/
DMakefile10 obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
12 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
/lib/lzo/
DMakefile2 lzo_compress-objs := lzo1x_compress.o
3 lzo_decompress-objs := lzo1x_decompress_safe.o
5 obj-$(CONFIG_LZO_COMPRESS) += lzo_compress.o
6 obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
/lib/lz4/
DMakefile4 obj-$(CONFIG_LZ4_COMPRESS) += lz4_compress.o
5 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4hc_compress.o
6 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4_decompress.o
/lib/reed_solomon/
DMakefile6 obj-$(CONFIG_REED_SOLOMON) += reed_solomon.o
7 obj-$(CONFIG_REED_SOLOMON_TEST) += test_rslib.o
/lib/842/
DMakefile2 obj-$(CONFIG_842_COMPRESS) += 842_compress.o
3 obj-$(CONFIG_842_DECOMPRESS) += 842_decompress.o
D842_compress.c109 #define get_input_data(p, o, b) \ argument
110 be##b##_to_cpu(get_unaligned((__be##b *)((p)->in + (o))))
170 u64 o; in add_bits() local
191 o = *out & bmask[b]; in add_bits()
195 *out = o | d; in add_bits()
197 put_unaligned(cpu_to_be16(o << 8 | d), (__be16 *)out); in add_bits()
199 put_unaligned(cpu_to_be32(o << 24 | d << 8), (__be32 *)out); in add_bits()
201 put_unaligned(cpu_to_be32(o << 24 | d), (__be32 *)out); in add_bits()
203 put_unaligned(cpu_to_be64(o << 56 | d << 24), (__be64 *)out); in add_bits()
205 put_unaligned(cpu_to_be64(o << 56 | d << 16), (__be64 *)out); in add_bits()
[all …]
D842_decompress.c226 static int do_op(struct sw842_param *p, u8 o) in do_op() argument
230 if (o >= OPS_MAX) in do_op()
234 u8 op = decomp_ops[o][i]; in do_op()
257 atomic_inc(&template_count[o]); in do_op()