Home
last modified time | relevance | path

Searched refs:dest_len (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/sparc/prom/
Dprintf.c32 unsigned int dest_len; in prom_write() local
39 dest_len = 0; in prom_write()
44 dest_len++; in prom_write()
47 dest_len++; in prom_write()
48 if (dest_len >= CONSOLE_WRITE_BUF_SIZE - 1) { in prom_write()
49 prom_console_write_buf(console_write_buf, dest_len); in prom_write()
51 dest_len = 0; in prom_write()
54 if (dest_len) in prom_write()
55 prom_console_write_buf(console_write_buf, dest_len); in prom_write()
/Linux-v4.19/lib/
Ddecompress_unlz4.c50 size_t dest_len; in unlz4() local
151 dest_len = uncomp_chunksize; in unlz4()
152 out_len -= dest_len; in unlz4()
154 dest_len = out_len; in unlz4()
156 ret = LZ4_decompress_fast(inp, outp, dest_len); in unlz4()
159 dest_len = uncomp_chunksize; in unlz4()
161 ret = LZ4_decompress_safe(inp, outp, chunksize, dest_len); in unlz4()
162 dest_len = ret; in unlz4()
170 if (flush && flush(outp, dest_len) != dest_len) in unlz4()
173 outp += dest_len; in unlz4()
/Linux-v4.19/arch/x86/xen/
Dsetup.c671 phys_addr_t dest_off, src_off, dest_len, src_len, len; in xen_phys_memcpy() local
677 dest_len = n; in xen_phys_memcpy()
678 if (dest_len > (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off) in xen_phys_memcpy()
679 dest_len = (NR_FIX_BTMAPS << PAGE_SHIFT) - dest_off; in xen_phys_memcpy()
683 len = min(dest_len, src_len); in xen_phys_memcpy()
684 to = early_memremap(dest - dest_off, dest_len + dest_off); in xen_phys_memcpy()
687 early_memunmap(to, dest_len + dest_off); in xen_phys_memcpy()
/Linux-v4.19/include/linux/
Dstring.h442 static inline void memcpy_and_pad(void *dest, size_t dest_len, in memcpy_and_pad() argument
445 if (dest_len > count) { in memcpy_and_pad()
447 memset(dest + count, pad, dest_len - count); in memcpy_and_pad()
449 memcpy(dest, src, dest_len); in memcpy_and_pad()
/Linux-v4.19/arch/s390/include/asm/
Dcpacf.h408 u8 *dest, unsigned long dest_len, in cpacf_prno() argument
414 register unsigned long r3 asm("3") = (unsigned long) dest_len; in cpacf_prno()
/Linux-v4.19/Documentation/networking/
Dswitchdev.txt337 to add/modify/delete IPv4 dst/dest_len prefix on table tb_id. The *fi