Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
H A DBuild87 perf-util-y += parse-events-flex.o
91 perf-util-y += pmu-flex.o
164 perf-util-y += expr-flex.o
180 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)util/parse-events-bison.c
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
[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";
/linux/tools/build/
H A DMakefile.build130 $(OUTPUT)%-flex.o: $(OUTPUT)%-flex.c FORCE
/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()
H A Diavf_ethtool.c854 struct iavf_flex_word *flex; in iavf_parse_rx_flow_user_data() local
878 flex = &fltr->flex_words[cnt++]; in iavf_parse_rx_flow_user_data()
879 flex->word = value & IAVF_USERDEF_FLEX_WORD_M; in iavf_parse_rx_flow_user_data()
880 flex->offset = FIELD_GET(IAVF_USERDEF_FLEX_OFFS_M, value); in iavf_parse_rx_flow_user_data()
881 if (flex->offset > IAVF_USERDEF_FLEX_MAX_OFFS_VAL) in iavf_parse_rx_flow_user_data()
/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/tools/perf/
H A D.gitignore31 *-flex.*
/linux/Documentation/translations/pt_BR/process/
H A Ddeprecated.rst93 refatore o uso dessa matriz e mude para um `membro de matriz flexível
252 kernel deve sempre usar `"membros de matriz flexível"
282 O padrão C99 introduziu os "membros de matriz flexível", nos quais a declaração
292 flexível não for o último elemento da estrutura, o que ajuda a evitar que bugs
321 Em vez disso, `membros de matriz flexível têm tipo incompleto e, portanto, o
351 flexível`, em conjunto com os auxiliares struct_size() e flex_array_size()::
368 quando a matriz flexível está sozinha em uma estrutura ou faz parte de uma
400 alocações de objetos únicos, de matrizes ou de objetos flexíveis. Por exemplo,
/linux/tools/lib/bpf/
H A Drelo_core.c368 bool flex; in bpf_core_parse_spec() local
374 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec()
375 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec()
644 bool flex; in bpf_core_spec_match() local
650 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match()
651 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
/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/Documentation/process/
H A Dchanges.rst41 flex 2.5.35 flex --version
134 during build. This requires flex 2.5.35 or later.
449 - <https://github.com/westes/flex/releases>
/linux/tools/bpf/
H A DMakefile6 LEX = flex
/linux/Documentation/
H A DChanges41 flex 2.5.35 flex --version
134 during build. This requires flex 2.5.35 or later.
449 - <https://github.com/westes/flex/releases>
/linux/Documentation/translations/it_IT/process/
H A Dchanges.rst45 flex 2.5.35 flex --version
137 un analizzatore lessicale. Questo richiede flex 2.5.35 o successivo.
459 - <https://github.com/westes/flex/releases>
/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/include/linux/net/intel/
H A Dvirtchnl2_lan_desc.h363 } flex; member
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c3705 static void igc_flex_filter_add_field(struct igc_flex_filter *flex, in igc_flex_filter_add_field() argument
3712 memcpy(&flex->data[offset], src, len); in igc_flex_filter_add_field()
3721 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3726 flex->mask[idx / 8] |= BIT(idx % 8); in igc_flex_filter_add_field()
3774 struct igc_flex_filter flex = { }; in igc_add_flex_filter() local
3791 flex.index = index; in igc_add_flex_filter()
3792 flex.length = 32; in igc_add_flex_filter()
3793 flex.rx_queue = rule->action; in igc_add_flex_filter()
3801 igc_flex_filter_add_field(&flex, &filter->dst_addr, 0, in igc_add_flex_filter()
3806 igc_flex_filter_add_field(&flex, &filter->src_addr, 6, in igc_add_flex_filter()
[all …]
/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 \

12