Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
H A DBuild84 perf-util-y += parse-events-flex.o
88 perf-util-y += pmu-flex.o
161 perf-util-y += expr-flex.o
178 perf-util-$(CONFIG_PERF_BPF_SKEL) += bpf-filter-flex.o
275 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u…
277 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \
278 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $<
285 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c
287 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \
288 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $<
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx7d-flex-concentrator-mfg.dts12 #include "imx7d-flex-concentrator.dts"
16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
H A Dimx7d-flex-concentrator.dts18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
H A DMakefile392 imx7d-flex-concentrator.dtb \
393 imx7d-flex-concentrator-mfg.dtb \
/linux/tools/scripts/
H A Dutilities.mak186 # was to check the flex version to see if we can use compiler warnings as
187 # errors for one of the cases flex generates code C compilers complains about.
196 # check the flex version to see if we can use compiler warnings as errors for
197 # one of the cases flex generates code C compilers complains about.
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c24 static bool iavf_is_descriptor_done(u64 qw1, bool flex) in iavf_is_descriptor_done() argument
26 if (flex) in iavf_is_descriptor_done()
1134 bool flex) in iavf_process_skb_fields() argument
1145 if (flex) { in iavf_process_skb_fields()
1366 bool flex) in iavf_extract_rx_fields() argument
1368 if (flex) in iavf_extract_rx_fields()
1388 bool flex = rx_ring->rxdid == VIRTCHNL_RXDID_2_FLEX_SQ_NIC; in iavf_clean_rx_irq() local
1419 if (!iavf_is_descriptor_done(qw1, flex)) in iavf_clean_rx_irq()
1422 fields = iavf_extract_rx_fields(rx_ring, rx_desc, flex); in iavf_clean_rx_irq()
1467 iavf_process_skb_fields(rx_ring, rx_desc, skb, fields.ptype, flex); in iavf_clean_rx_irq()
/linux/tools/perf/
H A D.gitignore31 *-flex.*
H A DMakefile.perf213 FLEX ?= flex
908 $(OUTPUT)%-flex.o: %.c prepare FORCE
1300 $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst440 While the script handles expansion into an existing flex array, it does
441 still flag initial migration to flex arrays from 1-element fake flex
446 - __u32 flex[1]; /* fake flex */
447 + __u32 flex[]; /* real flex */
455 type of '__u32 flex[1]' changed:
/linux/drivers/scsi/aic7xxx/aicasm/
H A DMakefile20 LEX= flex
/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst17 property to group several block groups into a flex group and lay out all
19 group of the flex group.
/linux/scripts/
H A DMakefile.host9 $(call if_changed,flex)
/linux/tools/bpf/
H A DMakefile6 LEX = flex
/linux/Documentation/
H A DChanges39 flex 2.5.35 flex --version
132 during build. This requires flex 2.5.35 or later.
447 - <https://github.com/westes/flex/releases>
/linux/drivers/net/ethernet/intel/idpf/
H A Dvirtchnl2_lan_desc.h363 } flex; member
/linux/scripts/package/
H A DPKGBUILD25 flex
H A Dmkdebian211 Build-Depends-Arch: bc, bison, flex,
H A Dkernel.spec20 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
/linux/fs/nfsd/
H A DKconfig133 draft-ietf-nfsv4-flex-files for more details.
136 to be a flex file server - it is for testing the client,
/linux/tools/build/Documentation/
H A DBuild.txt129 It's possible to include special rule if needed (like we do for flex or bison
/linux/Documentation/bpf/
H A Ds390.rst46 flex \
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h660 bool flex; member
H A Digc_ethtool.c1287 rule->flex = true; in igc_ethtool_init_nfc_rule()
1289 rule->flex = false; in igc_ethtool_init_nfc_rule()
/linux/arch/arm64/boot/dts/qcom/
H A Dsc8180x-lenovo-flex-5g.dts19 compatible = "lenovo,flex-5g", "qcom,sc8180x";
/linux/
H A DMakefile537 LEX = flex
1084 KBUILD_CFLAGS += $(call cc-option, -fstrict-flex-arrays=3)

12