/kernel/linux/linux-5.10/net/ethtool/ |
D | features.c | 58 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 …]
|
D | tsinfo.c | 47 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()
|
D | bitset.h | 10 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);
|
D | privflags.c | 92 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()
|
D | bitset.c | 172 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 …]
|
D | tunnels.c | 21 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()
|
D | eee.c | 49 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()
|
D | debug.c | 48 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()
|
D | wol.c | 50 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()
|
D | linkmodes.c | 61 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/ |
D | cavium-compact-flash.txt | 5 industry standard compact flash devices. 8 - compatible: "cavium,ebt3000-compact-flash"; 24 compact-flash@5,0 { 25 compatible = "cavium,ebt3000-compact-flash";
|
D | atmel-at91_cf.txt | 11 compact-flash@50000000 {
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
D | Makefile | 8 obj-$(CONFIG_ISA_ARCOMPACT) += entry-compact.o intc-compact.o
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/ |
D | tuners.rst | 84 41xx: Tuner compact 85 40x9: Tuner+FM compact
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/ |
D | andestech,atcpit100-timer.txt | 6 This timer is a set of compact multi-function timers, which can be
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 195 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()
|
D | xfs_dir2_leaf.c | 516 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()
|
D | xfs_dir2_priv.h | 125 struct xfs_dir2_leaf_entry *ents, int index, int compact,
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | erofs.rst | 37 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/ |
D | sysfs-block-zram | 60 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/ |
D | leds-lm3692x.txt | 3 The LM3692x is an ultra-compact, highly efficient,
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
D | inlinedata.rst | 17 Pending a change to compact the extended attribute key used to store
|
/kernel/linux/linux-5.10/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_3xxx.dts | 347 cf0: compact-flash@5,0 { 348 compatible = "cavium,ebt3000-compact-flash";
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | transhuge.rst | 125 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/ |
D | tips.txt | 14 To see callchains in a more compact form: perf report -g folded
|