Searched refs:flex (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | Build | 64 perf-y += parse-events-flex.o 67 perf-y += pmu-flex.o 180 $(OUTPUT)util/parse-events-flex.c: util/parse-events.l $(OUTPUT)util/parse-events-bison.c 182 …$(Q)$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DE… 192 $(OUTPUT)util/pmu-flex.c: util/pmu.l $(OUTPUT)util/pmu-bison.c 194 $(Q)$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/pmu-flex.h util/pmu.l 200 CFLAGS_parse-events-flex.o += -w 201 CFLAGS_pmu-flex.o += -w 206 $(OUTPUT)util/parse-events.o: $(OUTPUT)util/parse-events-flex.c $(OUTPUT)util/parse-events-bison.c 207 $(OUTPUT)util/pmu.o: $(OUTPUT)util/pmu-flex.c $(OUTPUT)util/pmu-bison.c
|
/Linux-v5.4/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.4/drivers/gpu/drm/i915/ |
D | i915_perf.c | 1710 struct flex { struct 1719 const struct flex *flex, unsigned int count) in gen8_store_flex() argument 1731 *cs++ = offset + (flex->offset + 1) * sizeof(u32); in gen8_store_flex() 1733 *cs++ = flex->value; in gen8_store_flex() 1734 } while (flex++, --count); in gen8_store_flex() 1744 const struct flex *flex, unsigned int count) in gen8_load_flex() argument 1756 *cs++ = i915_mmio_reg_offset(flex->reg); in gen8_load_flex() 1757 *cs++ = flex->value; in gen8_load_flex() 1758 } while (flex++, --count); in gen8_load_flex() 1767 const struct flex *flex, unsigned int count) in gen8_modify_context() argument [all …]
|
/Linux-v5.4/tools/perf/ |
D | .gitignore | 28 *-flex.*
|
D | Makefile.perf | 178 FLEX ?= flex 697 $(OUTPUT)%-flex.o: %.c prepare FORCE 961 …pe* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEATURE-DUMP $(OUTPUT)util/*-bison* $(OUTPUT)util/*-flex* \
|
/Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
D | i40e.h | 360 #define I40E_FLEX_PIT_GET_SRC(flex) (((flex) & \ argument 363 #define I40E_FLEX_PIT_GET_DST(flex) (((flex) & \ argument 366 #define I40E_FLEX_PIT_GET_FSIZE(flex) (((flex) & \ argument
|
/Linux-v5.4/drivers/net/ethernet/intel/ice/ |
D | ice_lan_tx_rx.h | 144 } flex; member 180 } flex; member
|
/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/ |
D | Makefile | 20 LEX= flex
|
/Linux-v5.4/Documentation/ |
D | Changes | 35 flex 2.5.35 flex --version 93 during build. This requires flex 2.5.35 or later. 347 - <https://github.com/westes/flex/releases>
|
/Linux-v5.4/Documentation/process/ |
D | changes.rst | 35 flex 2.5.35 flex --version 93 during build. This requires flex 2.5.35 or later. 347 - <https://github.com/westes/flex/releases>
|
/Linux-v5.4/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.4/tools/bpf/ |
D | Makefile | 7 LEX = flex
|
/Linux-v5.4/fs/nfsd/ |
D | Kconfig | 128 draft-ietf-nfsv4-flex-files for more details. 131 to be a flex file server - it is for testing the client,
|
/Linux-v5.4/scripts/ |
D | Makefile.host | 9 $(call if_changed,flex)
|
/Linux-v5.4/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.4/ |
D | Makefile | 418 LEX = flex
|