Home
last modified time | relevance | path

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

12

/Linux-v5.15/tools/perf/util/
DBuild70 perf-y += parse-events-flex.o
73 perf-y += pmu-flex.o
135 perf-y += expr-flex.o
215 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u…
217 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
218 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $<
225 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c
227 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \
228 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $<
235 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c
[all …]
/Linux-v5.15/arch/arm/boot/dts/
Dimx7d-flex-concentrator-mfg.dts12 #include "imx7d-flex-concentrator.dts"
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
Dimx7d-flex-concentrator.dts18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
DMakefile688 imx7d-flex-concentrator.dtb \
689 imx7d-flex-concentrator-mfg.dtb \
/Linux-v5.15/Documentation/filesystems/ext4/
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``.
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.
Difork.rst50 ``ee_len = 1000``. If flex\_bg is enabled, it is possible to allocate
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_perf.c2139 struct flex { struct
2148 const struct flex *flex, unsigned int count) in gen8_store_flex() argument
2160 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex()
2162 *cs++ = flex->value; in gen8_store_flex()
2163 } while (flex++, --count); in gen8_store_flex()
2173 const struct flex *flex, unsigned int count) in gen8_load_flex() argument
2185 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex()
2186 *cs++ = flex->value; in gen8_load_flex()
2187 } while (flex++, --count); in gen8_load_flex()
2196 const struct flex *flex, unsigned int count) in gen8_modify_context() argument
[all …]
/Linux-v5.15/tools/perf/
D.gitignore30 *-flex.*
DMakefile.perf195 FLEX ?= flex
764 $(OUTPUT)%-flex.o: %.c prepare FORCE
1088 …pe* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
/Linux-v5.15/tools/lib/bpf/
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-v5.15/drivers/scsi/aic7xxx/aicasm/
DMakefile20 LEX= flex
/Linux-v5.15/Documentation/process/
Dchanges.rst36 flex 2.5.35 flex --version
102 during build. This requires flex 2.5.35 or later.
361 - <https://github.com/westes/flex/releases>
/Linux-v5.15/Documentation/translations/it_IT/process/
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-v5.15/Documentation/
DChanges36 flex 2.5.35 flex --version
102 during build. This requires flex 2.5.35 or later.
361 - <https://github.com/westes/flex/releases>
/Linux-v5.15/scripts/
DMakefile.host9 $(call if_changed,flex)
/Linux-v5.15/fs/nfsd/
DKconfig131 draft-ietf-nfsv4-flex-files for more details.
134 to be a flex file server - it is for testing the client,
/Linux-v5.15/tools/bpf/
DMakefile6 LEX = flex
/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_main.c3217 static void igc_flex_filter_add_field(struct igc_flex_filter *flex, in igc_flex_filter_add_field() argument
3224 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field()
3233 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3238 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3284 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local
3303 flex.index = index; in igc_add_flex_filter()
3304 flex.length = 32; in igc_add_flex_filter()
3305 flex.rx_queue = rule->action; in igc_add_flex_filter()
3313 igc_flex_filter_add_field(&flex, &filter->dst_addr, 0, in igc_add_flex_filter()
3318 igc_flex_filter_add_field(&flex, &filter->src_addr, 6, in igc_add_flex_filter()
[all …]
Digc.h522 bool flex; member
Digc_ethtool.c1249 rule->flex = true; in igc_ethtool_init_nfc_rule()
1251 rule->flex = false; in igc_ethtool_init_nfc_rule()
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_ethtool.c944 struct iavf_flex_word *flex; in iavf_parse_rx_flow_user_data() local
968 flex = &fltr->flex_words[cnt++]; in iavf_parse_rx_flow_user_data()
969 flex->word = value & IAVF_USERDEF_FLEX_WORD_M; in iavf_parse_rx_flow_user_data()
970 flex->offset = (value & IAVF_USERDEF_FLEX_OFFS_M) >> in iavf_parse_rx_flow_user_data()
972 if (flex->offset > IAVF_USERDEF_FLEX_MAX_OFFS_VAL) in iavf_parse_rx_flow_user_data()
/Linux-v5.15/tools/build/Documentation/
DBuild.txt129 It's possible to include special rule if needed (like we do for flex or bison
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_lan_tx_rx.h263 } flex; member
299 } flex; member
/Linux-v5.15/Documentation/bpf/
Ds390.rst46 flex \

12