/linux-4.4.14/tools/perf/util/ |
D | help.c | 74 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()
|
D | parse-events.c | 321 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/ |
D | lz4hc_compress.c | 191 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/ |
D | builtin-help.c | 283 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/ |
D | xfs_filestream.c | 150 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()
|
D | xfs_trace.h | 1505 __field(__u32, longest) 1523 __entry->longest = be32_to_cpu(agf->agf_longest); 1541 __entry->longest,
|
/linux-4.4.14/Documentation/networking/ |
D | fib_trie.txt | 127 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.
|
D | switchdev.txt | 315 does a longest prefix match (LPM) on FIB entries matching route prefix and
|
/linux-4.4.14/Documentation/locking/ |
D | lockstat.txt | 48 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/ |
D | dlmdebug.c | 446 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/ |
D | xfs_dir2_node.c | 1076 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()
|
D | xfs_ialloc.c | 919 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()
|
D | xfs_alloc.c | 1906 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()
|
D | xfs_bmap.c | 3508 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/ |
D | configfs-usb-gadget-uvc | 190 dwMinBitRate - the minimum bit rate at the longest 237 dwMinBitRate - the minimum bit rate at the longest
|
/linux-4.4.14/lib/ |
D | vsprintf.c | 981 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/ |
D | event-parse.c | 4437 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/ |
D | exynos5420-peach-pit.dts | 1057 * Use longest HW watchdog in SoC (32 seconds) since the hardware
|
D | exynos5800-peach-pi.dts | 1020 * Use longest HW watchdog in SoC (32 seconds) since the hardware
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 1234 bic r1, r1, #63 @ align to longest cache line
|
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 286 o "max" is the age in jiffies of the longest-duration grace period
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 514 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/ |
D | Smack.txt | 624 Entries in the /sys/fs/smackfs/netlabel file are matched by longest mask
|
/linux-4.4.14/ |
D | CREDITS | 3922 D: Author of the longest-living linux bug
|