Home
last modified time | relevance | path

Searched refs:flex (Results 1 – 25 of 30) sorted by relevance

12

/linux/tools/perf/util/
A DBuild70 perf-y += parse-events-flex.o
73 perf-y += pmu-flex.o
135 perf-y += expr-flex.o
219 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
227 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c
229 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \
237 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c
239 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/pmu-flex.c \
257 CFLAGS_parse-events-flex.o += $(flex_flags)
258 CFLAGS_pmu-flex.o += $(flex_flags)
[all …]
/linux/Documentation/filesystems/ext4/
A Dblockgroup.rst59 groups (flex\_bg). Leftover space is used for file data blocks, indirect
66 (flex\_bg). In a flex\_bg, several block groups are tied together as one
68 first block group of the flex\_bg are expanded to include the bitmaps
69 and inode tables of all other block groups in the flex\_bg. For example,
70 if the flex\_bg size is 4, then group 0 will contain (in order) the
77 if flex\_bg is enabled. The number of block groups that make up a
78 flex\_bg is given by 2 ^ ``sb.s_log_groups_per_flex``.
A Dgroup_descr.rst16 and the group descriptor table. The flex\_bg mechanism uses this
17 property to group several block groups into a flex group and lay out all
19 group of the flex group.
27 flex\_bg and meta\_bg do not appear to be mutually exclusive features.
A Difork.rst50 ``ee_len = 1000``. If flex\_bg is enabled, it is possible to allocate
/linux/arch/arm/boot/dts/
A Dimx7d-flex-concentrator-mfg.dts12 #include "imx7d-flex-concentrator.dts"
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
A Dimx7d-flex-concentrator.dts18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
/linux/drivers/gpu/drm/i915/
A Di915_perf.c2139 struct flex { struct
2148 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2162 *cs++ = flex->value; in gen8_store_flex()
2173 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2186 *cs++ = flex->value; in gen8_load_flex()
2196 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
2216 const struct flex *flex, unsigned int count, in gen8_modify_self() argument
2244 struct flex *flex, unsigned int count) in gen8_configure_context() argument
2347 struct flex *regs, in oa_configure_all_contexts()
2419 struct flex regs[] = { in gen12_configure_all_contexts()
[all …]
/linux/scripts/kconfig/
A D.lexer.lex.c.cmd1 cmd_scripts/kconfig/lexer.lex.c := flex -oscripts/kconfig/lexer.lex.c -L scripts/kconfig/lexer.l
/linux/scripts/dtc/
A D.dtc-lexer.lex.c.cmd1 cmd_scripts/dtc/dtc-lexer.lex.c := flex -oscripts/dtc/dtc-lexer.lex.c -L scripts/dtc/dtc-lexer.l
/linux/tools/lib/bpf/
A Drelo_core.c256 bool flex; in bpf_core_parse_spec() local
262 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec()
263 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec()
523 bool flex; in bpf_core_spec_match() local
529 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match()
530 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
/linux/tools/perf/
A D.gitignore30 *-flex.*
A DMakefile.perf197 FLEX ?= flex
771 $(OUTPUT)%-flex.o: %.c prepare FORCE
1096 …pe* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
/linux/drivers/scsi/aic7xxx/aicasm/
A DMakefile20 LEX= flex
/linux/Documentation/process/
A Dchanges.rst36 flex 2.5.35 flex --version
103 during build. This requires flex 2.5.35 or later.
372 - <https://github.com/westes/flex/releases>
/linux/Documentation/translations/it_IT/process/
A Dchanges.rst39 flex 2.5.35 flex --version
106 un analizzatore lessicale. Questo richiede flex 2.5.35 o successivo.
369 - <https://github.com/westes/flex/releases>
/linux/Documentation/
A DChanges36 flex 2.5.35 flex --version
103 during build. This requires flex 2.5.35 or later.
372 - <https://github.com/westes/flex/releases>
/linux/fs/nfsd/
A DKconfig130 draft-ietf-nfsv4-flex-files for more details.
133 to be a flex file server - it is for testing the client,
/linux/scripts/
A DMakefile.host9 $(call if_changed,flex)
/linux/drivers/net/ethernet/intel/igc/
A Digc_main.c3225 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field()
3234 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3239 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3285 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local
3304 flex.index = index; in igc_add_flex_filter()
3305 flex.length = 32; in igc_add_flex_filter()
3306 flex.rx_queue = rule->action; in igc_add_flex_filter()
3337 igc_flex_filter_add_field(&flex, &etype, eth_offset, in igc_add_flex_filter()
3349 ret = igc_write_flex_filter_ll(adapter, &flex); in igc_add_flex_filter()
3394 if (rule->flex) { in igc_enable_nfc_rule()
[all …]
A Digc.h522 bool flex; member
/linux/tools/bpf/
A DMakefile6 LEX = flex
/linux/drivers/net/ethernet/intel/ice/
A Dice_lan_tx_rx.h263 } flex; member
299 } flex; member
339 } flex; member
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_ethtool.c990 struct iavf_flex_word *flex; in iavf_parse_rx_flow_user_data() local
1014 flex = &fltr->flex_words[cnt++]; in iavf_parse_rx_flow_user_data()
1015 flex->word = value & IAVF_USERDEF_FLEX_WORD_M; in iavf_parse_rx_flow_user_data()
1016 flex->offset = (value & IAVF_USERDEF_FLEX_OFFS_M) >> in iavf_parse_rx_flow_user_data()
1018 if (flex->offset > IAVF_USERDEF_FLEX_MAX_OFFS_VAL) in iavf_parse_rx_flow_user_data()
/linux/tools/build/Documentation/
A DBuild.txt129 It's possible to include special rule if needed (like we do for flex or bison
/linux/Documentation/bpf/
A Ds390.rst46 flex \

Completed in 51 milliseconds

12