Home
last modified time | relevance | path

Searched refs:compact (Results 1 – 25 of 61) sorted by relevance

123

/kernel/linux/linux-5.10/net/ethtool/
Dfeatures.c58 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in features_reply_size() local
63 netdev_features_strings, compact); in features_reply_size()
68 netdev_features_strings, compact); in features_reply_size()
73 netdev_features_strings, compact); in features_reply_size()
78 netdev_features_strings, compact); in features_reply_size()
91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in features_fill_reply() local
96 netdev_features_strings, compact); in features_fill_reply()
101 netdev_features_strings, compact); in features_fill_reply()
106 netdev_features_strings, compact); in features_fill_reply()
111 netdev_features_strings, compact); in features_fill_reply()
[all …]
Dtsinfo.c47 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in tsinfo_reply_size() local
59 sof_timestamping_names, compact); in tsinfo_reply_size()
67 ts_tx_type_names, compact); in tsinfo_reply_size()
75 ts_rx_filter_names, compact); in tsinfo_reply_size()
91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in tsinfo_fill_reply() local
99 sof_timestamping_names, compact); in tsinfo_fill_reply()
107 ts_tx_type_names, compact); in tsinfo_fill_reply()
115 ts_rx_filter_names, compact); in tsinfo_fill_reply()
Dbitset.h10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact);
13 bool compact);
15 ethnl_string_array_t names, bool compact);
19 bool compact);
22 ethnl_string_array_t names, bool compact);
Dprivflags.c92 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in privflags_reply_size() local
97 data->priv_flag_names, compact); in privflags_reply_size()
105 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in privflags_fill_reply() local
111 compact); in privflags_fill_reply()
151 bool compact; in ethnl_set_privflags() local
157 ret = ethnl_bitset_is_compact(tb[ETHTOOL_A_PRIVFLAGS_FLAGS], &compact); in ethnl_set_privflags()
177 ret = ethnl_get_priv_flags_info(dev, &nflags, compact ? NULL : &names); in ethnl_set_privflags()
Dbitset.c172 ethnl_string_array_t names, bool compact) in ethnl_bitset32_size() argument
182 if (compact) { in ethnl_bitset32_size()
234 ethnl_string_array_t names, bool compact) in ethnl_put_bitset32() argument
247 if (compact) { in ethnl_put_bitset32()
328 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact) in ethnl_bitset_is_compact() argument
341 *compact = false; in ethnl_bitset_is_compact()
347 *compact = true; in ethnl_bitset_is_compact()
701 bool compact) in ethnl_bitset_size() argument
726 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact); in ethnl_bitset_size()
737 bool compact) in ethnl_put_bitset() argument
[all …]
Dtunnels.c21 static ssize_t ethnl_udp_table_reply_size(unsigned int types, bool compact) in ethnl_udp_table_reply_size() argument
26 udp_tunnel_type_names, compact); in ethnl_udp_table_reply_size()
39 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_reply_size() local
59 compact); in ethnl_tunnel_info_reply_size()
68 ret = ethnl_udp_table_reply_size(0, compact); in ethnl_tunnel_info_reply_size()
85 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_fill_reply() local
113 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply()
135 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply()
Deee.c49 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in eee_reply_size() local
62 EEE_MODES_COUNT, link_mode_names, compact); in eee_reply_size()
68 EEE_MODES_COUNT, link_mode_names, compact); in eee_reply_size()
85 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in eee_fill_reply() local
92 EEE_MODES_COUNT, link_mode_names, compact); in eee_fill_reply()
97 link_mode_names, compact); in eee_fill_reply()
Ddebug.c48 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in debug_reply_size() local
51 netif_msg_class_names, compact); in debug_reply_size()
59 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in debug_fill_reply() local
63 netif_msg_class_names, compact); in debug_fill_reply()
Dwol.c50 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_reply_size() local
55 WOL_MODE_COUNT, wol_mode_names, compact); in wol_reply_size()
68 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_fill_reply() local
74 wol_mode_names, compact); in wol_fill_reply()
Dlinkmodes.c61 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in linkmodes_reply_size() local
71 link_mode_names, compact); in linkmodes_reply_size()
78 link_mode_names, compact); in linkmodes_reply_size()
100 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in linkmodes_fill_reply() local
110 compact); in linkmodes_fill_reply()
117 link_mode_names, compact); in linkmodes_fill_reply()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/
Dcavium-compact-flash.txt5 industry standard compact flash devices.
8 - compatible: "cavium,ebt3000-compact-flash";
24 compact-flash@5,0 {
25 compatible = "cavium,ebt3000-compact-flash";
Datmel-at91_cf.txt11 compact-flash@50000000 {
/kernel/linux/linux-5.10/arch/arc/kernel/
DMakefile8 obj-$(CONFIG_ISA_ARCOMPACT) += entry-compact.o intc-compact.o
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dtuners.rst84 41xx: Tuner compact
85 40x9: Tuner+FM compact
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Dandestech,atcpit100-timer.txt6 This timer is a set of compact multi-function timers, which can be
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_dir2_block.c195 int *compact, in xfs_dir2_block_need_space() argument
203 *compact = 0; in xfs_dir2_block_need_space()
223 *compact = 1; in xfs_dir2_block_need_space()
357 int compact; /* need to compact leaf ents */ in xfs_dir2_block_addname() local
401 &enddup, &compact, len); in xfs_dir2_block_addname()
435 if (compact) { in xfs_dir2_block_addname()
Dxfs_dir2_leaf.c516 int compact, /* need to compact leaves */ in xfs_dir3_leaf_find_entry() argument
552 if (compact == 0) in xfs_dir3_leaf_find_entry()
623 int compact; /* need to compact leaves */ in xfs_dir2_leaf_addname() local
715 compact = 1; in xfs_dir2_leaf_addname()
745 compact = 0; in xfs_dir2_leaf_addname()
768 if (compact) { in xfs_dir2_leaf_addname()
885 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale, in xfs_dir2_leaf_addname()
Dxfs_dir2_priv.h125 struct xfs_dir2_leaf_entry *ents, int index, int compact,
/kernel/linux/linux-5.10/Documentation/filesystems/
Derofs.rst37 compact (v1) extended (v2)
109 value (32 bytes) and designed to be kept in line with compact inode size.
188 All directories are now organized in a compact on-disk format. Note that
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-block-zram60 What: /sys/block/zram<id>/compact
64 The compact file is write-only and trigger compaction for
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-lm3692x.txt3 The LM3692x is an ultra-compact, highly efficient,
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Dinlinedata.rst17 Pending a change to compact the extended attribute key used to store
/kernel/linux/linux-5.10/arch/mips/boot/dts/cavium-octeon/
Docteon_3xxx.dts347 cf0: compact-flash@5,0 {
348 compatible = "cavium,ebt3000-compact-flash";
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Dtranshuge.rst125 allocation failure and directly reclaim pages and compact
132 to reclaim pages and wake kcompactd to compact memory so that
140 pages and wake kcompactd to compact memory so that THP is
401 is incremented if the system tries to compact memory
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dtips.txt14 To see callchains in a more compact form: perf report -g folded

123