Home
last modified time | relevance | path

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

/linux-4.1.27/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.c303 int n, longest = -1; in parse_aliases() local
308 if (n > longest && !strncasecmp(str, names[i][j], n)) in parse_aliases()
309 longest = n; in parse_aliases()
311 if (longest > 0) in parse_aliases()
/linux-4.1.27/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.1.27/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.1.27/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()
200 if (((minlen && longest >= minlen) || in xfs_filestream_pick_ag()
Dxfs_trace.h1455 __field(__u32, longest)
1473 __entry->longest = be32_to_cpu(agf->agf_longest);
1491 __entry->longest,
/linux-4.1.27/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.
/linux-4.1.27/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.1.27/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.1.27/fs/xfs/libxfs/
Dxfs_dir2_node.c1072 int longest) in xfs_dir3_data_block_free() argument
1086 bests[findex] = cpu_to_be16(longest); in xfs_dir3_data_block_free()
1163 int longest; /* longest data free entry */ in xfs_dir2_leafn_remove() local
1212 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove()
1229 if (longest < be16_to_cpu(bf[0].length)) { in xfs_dir2_leafn_remove()
1260 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove()
1265 if (longest == args->geo->blksize - in xfs_dir2_leafn_remove()
1288 fdb, findex, fbp, longest); in xfs_dir2_leafn_remove()
Dxfs_alloc.c1856 xfs_extlen_t longest;/* longest extent in allocation group */ in xfs_alloc_fix_freelist() local
1898 longest = xfs_alloc_longest_free_extent(mp, pag); in xfs_alloc_fix_freelist()
1900 longest || in xfs_alloc_fix_freelist()
1936 longest = be32_to_cpu(agf->agf_longest); in xfs_alloc_fix_freelist()
1937 longest = (longest > delta) ? (longest - delta) : in xfs_alloc_fix_freelist()
1938 (be32_to_cpu(agf->agf_flcount) > 0 || longest > 0); in xfs_alloc_fix_freelist()
1940 longest || in xfs_alloc_fix_freelist()
Dxfs_ialloc.c572 xfs_extlen_t longest = 0; /* longest extent available */ in xfs_ialloc_ag_select() local
651 longest = pag->pagf_longest; in xfs_ialloc_ag_select()
652 if (!longest) in xfs_ialloc_ag_select()
653 longest = pag->pagf_flcount > 0; in xfs_ialloc_ag_select()
656 longest >= ineed) { in xfs_ialloc_ag_select()
Dxfs_bmap.c3509 xfs_extlen_t longest; in xfs_bmap_longest_free_extent() local
3524 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.1.27/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.1.27/lib/
Dvsprintf.c980 int longest = 1; in ip6_compressed_string() local
1008 if (zerolength[i] > longest) { in ip6_compressed_string()
1009 longest = zerolength[i]; in ip6_compressed_string()
1013 if (longest == 1) /* don't compress a single 0 */ in ip6_compressed_string()
1023 i += longest - 1; in ip6_compressed_string()
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c4311 int longest = 1; in print_ip6c_addr() local
4339 if (zerolength[i] > longest) { in print_ip6c_addr()
4340 longest = zerolength[i]; in print_ip6c_addr()
4344 if (longest == 1) /* don't compress a single 0 */ in print_ip6c_addr()
4354 i += longest - 1; in print_ip6c_addr()
/linux-4.1.27/arch/arm/boot/dts/
Dexynos5420-peach-pit.dts1056 * Use longest HW watchdog in SoC (32 seconds) since the hardware
Dexynos5800-peach-pi.dts1019 * Use longest HW watchdog in SoC (32 seconds) since the hardware
/linux-4.1.27/arch/arm/boot/compressed/
Dhead.S1234 bic r1, r1, #63 @ align to longest cache line
/linux-4.1.27/Documentation/RCU/
Dtrace.txt302 o "max" is the age in jiffies of the longest-duration grace period
/linux-4.1.27/Documentation/trace/
Dftrace.txt503 the trace with the longest max latency.
1183 preemption disabled for the longest times is helpful. But
1434 That is the longest latency it takes for something to happen,
/linux-4.1.27/Documentation/security/
DSmack.txt589 Entries in the /sys/fs/smackfs/netlabel file are matched by longest mask
/linux-4.1.27/
DCREDITS3910 D: Author of the longest-living linux bug