| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | help.c | 106 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list() argument 109 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list() 234 unsigned int i, longest = 0; in list_commands() local 237 if (longest < main_cmds->names[i]->len) in list_commands() 238 longest = main_cmds->names[i]->len; in list_commands() 240 if (longest < other_cmds->names[i]->len) in list_commands() 241 longest = other_cmds->names[i]->len; in list_commands() 249 pretty_print_string_list(main_cmds, longest); in list_commands() 259 pretty_print_string_list(other_cmds, longest); in list_commands()
|
| /OK3568_Linux_fs/kernel/tools/objtool/ |
| H A D | objtool.c | 77 unsigned int i, longest = 0; in cmd_usage() local 82 if (longest < strlen(objtool_cmds[i].name)) in cmd_usage() 83 longest = strlen(objtool_cmds[i].name); in cmd_usage() 88 printf(" %-*s ", longest, objtool_cmds[i].name); in cmd_usage()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0017-setup.py-do-not-report-missing-dependencies-for-disa.patch | 27 print("%-*s %-*s %-*s" % (longest, e, longest, f, 28 longest, g))
|
| /OK3568_Linux_fs/kernel/lib/lz4/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-help.c | 302 unsigned int i, longest = 0; in list_common_cmds_help() local 305 if (longest < strlen(common_cmds[i].name)) in list_common_cmds_help() 306 longest = strlen(common_cmds[i].name); in list_common_cmds_help() 311 printf(" %-*s ", longest, common_cmds[i].name); in list_common_cmds_help()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_filestream.c | 108 xfs_extlen_t longest, free = 0, minfree, maxfree = 0; in xfs_filestream_pick_ag() local 157 longest = xfs_alloc_longest_free_extent(pag, in xfs_filestream_pick_ag() 160 if (((minlen && longest >= minlen) || in xfs_filestream_pick_ag()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | fib_trie.rst | 131 and we backtrack upwards through the trie trying to find a longest matching 135 Inside each tnode, the search for longest matching prefix consists of searching 141 chop off part of the key in order to find the longest matching prefix.
|
| H A D | switchdev.rst | 322 does a longest prefix match (LPM) on FIB entries matching route prefix and
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | filecache.c | 1063 unsigned int i, count = 0, longest = 0; in nfsd_file_cache_stats_show() local 1075 longest = max(longest, nfsd_file_hashtbl[i].nfb_count); in nfsd_file_cache_stats_show() 1084 seq_printf(m, "longest chain: %u\n", longest); in nfsd_file_cache_stats_show()
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | agheader_repair.c | 65 xfs_agblock_t longest; member 82 if (rec->ar_blockcount > raa->longest) in xrep_agf_walk_allocbt() 83 raa->longest = rec->ar_blockcount; in xrep_agf_walk_allocbt() 259 agf->agf_longest = cpu_to_be32(raa.longest); in xrep_agf_calc_from_btrees()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0016-CVE-2022-38126.patch | 23 " (longest of %zu entries).\n"),
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/dlm/ |
| H A D | dlmdebug.c | 411 unsigned long total = 0, longest = 0, bucket_count = 0; in debug_mle_print() local 426 longest = max(longest, bucket_count); in debug_mle_print() 432 "Total: %lu, Longest: %lu\n", total, longest); in debug_mle_print()
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | lockstat.rst | 58 - longest time we ever had to wait for a lock 71 - longest time we ever held the lock
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_dir2_node.c | 1186 int longest) in xfs_dir3_data_block_free() argument 1198 freehdr.bests[findex] = cpu_to_be16(longest); in xfs_dir3_data_block_free() 1276 int longest; /* longest data free entry */ in xfs_dir2_leafn_remove() local 1323 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove() 1341 if (longest < be16_to_cpu(bf[0].length)) { in xfs_dir2_leafn_remove() 1371 longest = be16_to_cpu(bf[0].length); in xfs_dir2_leafn_remove() 1376 if (longest == geo->blksize - geo->data_entry_offset) { in xfs_dir2_leafn_remove() 1398 fdb, findex, fbp, longest); in xfs_dir2_leafn_remove()
|
| H A D | xfs_ialloc.c | 939 xfs_extlen_t longest = 0; /* longest extent available */ in xfs_ialloc_ag_select() local 1015 longest = pag->pagf_longest; in xfs_ialloc_ag_select() 1016 if (!longest) in xfs_ialloc_ag_select() 1017 longest = pag->pagf_flcount > 0; in xfs_ialloc_ag_select() 1020 longest >= ineed) { in xfs_ialloc_ag_select()
|
| H A D | xfs_alloc.c | 2288 xfs_extlen_t alloc_len, longest; in xfs_alloc_space_available() local 2300 longest = xfs_alloc_longest_free_extent(pag, min_free, reservation); in xfs_alloc_space_available() 2301 if (longest < alloc_len) in xfs_alloc_space_available()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 62 + * Analysis: The longest fixed codes are a length code of 8 bits plus 5 63 + * extra bits, for lengths 131 to 257. The longest fixed distance codes are 64 + * 5 bits plus 13 extra bits, for distances 16385 to 32768. The longest
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget-uvc | 231 dwMinBitRate the minimum bit rate at the longest 290 dwMinBitRate the minimum bit rate at the longest
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | remoteproc_core.c | 2504 unsigned int longest = 0; in rproc_panic_handler() local 2514 longest = max(longest, d); in rproc_panic_handler() 2524 mdelay(longest); in rproc_panic_handler()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | vsprintf.c | 1389 int longest = 1; in ip6_compressed_string() local 1417 if (zerolength[i] > longest) { in ip6_compressed_string() 1418 longest = zerolength[i]; in ip6_compressed_string() 1422 if (longest == 1) /* don't compress a single 0 */ in ip6_compressed_string() 1432 i += longest - 1; in ip6_compressed_string()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | parse-events.c | 429 int n, longest = -1; in parse_aliases() local 434 if (n > longest && !strncasecmp(str, names[i][j], n)) in parse_aliases() 435 longest = n; in parse_aliases() 437 if (longest > 0) in parse_aliases()
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | common-usage.txt | 265 to be able to understand which packages are the longest to build, to 282 package, ordered by duration (longest first)
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | devlink-dpipe.rst | 15 For example, the routing longest prefix match (LPM) algorithm used by the
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | event-parse.c | 4664 int longest = 1; in print_ip6c_addr() local 4692 if (zerolength[i] > longest) { in print_ip6c_addr() 4693 longest = zerolength[i]; in print_ip6c_addr() 4697 if (longest == 1) /* don't compress a single 0 */ in print_ip6c_addr() 4707 i += longest - 1; in print_ip6c_addr()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | exynos5800-peach-pi.dts | 1091 * Use longest HW watchdog in SoC (32 seconds) since the hardware
|