| /linux/tools/perf/util/ |
| H A D | Build | 84 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 D | imx7d-flex-concentrator-mfg.dts | 12 #include "imx7d-flex-concentrator.dts" 16 compatible = "kam,imx7d-flex-concentrator-mfg", "fsl,imx7d";
|
| H A D | imx7d-flex-concentrator.dts | 18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d";
|
| H A D | Makefile | 392 imx7d-flex-concentrator.dtb \ 393 imx7d-flex-concentrator-mfg.dtb \
|
| /linux/tools/scripts/ |
| H A D | utilities.mak | 186 # 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 D | iavf_txrx.c | 24 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 | .gitignore | 31 *-flex.*
|
| H A D | Makefile.perf | 213 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 D | checkuapi.rst | 440 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 D | Makefile | 20 LEX= flex
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 17 property to group several block groups into a flex group and lay out all 19 group of the flex group.
|
| /linux/scripts/ |
| H A D | Makefile.host | 9 $(call if_changed,flex)
|
| /linux/tools/bpf/ |
| H A D | Makefile | 6 LEX = flex
|
| /linux/Documentation/ |
| H A D | Changes | 39 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 D | virtchnl2_lan_desc.h | 363 } flex; member
|
| /linux/scripts/package/ |
| H A D | PKGBUILD | 25 flex
|
| H A D | mkdebian | 211 Build-Depends-Arch: bc, bison, flex,
|
| H A D | kernel.spec | 20 BuildRequires: (elfutils-libelf-devel or libelf-devel) flex
|
| /linux/fs/nfsd/ |
| H A D | Kconfig | 133 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 D | Build.txt | 129 It's possible to include special rule if needed (like we do for flex or bison
|
| /linux/Documentation/bpf/ |
| H A D | s390.rst | 46 flex \
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc.h | 660 bool flex; member
|
| H A D | igc_ethtool.c | 1287 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 D | sc8180x-lenovo-flex-5g.dts | 19 compatible = "lenovo,flex-5g", "qcom,sc8180x";
|
| /linux/ |
| H A D | Makefile | 537 LEX = flex 1084 KBUILD_CFLAGS += $(call cc-option, -fstrict-flex-arrays=3)
|