Searched refs:flex (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.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 198 $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-flex.h: util/parse-events.l $(OUTPUT)u… 200 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/parse-events-flex.c \ 201 --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DEBUG_FLEX) $< 208 $(OUTPUT)util/expr-flex.c $(OUTPUT)util/expr-flex.h: util/expr.l $(OUTPUT)util/expr-bison.c 210 $(Q)$(call echo-cmd,flex)$(FLEX) -o $(OUTPUT)util/expr-flex.c \ 211 --header-file=$(OUTPUT)util/expr-flex.h $(PARSER_DEBUG_FLEX) $< 218 $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-flex.h: util/pmu.l $(OUTPUT)util/pmu-bison.c [all …]
|
/Linux-v5.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
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_perf.c | 2111 struct flex { struct 2120 const struct flex *flex, unsigned int count) in gen8_store_flex() argument 2132 *cs++ = offset + flex->offset * sizeof(u32); in gen8_store_flex() 2134 *cs++ = flex->value; in gen8_store_flex() 2135 } while (flex++, --count); in gen8_store_flex() 2145 const struct flex *flex, unsigned int count) in gen8_load_flex() argument 2157 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex() 2158 *cs++ = flex->value; in gen8_load_flex() 2159 } while (flex++, --count); in gen8_load_flex() 2168 const struct flex *flex, unsigned int count) in gen8_modify_context() argument [all …]
|
/Linux-v5.10/tools/perf/ |
D | .gitignore | 29 *-flex.*
|
D | Makefile.perf | 190 FLEX ?= flex 752 $(OUTPUT)%-flex.o: %.c prepare FORCE 1016 …pe* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
|
/Linux-v5.10/drivers/scsi/aic7xxx/aicasm/ |
D | Makefile | 20 LEX= flex
|
/Linux-v5.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>
|
/Linux-v5.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>
|
/Linux-v5.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>
|
/Linux-v5.10/scripts/ |
D | Makefile.host | 9 $(call if_changed,flex)
|
/Linux-v5.10/fs/nfsd/ |
D | Kconfig | 129 draft-ietf-nfsv4-flex-files for more details. 132 to be a flex file server - it is for testing the client,
|
/Linux-v5.10/tools/bpf/ |
D | Makefile | 6 LEX = flex
|
/Linux-v5.10/tools/build/Documentation/ |
D | Build.txt | 129 It's possible to include special rule if needed (like we do for flex or bison
|
/Linux-v5.10/Documentation/bpf/ |
D | s390.rst | 46 flex \
|
/Linux-v5.10/drivers/net/ethernet/intel/ice/ |
D | ice_lan_tx_rx.h | 242 } flex; member 278 } flex; member
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.c | 4554 bool flex; in bpf_core_parse_spec() local 4560 flex = is_flex_arr(btf, acc - 1, a); in bpf_core_parse_spec() 4561 if (!flex && access_idx >= a->nelems) in bpf_core_parse_spec() 5008 bool flex; in bpf_core_spec_match() local 5014 flex = is_flex_arr(targ_btf, targ_acc - 1, a); in bpf_core_spec_match() 5015 if (!flex && local_acc->idx >= a->nelems) in bpf_core_spec_match()
|
/Linux-v5.10/ |
D | Makefile | 449 LEX = flex
|