Home
last modified time | relevance | path

Searched full:suffix (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/linux/arch/mips/cavium-octeon/executive/
H A Docteon-model.c65 const char *suffix; in octeon_model_get_string_buffer() local
93 /* Make a guess at the suffix */ in octeon_model_get_string_buffer()
100 suffix = "CP"; in octeon_model_get_string_buffer()
102 suffix = "SCP"; in octeon_model_get_string_buffer()
104 suffix = "EXP"; in octeon_model_get_string_buffer()
106 suffix = "NSP"; in octeon_model_get_string_buffer()
269 if ((num_cores == 4) && l2d_fus3 && !strncmp(suffix, "CP", 2)) in octeon_model_get_string_buffer()
297 suffix = "SP"; in octeon_model_get_string_buffer()
299 suffix = "SSP"; in octeon_model_get_string_buffer()
302 suffix = "CP"; in octeon_model_get_string_buffer()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dwith_tunnels.sh
/linux/drivers/md/dm-vdo/
H A Dmessage-stats.c15 static void write_u64(char *prefix, u64 value, char *suffix, char **buf, in write_u64() argument
21 value, suffix == NULL ? "" : suffix); in write_u64()
26 static void write_u32(char *prefix, u32 value, char *suffix, char **buf, in write_u32() argument
32 value, suffix == NULL ? "" : suffix); in write_u32()
37 static void write_block_count_t(char *prefix, block_count_t value, char *suffix, in write_block_count_t() argument
43 value, suffix == NULL ? "" : suffix); in write_block_count_t()
48 static void write_string(char *prefix, char *value, char *suffix, char **buf, in write_string() argument
54 value, suffix == NULL ? "" : suffix); in write_string()
59 static void write_bool(char *prefix, bool value, char *suffix, char **buf, in write_bool() argument
65 value, suffix == NULL ? "" : suffix); in write_bool()
[all …]
/linux/drivers/hid/
H A Dhid-retrode.c23 const char *suffix; in retrode_input_configured() local
29 suffix = "SNES Mouse"; in retrode_input_configured()
33 suffix = "SNES / N64"; in retrode_input_configured()
38 suffix = "Mega Drive"; in retrode_input_configured()
43 suffix = "Unknown"; in retrode_input_configured()
49 suffix, number); in retrode_input_configured()
52 "%s %s", CONTROLLER_NAME_BASE, suffix); in retrode_input_configured()
H A Dhid-uclogic-core.c130 const char *suffix = NULL; in uclogic_input_configured() local
152 /* Assign custom suffix, if any */ in uclogic_input_configured()
153 suffix = frame->suffix; in uclogic_input_configured()
163 if (!suffix) { in uclogic_input_configured()
168 suffix = "Keyboard"; in uclogic_input_configured()
171 suffix = "Mouse"; in uclogic_input_configured()
174 suffix = "Pad"; in uclogic_input_configured()
178 suffix = "Pen"; in uclogic_input_configured()
181 suffix = "Consumer Control"; in uclogic_input_configured()
184 suffix = "System Control"; in uclogic_input_configured()
[all …]
/linux/tools/rcu/
H A Dextract-stall.sh29 suffix <= 0 {
35 suffix > 0 {
37 suffix--;
38 if (suffix <= 0)
42 suffix <= 0 && /detected stall/ {
46 suffix = trailing_lines;
/linux/tools/testing/selftests/bpf/prog_tests/
H A Drbtree.c163 #define BTF_FAIL_TEST(suffix) \
164 void test_rbtree_btf_fail__##suffix(void) \
166 struct rbtree_btf_fail__##suffix *skel; \
168 skel = rbtree_btf_fail__##suffix##__open_and_load(); \
170 "rbtree_btf_fail__" #suffix "__open_and_load unexpected success")) \
171 rbtree_btf_fail__##suffix##__destroy(skel); \
174 #define RUN_BTF_FAIL_TEST(suffix) \
175 if (test__start_subtest("rbtree_btf_fail__" #suffix)) \
176 test_rbtree_btf_fail__##suffix();
162 BTF_FAIL_TEST(suffix) global() argument
173 RUN_BTF_FAIL_TEST(suffix) global() argument
/linux/kernel/
H A Dcrash_reserve.c187 * That function parses "suffix" crashkernel command lines like
195 const char *suffix) in parse_crashkernel_suffix() argument
205 /* check with suffix */ in parse_crashkernel_suffix()
206 if (strncmp(cur, suffix, strlen(suffix))) { in parse_crashkernel_suffix()
210 cur += strlen(suffix); in parse_crashkernel_suffix()
221 const char *suffix) in get_last_crashkernel() argument
234 if (!suffix) { in get_last_crashkernel()
237 /* skip the one with any known suffix */ in get_last_crashkernel()
246 q = end_p - strlen(suffix); in get_last_crashkernel()
247 if (!strncmp(q, suffix, strlen(suffix))) in get_last_crashkernel()
[all …]
/linux/arch/parisc/boot/compressed/
H A DMakefile50 suffix-$(CONFIG_KERNEL_GZIP) := gz
51 suffix-$(CONFIG_KERNEL_BZIP2) := bz2
52 suffix-$(CONFIG_KERNEL_LZ4) := lz4
53 suffix-$(CONFIG_KERNEL_LZMA) := lzma
54 suffix-$(CONFIG_KERNEL_LZO) := lzo
55 suffix-$(CONFIG_KERNEL_XZ) := xz
71 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
/linux/arch/arm/kernel/
H A Dentry-ftrace.S36 .macro __mcount suffix argument
46 bne ftrace_graph_caller\suffix
51 bne ftrace_graph_caller\suffix
139 .macro __ftrace_caller suffix argument
151 .globl ftrace_call\suffix
152 ftrace_call\suffix:
156 .globl ftrace_graph_call\suffix
157 ftrace_graph_call\suffix:
/linux/arch/powerpc/include/asm/
H A Datomic.h49 #define ATOMIC_OP(op, asm_op, suffix, sign, ...) \ argument
56 #asm_op "%I2" suffix " %0,%0,%2\n" \
64 #define ATOMIC_OP_RETURN_RELAXED(op, asm_op, suffix, sign, ...) \ argument
71 #asm_op "%I2" suffix " %0,%0,%2\n" \
81 #define ATOMIC_FETCH_OP_RELAXED(op, asm_op, suffix, sign, ...) \ argument
88 #asm_op "%I3" suffix " %1,%0,%3\n" \
98 #define ATOMIC_OPS(op, asm_op, suffix, sign, ...) \ argument
99 ATOMIC_OP(op, asm_op, suffix, sign, ##__VA_ARGS__) \
100 ATOMIC_OP_RETURN_RELAXED(op, asm_op, suffix, sign, ##__VA_ARGS__)\
101 ATOMIC_FETCH_OP_RELAXED(op, asm_op, suffix, sign, ##__VA_ARGS__)
[all …]
H A Dinst.h62 #define ppc_inst_prefix(x, y) ((ppc_inst_t){ .val = (x), .suffix = (y) })
66 return x.suffix; in ppc_inst_suffix()
144 unsigned int val, suffix; in __copy_inst_from_kernel_nofault() local
148 val = suffix = 0; in __copy_inst_from_kernel_nofault()
152 __get_kernel_nofault(&suffix, src + 1, u32, Efault); in __copy_inst_from_kernel_nofault()
153 *inst = ppc_inst_prefix(val, suffix); in __copy_inst_from_kernel_nofault()
/linux/arch/s390/boot/
H A DMakefile104 suffix-$(CONFIG_KERNEL_GZIP) := .gz
105 suffix-$(CONFIG_KERNEL_BZIP2) := .bz2
106 suffix-$(CONFIG_KERNEL_LZ4) := .lz4
107 suffix-$(CONFIG_KERNEL_LZMA) := .lzma
108 suffix-$(CONFIG_KERNEL_LZO) := .lzo
109 suffix-$(CONFIG_KERNEL_XZ) := .xz
110 suffix-$(CONFIG_KERNEL_ZSTD) := .zst
128 $(obj)/piggy.o: $(obj)/vmlinux.bin$(suffix-y) FORCE
/linux/tools/iio/
H A Diio_utils.h53 static inline int iioutils_check_suffix(const char *str, const char *suffix) in iioutils_check_suffix() argument
55 return strlen(str) >= strlen(suffix) && in iioutils_check_suffix()
56 strncmp(str+strlen(str)-strlen(suffix), in iioutils_check_suffix()
57 suffix, strlen(suffix)) == 0; in iioutils_check_suffix()
/linux/scripts/atomic/
H A Dgen-atomic-fallback.sh228 local suffix="$1"; shift;
231 #define raw_${prefix}try_${cmpxchg}${suffix}(_ptr, _oldp, _new) \\
234 ___r = raw_${prefix}${cmpxchg}${suffix}((_ptr), ___o, (_new)); \\
280 local suffix="$1"; shift
282 printf "#define raw_${prefix}${cmpxchg}${suffix} arch_${prefix}${cmpxchg}${suffix}\n\n"
283 printf "#ifdef arch_${prefix}try_${cmpxchg}${suffix}\n"
284 printf "#define raw_${prefix}try_${cmpxchg}${suffix} arch_${prefix}try_${cmpxchg}${suffix}\n"
286 gen_try_cmpxchg_fallback "${prefix}" "${cmpxchg}" "${suffix}"
/linux/arch/x86/boot/compressed/
H A DMakefile149 suffix-$(CONFIG_KERNEL_GZIP) := gz
150 suffix-$(CONFIG_KERNEL_BZIP2) := bz2
151 suffix-$(CONFIG_KERNEL_LZMA) := lzma
152 suffix-$(CONFIG_KERNEL_XZ) := xz
153 suffix-$(CONFIG_KERNEL_LZO) := lzo
154 suffix-$(CONFIG_KERNEL_LZ4) := lz4
155 suffix-$(CONFIG_KERNEL_ZSTD) := zst
161 $(obj)/piggy.S: $(obj)/vmlinux.bin.$(suffix-y) $(obj)/mkpiggy FORCE
/linux/kernel/irq/
H A Dtimings.c65 * suffix array, log interval and exponential moving average
67 * 1. Suffix array
69 * Suffix array is an array of all the suffixes of a string. It is
74 * Usually, the suffix array is sorted but for our purpose it is
79 * The suffix array will build a suite of intervals of different
132 * Compute the suffix array of the indexes
134 * For each suffix:
135 * If the suffix is reverse-found 3 times
136 * Return suffix
140 * However we can not have endless suffix array to be build, it won't
[all …]
/linux/arch/loongarch/include/asm/
H A Datomic.h47 #define ATOMIC_OP_RETURN(op, I, asm_op, c_op, mb, suffix) \ argument
48 static inline int arch_atomic_##op##_return##suffix(int i, atomic_t *v) \
61 #define ATOMIC_FETCH_OP(op, I, asm_op, mb, suffix) \ argument
62 static inline int arch_atomic_fetch_##op##suffix(int i, atomic_t *v) \
207 #define ATOMIC64_OP_RETURN(op, I, asm_op, c_op, mb, suffix) \ argument
208 static inline long arch_atomic64_##op##_return##suffix(long i, atomic64_t *v) \
220 #define ATOMIC64_FETCH_OP(op, I, asm_op, mb, suffix) \ argument
221 static inline long arch_atomic64_fetch_##op##suffix(long i, atomic64_t *v) \
/linux/include/linux/
H A Datomic.h15 * - Fully ordered: The default implementation, no suffix required.
16 * - Acquire: Provides ACQUIRE semantics, _acquire suffix.
17 * - Release: Provides RELEASE semantics, _release suffix.
18 * - Relaxed: No ordering guarantees, _relaxed suffix.
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py118 def get_limit_str(self, limit, default=None, suffix=''): argument
123 return str(value) + suffix
1716 def write_func_prot(self, qual_ret, name, args=None, doc=None, suffix=''): argument
1728 oneline += f"{name}({', '.join(args)}){suffix}"
1756 self.p(v + ')' + suffix)
1880 suffix = f"_{ri.type_name}"
1885 suffix += f"{direction_to_suffix[direction]}"
1888 suffix += '_req'
1890 suffix += '_dump'
1894 suffix += f"{direction_to_suffix[direction]}"
[all …]
/linux/scripts/
H A DMakefile.package29 cmd_archive = git -C $(srctree) $(git-config-tar$(suffix $@)) archive \
32 suffix-gzip := .gz
33 suffix-bzip2 := .bz2
34 suffix-lzma := .lzma
35 suffix-xz := .xz
95 debian-orig-suffix := \
97 $(suffix-$(KDEB_SOURCE_COMPRESS)),.unsupported-deb-src-compress))
108 debian-orig: private orig-name = $(source)_$(version).orig.tar$(debian-orig-suffix)
110 debian-orig: linux.tar$(debian-orig-suffix) debian
174 … cmd_tar = cd $<; tar cf ../$@ $(compress-tar$(suffix $@)) --owner=root --group=root --sort=name *
H A DMakefile.modinst55 suffix-y :=
57 suffix-$(CONFIG_MODULE_COMPRESS_GZIP) := .gz
58 suffix-$(CONFIG_MODULE_COMPRESS_XZ) := .xz
59 suffix-$(CONFIG_MODULE_COMPRESS_ZSTD) := .zst
62 modules := $(patsubst %.o, $(dst)/%.ko$(suffix-y), $(modules))
/linux/fs/afs/
H A Dsuper.c227 const char *cellname, *suffix, *name = param->string; in afs_parse_source() local
269 /* the volume type is further affected by a possible suffix */ in afs_parse_source()
270 suffix = strrchr(ctx->volname, '.'); in afs_parse_source()
271 if (suffix) { in afs_parse_source()
272 if (strcmp(suffix, ".readonly") == 0) { in afs_parse_source()
275 } else if (strcmp(suffix, ".backup") == 0) { in afs_parse_source()
278 } else if (suffix[1] == 0) { in afs_parse_source()
280 suffix = NULL; in afs_parse_source()
284 ctx->volnamesz = suffix ? in afs_parse_source()
285 suffix - ctx->volname : strlen(ctx->volname); in afs_parse_source()
[all …]
/linux/tools/include/linux/
H A Dcompiler.h14 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
16 extern void prefix ## suffix(void) __compiletime_error(msg); \
18 prefix ## suffix(); \
21 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
24 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
25 __compiletime_assert(condition, msg, prefix, suffix)
/linux/drivers/net/phy/
H A Dphy_led_triggers.c63 size_t size, const char *suffix) in phy_led_trigger_format_name() argument
66 phy->mdio.bus->id, phy->mdio.addr, suffix); in phy_led_trigger_format_name()
72 const char *suffix) in phy_led_trigger_register() argument
75 phy_led_trigger_format_name(phy, plt->name, sizeof(plt->name), suffix); in phy_led_trigger_register()

12345678910>>...13