Searched refs:compact (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/arc/include/asm/
H A Dirqflags.h11 #include <asm/irqflags-compact.h>
H A Dentry.h19 #include <asm/entry-compact.h> /* ISA specific bits */
H A Dentry-compact.h33 #include <asm/irqflags-compact.h>
/linux-master/net/ethtool/
H A 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);
H A Dtsinfo.c47 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
59 sof_timestamping_names, compact);
67 ts_tx_type_names, compact);
75 ts_rx_filter_names, compact);
91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
99 sof_timestamping_names, compact);
107 ts_tx_type_names, compact);
115 ts_rx_filter_names, compact);
H A Dfeatures.c58 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
63 netdev_features_strings, compact);
68 netdev_features_strings, compact);
73 netdev_features_strings, compact);
78 netdev_features_strings, compact);
91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
96 netdev_features_strings, compact);
101 netdev_features_strings, compact);
106 netdev_features_strings, compact);
111 netdev_features_strings, compact);
156 features_send_reply(struct net_device *dev, struct genl_info *info, const unsigned long *wanted, const unsigned long *wanted_mask, const unsigned long *active, const unsigned long *active_mask, bool compact) argument
267 bool compact = req_info.flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
[all...]
H A Dprivflags.c92 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
97 data->priv_flag_names, compact);
105 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
111 compact);
152 bool compact; local
156 ret = ethnl_bitset_is_compact(tb[ETHTOOL_A_PRIVFLAGS_FLAGS], &compact);
160 ret = ethnl_get_priv_flags_info(dev, &nflags, compact ? NULL : &names);
H A Deee.c47 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
56 link_mode_names, compact);
63 link_mode_names, compact);
80 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
88 link_mode_names, compact);
94 link_mode_names, compact);
H A Ddebug.c48 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
51 netif_msg_class_names, compact);
59 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
63 netif_msg_class_names, compact);
H A Dtunnels.c21 static ssize_t ethnl_udp_table_reply_size(unsigned int types, bool compact) argument
26 udp_tunnel_type_names, compact);
39 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
59 compact);
68 ret = ethnl_udp_table_reply_size(0, compact);
85 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
113 udp_tunnel_type_names, compact))
135 udp_tunnel_type_names, compact))
H A Dwol.c51 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
56 WOL_MODE_COUNT, wol_mode_names, compact);
69 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
75 wol_mode_names, compact);
H A Dbitset.c164 * @compact: assume compact format for output
172 ethnl_string_array_t names, bool compact)
182 if (compact) {
224 * @compact: use compact format for the output
234 ethnl_string_array_t names, bool compact)
247 if (compact) {
321 * ethnl_bitset_is_compact() - check if bitset attribute represents a compact
324 * @compact
171 ethnl_bitset32_size(const u32 *val, const u32 *mask, unsigned int nbits, ethnl_string_array_t names, bool compact) argument
232 ethnl_put_bitset32(struct sk_buff *skb, int attrtype, const u32 *val, const u32 *mask, unsigned int nbits, ethnl_string_array_t names, bool compact) argument
328 ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact) argument
699 ethnl_bitset_size(const unsigned long *val, const unsigned long *mask, unsigned int nbits, ethnl_string_array_t names, bool compact) argument
734 ethnl_put_bitset(struct sk_buff *skb, int attrtype, const unsigned long *val, const unsigned long *mask, unsigned int nbits, ethnl_string_array_t names, bool compact) argument
808 ethnl_bitset_size(const unsigned long *val, const unsigned long *mask, unsigned int nbits, ethnl_string_array_t names, bool compact) argument
816 ethnl_put_bitset(struct sk_buff *skb, int attrtype, const unsigned long *val, const unsigned long *mask, unsigned int nbits, ethnl_string_array_t names, bool compact) argument
[all...]
H A Dlinkmodes.c66 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
78 link_mode_names, compact);
85 link_mode_names, compact);
107 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
117 compact);
124 link_mode_names, compact);
H A Dfec.c145 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
152 link_mode_names, compact);
198 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; local
205 link_mode_names, compact);
/linux-master/arch/arc/kernel/
H A DMakefile10 obj-$(CONFIG_ISA_ARCOMPACT) += entry-compact.o intc-compact.o
/linux-master/arch/arm/boot/dts/st/
H A DMakefile38 stm32mp153c-dhcor-drc-compact.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/st/
H A DMakefile38 stm32mp153c-dhcor-drc-compact.dtb \
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_block.c197 int *compact,
205 *compact = 0;
222 * Will need to compact to make this work.
225 *compact = 1;
296 * compact the leaf entries.
359 int compact; /* need to compact leaf ents */ local
403 &enddup, &compact, len);
435 * If need to compact the leaf entries, do it now.
437 if (compact) {
189 xfs_dir2_block_need_space( struct xfs_inode *dp, struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_block_tail *btp, struct xfs_dir2_leaf_entry *blp, __be16 **tagpp, struct xfs_dir2_data_unused **dupp, struct xfs_dir2_data_unused **enddupp, int *compact, int len) argument
[all...]
H A Dxfs_dir2_priv.h125 struct xfs_dir2_leaf_entry *ents, int index, int compact,
H A Dxfs_dir2_leaf.c443 * Could compact these but I think we always do the conversion
526 int compact, /* need to compact leaves */
559 * If we didn't compact before, we need to find the nearest stale
562 if (compact == 0)
633 int compact; /* need to compact leaves */ local
725 compact = 1;
755 compact = 0;
773 * Need to compact th
522 xfs_dir3_leaf_find_entry( struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_dir2_leaf_entry *ents, int index, int compact, int lowstale, int highstale, int *lfloglow, int *lfloghigh) argument
[all...]
H A Dxfs_dir2_node.c506 int compact; /* compacting stale leaves */ local
531 * a compact.
537 compact = leafhdr.stale > 1;
539 compact = 0;
551 if (compact)
565 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale,
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c67 bool compact; member in struct:btf_dump_data
1708 return d->typed_dump->compact || d->typed_dump->depth == 0 ? "" : "\n";
1720 if (d->typed_dump->compact)
2533 d->typed_dump->compact = OPTS_GET(opts, compact, false);
H A Dbtf.h284 bool compact; /* no newlines/indentation */ member in struct:btf_dump_type_data_opts
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c279 opts.compact = true;
821 opts.compact = true;
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S29 @ armv4-compact 740/+89% 1552/+26% 1840/+22%
36 @ compact = detached Xload/update, 5x unroll;

Completed in 625 milliseconds

12