/kernel/linux/linux-5.10/tools/perf/util/ |
D | Build | 67 perf-y += parse-events-flex.o 70 perf-y += pmu-flex.o 129 perf-y += expr-flex.o 205 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u… 207 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \ 208 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $< 215 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c 217 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \ 218 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $< 225 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c [all …]
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
D | blockgroup.rst | 59 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``.
|
D | group_descr.rst | 16 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.
|
D | ifork.rst | 50 ``ee_len = 1000``. If flex\_bg is enabled, it is possible to allocate
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_perf.c | 2108 struct flex { struct 2117 const struct flex *flex, unsigned int count) in gen8_store_flex() argument 2129 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex() 2131 *cs++ = flex->value; in gen8_store_flex() 2132 } while (flex++, --count); in gen8_store_flex() 2142 const struct flex *flex, unsigned int count) in gen8_load_flex() argument 2154 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex() 2155 *cs++ = flex->value; in gen8_load_flex() 2156 } while (flex++, --count); in gen8_load_flex() 2165 const struct flex *flex, unsigned int count) in gen8_modify_context() argument [all …]
|
/kernel/linux/linux-5.10/tools/perf/ |
D | .gitignore | 29 *-flex.*
|
D | Makefile.perf | 186 FLEX ?= flex 748 $(OUTPUT)%-flex.o: %.c prepare FORCE 1012 …pe* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
D | Makefile | 20 LEX= flex
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | changes.rst | 36 flex 2.5.35 flex --version 103 during build. This requires flex 2.5.35 or later. 362 - <https://github.com/westes/flex/releases>
|
/kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
D | changes.rst | 38 flex 2.5.35 flex --version 96 un analizzatore lessicale. Questo richiede flex 2.5.35 o successivo. 354 - <https://github.com/westes/flex/releases>
|
/kernel/linux/linux-5.10/Documentation/ |
D | Changes | 36 flex 2.5.35 flex --version 103 during build. This requires flex 2.5.35 or later. 362 - <https://github.com/westes/flex/releases>
|
/kernel/linux/linux-5.10/scripts/ |
D | Makefile.host | 9 $(call if_changed,flex)
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | Kconfig | 130 draft-ietf-nfsv4-flex-files for more details. 133 to be a flex file server - it is for testing the client,
|
/kernel/linux/linux-5.10/tools/bpf/ |
D | Makefile | 6 LEX = flex
|
/kernel/linux/linux-5.10/tools/build/Documentation/ |
D | Build.txt | 129 It's possible to include special rule if needed (like we do for flex or bison
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | s390.rst | 46 flex \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_lan_tx_rx.h | 242 } flex; member 278 } flex; member
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | libbpf.c | 4611 bool flex; in bpf_core_parse_spec() local 4617 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec() 4618 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec() 5065 bool flex; in bpf_core_spec_match() local 5071 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match() 5072 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
|
/kernel/linux/linux-5.10/ |
D | Makefile | 451 LEX = flex
|