/Linux-v4.19/tools/lib/subcmd/ |
D | help.c | 104 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list() argument 107 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list() 232 unsigned int i, longest = 0; in list_commands() local 235 if (longest < main_cmds->names[i]->len) in list_commands() 236 longest = main_cmds->names[i]->len; in list_commands() 238 if (longest < other_cmds->names[i]->len) in list_commands() 239 longest = other_cmds->names[i]->len; in list_commands() 247 pretty_print_string_list(main_cmds, longest); in list_commands() 257 pretty_print_string_list(other_cmds, longest); in list_commands()
|
/Linux-v4.19/tools/objtool/ |
D | objtool.c | 56 unsigned int i, longest = 0; in cmd_usage() local 61 if (longest < strlen(objtool_cmds[i].name)) in cmd_usage() 62 longest = strlen(objtool_cmds[i].name); in cmd_usage() 67 printf(" %-*s ", longest, objtool_cmds[i].name); in cmd_usage()
|
/Linux-v4.19/lib/lz4/ |
D | lz4hc_compress.c | 173 int longest, in LZ4HC_InsertAndGetWiderMatch() argument 201 if (*(iLowLimit + longest) in LZ4HC_InsertAndGetWiderMatch() 202 == *(matchPtr - delta + longest)) { in LZ4HC_InsertAndGetWiderMatch() 217 if (mlt > longest) { in LZ4HC_InsertAndGetWiderMatch() 218 longest = (int)mlt; in LZ4HC_InsertAndGetWiderMatch() 248 if ((int)mlt > longest) { in LZ4HC_InsertAndGetWiderMatch() 249 longest = (int)mlt; in LZ4HC_InsertAndGetWiderMatch() 259 return longest; in LZ4HC_InsertAndGetWiderMatch()
|
/Linux-v4.19/tools/perf/ |
D | builtin-help.c | 297 unsigned int i, longest = 0; in list_common_cmds_help() local 300 if (longest < strlen(common_cmds[i].name)) in list_common_cmds_help() 301 longest = strlen(common_cmds[i].name); in list_common_cmds_help() 306 printf(" %-*s ", longest, common_cmds[i].name); in list_common_cmds_help()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_filestream.c | 142 xfs_extlen_t longest, free = 0, minfree, maxfree = 0; in xfs_filestream_pick_ag() local 191 longest = xfs_alloc_longest_free_extent(pag, in xfs_filestream_pick_ag() 194 if (((minlen && longest >= minlen) || in xfs_filestream_pick_ag()
|
D | xfs_trace.h | 1466 __field(__u32, longest) 1484 __entry->longest = be32_to_cpu(agf->agf_longest); 1502 __entry->longest,
|
/Linux-v4.19/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 | 314 does a longest prefix match (LPM) on FIB entries matching route prefix and
|
/Linux-v4.19/fs/xfs/scrub/ |
D | agheader_repair.c | 70 xfs_agblock_t longest; member 87 if (rec->ar_blockcount > raa->longest) in xrep_agf_walk_allocbt() 88 raa->longest = rec->ar_blockcount; in xrep_agf_walk_allocbt() 264 agf->agf_longest = cpu_to_be32(raa.longest); in xrep_agf_calc_from_btrees()
|
/Linux-v4.19/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-v4.19/fs/ocfs2/dlm/ |
D | dlmdebug.c | 426 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local 441 longest = max(longest, bucket_count); in debug_mle_print() 447 "Total: %lu, Longest: %lu\n", total, longest); in debug_mle_print()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_dir2_node.c | 1125 int longest) in xfs_dir3_data_block_free() argument 1139 bests[findex] = cpu_to_be16(longest); in xfs_dir3_data_block_free() 1216 int longest; /* longest data free entry */ in xfs_dir2_leafn_remove() local 1265 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove() 1282 if (longest < be16_to_cpu(bf[0].length)) { in xfs_dir2_leafn_remove() 1313 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove() 1318 if (longest == args->geo->blksize - in xfs_dir2_leafn_remove() 1341 fdb, findex, fbp, longest); in xfs_dir2_leafn_remove()
|
D | xfs_ialloc.c | 947 xfs_extlen_t longest = 0; /* longest extent available */ in xfs_ialloc_ag_select() local 1023 longest = pag->pagf_longest; in xfs_ialloc_ag_select() 1024 if (!longest) in xfs_ialloc_ag_select() 1025 longest = pag->pagf_flcount > 0; in xfs_ialloc_ag_select() 1028 longest >= ineed) { in xfs_ialloc_ag_select()
|
D | xfs_alloc.c | 2043 xfs_extlen_t alloc_len, longest; in xfs_alloc_space_available() local 2054 longest = xfs_alloc_longest_free_extent(pag, min_free, reservation); in xfs_alloc_space_available() 2055 if (longest < alloc_len) in xfs_alloc_space_available()
|
D | xfs_bmap.c | 3188 xfs_extlen_t longest; in xfs_bmap_longest_free_extent() local 3203 longest = xfs_alloc_longest_free_extent(pag, in xfs_bmap_longest_free_extent() 3206 if (*blen < longest) in xfs_bmap_longest_free_extent() 3207 *blen = longest; in xfs_bmap_longest_free_extent()
|
/Linux-v4.19/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-v4.19/lib/ |
D | vsprintf.c | 1043 int longest = 1; in ip6_compressed_string() local 1071 if (zerolength[i] > longest) { in ip6_compressed_string() 1072 longest = zerolength[i]; in ip6_compressed_string() 1076 if (longest == 1) /* don't compress a single 0 */ in ip6_compressed_string() 1086 i += longest - 1; in ip6_compressed_string()
|
/Linux-v4.19/tools/perf/util/ |
D | parse-events.c | 357 int n, longest = -1; in parse_aliases() local 362 if (n > longest && !strncasecmp(str, names[i][j], n)) in parse_aliases() 363 longest = n; in parse_aliases() 365 if (longest > 0) in parse_aliases()
|
/Linux-v4.19/tools/lib/traceevent/ |
D | event-parse.c | 4488 int longest = 1; in print_ip6c_addr() local 4516 if (zerolength[i] > longest) { in print_ip6c_addr() 4517 longest = zerolength[i]; in print_ip6c_addr() 4521 if (longest == 1) /* don't compress a single 0 */ in print_ip6c_addr() 4531 i += longest - 1; in print_ip6c_addr()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | exynos5800-peach-pi.dts | 1070 * Use longest HW watchdog in SoC (32 seconds) since the hardware
|
D | exynos5420-peach-pit.dts | 1101 * Use longest HW watchdog in SoC (32 seconds) since the hardware
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | head.S | 1250 bic r1, r1, #63 @ align to longest cache line
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 706 the trace with the longest max latency. 1535 preemption disabled for the longest times is helpful. But 1787 That is the longest latency it takes for something to happen,
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Smack.rst | 713 Entries in the /sys/fs/smackfs/netlabel file are matched by longest mask
|
/Linux-v4.19/ |
D | CREDITS | 3987 D: Author of the longest-living linux bug
|