Home
last modified time | relevance | path

Searched refs:longest (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dhelp.c74 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list() argument
77 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list()
196 unsigned int i, longest = 0; in list_commands() local
199 if (longest < main_cmds->names[i]->len) in list_commands()
200 longest = main_cmds->names[i]->len; in list_commands()
202 if (longest < other_cmds->names[i]->len) in list_commands()
203 longest = other_cmds->names[i]->len; in list_commands()
211 pretty_print_string_list(main_cmds, longest); in list_commands()
220 pretty_print_string_list(other_cmds, longest); in list_commands()
Dparse-events.c321 int n, longest = -1; in parse_aliases() local
326 if (n > longest && !strncasecmp(str, names[i][j], n)) in parse_aliases()
327 longest = n; in parse_aliases()
329 if (longest > 0) in parse_aliases()
/linux-4.4.14/lib/lz4/
Dlz4hc_compress.c191 const u8 *ip, const u8 *startlimit, const u8 *matchlimit, int longest, in lz4hc_insertandgetwidermatch() argument
212 if (*(startlimit + longest) == *(ref - delta + longest)) { in lz4hc_insertandgetwidermatch()
257 if ((ipt - startt) > longest) { in lz4hc_insertandgetwidermatch()
258 longest = (int)(ipt - startt); in lz4hc_insertandgetwidermatch()
266 return longest; in lz4hc_insertandgetwidermatch()
/linux-4.4.14/tools/perf/
Dbuiltin-help.c283 unsigned int i, longest = 0; in list_common_cmds_help() local
286 if (longest < strlen(common_cmds[i].name)) in list_common_cmds_help()
287 longest = strlen(common_cmds[i].name); in list_common_cmds_help()
292 printf(" %-*s ", longest, common_cmds[i].name); in list_common_cmds_help()
/linux-4.4.14/fs/xfs/
Dxfs_filestream.c150 xfs_extlen_t longest, free = 0, minfree, maxfree = 0; in xfs_filestream_pick_ag() local
199 longest = xfs_alloc_longest_free_extent(mp, pag, in xfs_filestream_pick_ag()
201 if (((minlen && longest >= minlen) || in xfs_filestream_pick_ag()
Dxfs_trace.h1505 __field(__u32, longest)
1523 __entry->longest = be32_to_cpu(agf->agf_longest);
1541 __entry->longest,
/linux-4.4.14/Documentation/networking/
Dfib_trie.txt127 and we backtrack upwards through the trie trying to find a longest matching
131 Inside each tnode, the search for longest matching prefix consists of searching
137 chop off part of the key in order to find the longest matching prefix.
Dswitchdev.txt315 does a longest prefix match (LPM) on FIB entries matching route prefix and
/linux-4.4.14/Documentation/locking/
Dlockstat.txt48 max - longest time we ever had to wait for a lock
54 max - longest time we ever held the lock
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmdebug.c446 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local
461 longest = max(longest, bucket_count); in debug_mle_print()
467 "Total: %lu, Longest: %lu\n", total, longest); in debug_mle_print()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_node.c1076 int longest) in xfs_dir3_data_block_free() argument
1090 bests[findex] = cpu_to_be16(longest); in xfs_dir3_data_block_free()
1167 int longest; /* longest data free entry */ in xfs_dir2_leafn_remove() local
1216 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove()
1233 if (longest < be16_to_cpu(bf[0].length)) { in xfs_dir2_leafn_remove()
1264 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove()
1269 if (longest == args->geo->blksize - in xfs_dir2_leafn_remove()
1292 fdb, findex, fbp, longest); in xfs_dir2_leafn_remove()
Dxfs_ialloc.c919 xfs_extlen_t longest = 0; /* longest extent available */ in xfs_ialloc_ag_select() local
998 longest = pag->pagf_longest; in xfs_ialloc_ag_select()
999 if (!longest) in xfs_ialloc_ag_select()
1000 longest = pag->pagf_flcount > 0; in xfs_ialloc_ag_select()
1003 longest >= ineed) { in xfs_ialloc_ag_select()
Dxfs_alloc.c1906 xfs_extlen_t longest; in xfs_alloc_space_available() local
1913 longest = xfs_alloc_longest_free_extent(args->mp, pag, min_free); in xfs_alloc_space_available()
1914 if ((args->minlen + args->alignment + args->minalignslop - 1) > longest) in xfs_alloc_space_available()
Dxfs_bmap.c3508 xfs_extlen_t longest; in xfs_bmap_longest_free_extent() local
3523 longest = xfs_alloc_longest_free_extent(mp, pag, in xfs_bmap_longest_free_extent()
3525 if (*blen < longest) in xfs_bmap_longest_free_extent()
3526 *blen = longest; in xfs_bmap_longest_free_extent()
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc190 dwMinBitRate - the minimum bit rate at the longest
237 dwMinBitRate - the minimum bit rate at the longest
/linux-4.4.14/lib/
Dvsprintf.c981 int longest = 1; in ip6_compressed_string() local
1009 if (zerolength[i] > longest) { in ip6_compressed_string()
1010 longest = zerolength[i]; in ip6_compressed_string()
1014 if (longest == 1) /* don't compress a single 0 */ in ip6_compressed_string()
1024 i += longest - 1; in ip6_compressed_string()
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c4437 int longest = 1; in print_ip6c_addr() local
4465 if (zerolength[i] > longest) { in print_ip6c_addr()
4466 longest = zerolength[i]; in print_ip6c_addr()
4470 if (longest == 1) /* don't compress a single 0 */ in print_ip6c_addr()
4480 i += longest - 1; in print_ip6c_addr()
/linux-4.4.14/arch/arm/boot/dts/
Dexynos5420-peach-pit.dts1057 * Use longest HW watchdog in SoC (32 seconds) since the hardware
Dexynos5800-peach-pi.dts1020 * Use longest HW watchdog in SoC (32 seconds) since the hardware
/linux-4.4.14/arch/arm/boot/compressed/
Dhead.S1234 bic r1, r1, #63 @ align to longest cache line
/linux-4.4.14/Documentation/RCU/
Dtrace.txt286 o "max" is the age in jiffies of the longest-duration grace period
/linux-4.4.14/Documentation/trace/
Dftrace.txt514 the trace with the longest max latency.
1196 preemption disabled for the longest times is helpful. But
1447 That is the longest latency it takes for something to happen,
/linux-4.4.14/Documentation/security/
DSmack.txt624 Entries in the /sys/fs/smackfs/netlabel file are matched by longest mask
/linux-4.4.14/
DCREDITS3922 D: Author of the longest-living linux bug