/linux-6.3-rc2/tools/testing/selftests/nolibc/ |
A D | nolibc-test.c | 246 llen += pad_spc(llen, 40, "[FAIL]\n"); in expect_syszr() 249 llen += pad_spc(llen, 40, " [OK]\n"); in expect_syszr() 265 llen += pad_spc(llen, 40, "[FAIL]\n"); in expect_syseq() 268 llen += pad_spc(llen, 40, " [OK]\n"); in expect_syseq() 287 llen += pad_spc(llen, 40, " [OK]\n"); in expect_sysne() 307 llen += pad_spc(llen, 40, " [OK]\n"); in expect_syserr() 325 llen += pad_spc(llen, 40, " [OK]\n"); in expect_ptrzr() 343 llen += pad_spc(llen, 40, " [OK]\n"); in expect_ptrnz() 361 llen += pad_spc(llen, 40, " [OK]\n"); in expect_strzr() 379 llen += pad_spc(llen, 40, " [OK]\n"); in expect_strnz() [all …]
|
/linux-6.3-rc2/drivers/usb/misc/ |
A D | isight_firmware.c | 38 int llen, len, req, ret = 0; in isight_firmware_load() local 77 llen = min(len, 50); in isight_firmware_load() 78 len -= llen; in isight_firmware_load() 79 if (ptr+llen > firmware->data+firmware->size) { in isight_firmware_load() 85 memcpy(buf, ptr, llen); in isight_firmware_load() 87 ptr += llen; in isight_firmware_load() 91 buf, llen, 300) != llen) { in isight_firmware_load()
|
/linux-6.3-rc2/fs/isofs/ |
A D | joliet.c | 27 int llen; in uni16_to_x8() local 28 llen = nls->uni2char(be16_to_cpu(ch), op, NLS_MAX_CHARSET_SIZE); in uni16_to_x8() 29 if (llen > 0) in uni16_to_x8() 30 op += llen; in uni16_to_x8()
|
/linux-6.3-rc2/include/trace/events/ |
A D | erofs.h | 156 __field( u64, llen ) 164 __entry->llen = map->m_llen; 170 __entry->la, __entry->llen, 200 __field( u64, llen ) 212 __entry->llen = map->m_llen; 222 __entry->la, __entry->pa, __entry->llen, __entry->plen,
|
/linux-6.3-rc2/include/linux/dsa/ |
A D | ocelot.h | 191 u64 llen, wlen; in ocelot_xfh_get_len() local 193 packing(extraction, &llen, 84, 79, OCELOT_TAG_LEN, UNPACK, 0); in ocelot_xfh_get_len() 196 *len = 60 * wlen + llen - 80; in ocelot_xfh_get_len()
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | venc.c | 84 u32 llen; member 127 .llen = 0x35F, /* 863 */ 172 .llen = 0x359, 273 venc_write_reg(VENC_LLEN, config->llen); in venc_write_config()
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | mptcp_sockopt.c | 384 socklen_t olen, rlen, llen; in do_getsockopt_subflow_addrs() local 412 llen = sizeof(local); in do_getsockopt_subflow_addrs() 413 ret = getsockname(fd, (struct sockaddr *)&local, &llen); in do_getsockopt_subflow_addrs() 422 assert(rlen == llen); in do_getsockopt_subflow_addrs()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | venc.c | 83 u32 llen; member 126 .llen = 0x35F, /* 863 */ 171 .llen = 0x359, 284 venc_write_reg(venc, VENC_LLEN, config->llen); in venc_write_config()
|
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_xtree.h | 91 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
|
A D | jfs_xtree.c | 123 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check) in xtLookup() argument 138 *plen = llen; in xtLookup() 172 *plen = min(next - lstart, llen); in xtLookup() 189 *plen = min(xend - lstart, llen); in xtLookup()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | rtas-proc.c | 403 int llen, offs; in ppc_rtas_sensors_show() local 406 loc = of_get_property(rtas_node, rstr, &llen); in ppc_rtas_sensors_show() 418 if (offs >= llen) in ppc_rtas_sensors_show()
|
/linux-6.3-rc2/lib/zstd/compress/ |
A D | zstd_opt.c | 1297 U32 const llen = opt[storePos].litlen; in ZSTD_compressBlock_opt_generic() local 1300 U32 const advance = llen + mlen; in ZSTD_compressBlock_opt_generic() 1302 anchor - istart, (unsigned)llen, (unsigned)mlen); in ZSTD_compressBlock_opt_generic() 1306 … ip = anchor + llen; /* last "sequence" is a bunch of literals => don't progress anchor */ in ZSTD_compressBlock_opt_generic() 1310 assert(anchor + llen <= iend); in ZSTD_compressBlock_opt_generic() 1311 ZSTD_updateStats(optStatePtr, llen, anchor, offCode, mlen); in ZSTD_compressBlock_opt_generic() 1312 ZSTD_storeSeq(seqStore, llen, anchor, iend, offCode, mlen); in ZSTD_compressBlock_opt_generic()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | sort.c | 3678 static void add_key(struct strbuf *sb, const char *str, int *llen) in add_key() argument 3683 if (*llen >= 75) { in add_key() 3685 *llen = INDENT; in add_key() 3688 *llen += strlen(str) + 1; in add_key() 3692 int *llen) in add_sort_string() argument 3697 add_key(sb, s[i].name, llen); in add_sort_string() 3701 int *llen) in add_hpp_sort_string() argument 3706 add_key(sb, s[i].name, llen); in add_hpp_sort_string()
|
/linux-6.3-rc2/fs/f2fs/ |
A D | extent_cache.c | 859 pgoff_t fofs, block_t blkaddr, unsigned int llen, in f2fs_update_read_extent_tree_range_compressed() argument 870 trace_f2fs_update_read_extent_tree_range(inode, fofs, llen, in f2fs_update_read_extent_tree_range_compressed() 888 __set_extent_info(&ei, fofs, llen, blkaddr, true, 0, 0, EX_READ); in f2fs_update_read_extent_tree_range_compressed()
|
A D | f2fs.h | 4259 unsigned int llen, unsigned int c_len); 4343 unsigned int llen, unsigned int c_len) { } in f2fs_update_read_extent_tree_range_compressed() argument
|
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/ |
A D | i40e_debugfs.c | 1454 u16 llen, rlen; in i40e_dbg_command_write() local 1465 &llen, &rlen, NULL); in i40e_dbg_command_write() 1481 u16 llen, rlen; in i40e_dbg_command_write() local 1493 &llen, &rlen, NULL); in i40e_dbg_command_write()
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | file.c | 1928 s64 llen; in __ocfs2_change_file_space() local 1975 llen = sr->l_len > 0 ? sr->l_len - 1 : sr->l_len; in __ocfs2_change_file_space() 1979 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space() 1980 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space()
|