| /linux/Documentation/networking/ |
| H A D | tls-offload-reorder-good.svg | 1 …fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
|
| H A D | tls-offload-reorder-bad.svg | 1 …fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
|
| H A D | tls-offload-layers.svg | 1 …fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
|
| /linux/Documentation/input/ |
| H A D | shape.svg | 2 ….4)" points="4200 3600 4200 3075 4950 2325 7425 2325 8250 3150 8250 3600" fill="none" stroke="#000… 3 …<polyline transform="translate(-121.88 -68.4)" points="4200 3675 4200 5400" fill="none" stroke="#0… 4 …<polyline transform="translate(-121.88 -68.4)" points="8250 3675 8250 5400" fill="none" stroke="#0… 5 …<polyline transform="translate(-121.88 -68.4)" points="3675 3600 8700 3600" fill="none" stroke="#0… 6 …<polyline transform="translate(-121.88 -68.4)" points="8775 3600 10200 3600" fill="none" stroke="#… 7 …<polyline transform="translate(-121.88 -68.4)" points="8325 3150 9075 3150" fill="none" stroke="#0… 8 …<polyline transform="translate(-121.88 -68.4)" points="7500 2325 10200 2325" fill="none" stroke="#… 9 …<polyline transform="translate(-121.88 -68.4)" points="3600 3600 3e3 3600" fill="none" stroke="#00… 10 …<polyline transform="translate(-121.88 -68.4)" points="4125 3075 3e3 3075" fill="none" stroke="#00… 11 …<polyline transform="translate(-121.88 -68.4)" points="4217 5400 8158 5400" fill="none" stroke="#0… [all …]
|
| H A D | interactive.svg | 2 …294)" points="1200 3600 1800 3600 2400 4800 3e3 4800 4200 5700 4800 5700" fill="none" stroke="#000… 3 …<rect x="1181.5" y="3133.7" width="3600" height="3150" rx="0" fill="none" stroke="#000" stroke-wid… 4 …<polyline transform="translate(-18.5,-16.294)" points="1200 4800 4800 4800" fill="none" stroke="#0… 5 …ranslate(-18.5,-16.294)" points="2400 4800 2400 6525 1950 7125 1950 7800" fill="none" stroke="#000… 6 …<polyline transform="translate(-18.5,-16.294)" points="3e3 4800 3e3 6525 3600 7125 3600 7800" fill… 7 …<polyline transform="translate(-18.5,-16.294)" points="3837 5389 4125 5100 5400 5100" fill="none" … 8 …<polyline transform="translate(-18.5,-16.294)" points="3889 5292 3826 5398 3932 5334" fill="none" … 9 …<polyline transform="translate(-18.5,-16.294)" points="2112 4189 2400 3900 5400 3900" fill="none" … 10 …<polyline transform="translate(-18.5,-16.294)" points="2164 4092 2101 4198 2207 4134" fill="none" … 11 …<polyline transform="translate(-18.5,-16.294)" points="4800 5700 5400 5700" fill="none" stroke="#0… [all …]
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | test_encl_bootstrap.S | 13 .fill 1, 8, 0 # STATE (set by CPU) 14 .fill 1, 8, 0 # FLAGS 16 .fill 1, 4, 0 # CSSA (set by CPU) 17 .fill 1, 4, 1 # NSSA 19 .fill 1, 8, 0 # AEP (set by EENTER and ERESUME) 20 .fill 1, 8, 0 # OFSBASE 21 .fill 1, 8, 0 # OGSBASE 22 .fill 1, 4, 0xFFFFFFFF # FSLIMIT 23 .fill 1, 4, 0xFFFFFFFF # GSLIMIT 24 .fill 4024, 1, 0 # Reserved [all …]
|
| /linux/lib/ |
| H A D | decompress_unlz4.c | 32 long (*fill)(void *, unsigned long), in unlz4() 63 if (input && fill) { in unlz4() 68 } else if (!fill) { in unlz4() 83 if (fill) { in unlz4() 84 size = fill(inp, 4); in unlz4() 93 if (!fill) { in unlz4() 107 if (fill) { in unlz4() 108 size = fill(inp, 4); in unlz4() 122 if (!fill) { in unlz4() 131 if (!fill && chunksize == 0) { in unlz4() [all …]
|
| H A D | decompress_unlzo.c | 98 long (*fill)(void *, unsigned long), in unlzo() 123 if (input && fill) { in unlzo() 128 } else if (!fill) { in unlzo() 143 if (fill) { in unlzo() 151 in_len = fill(in_buf, HEADER_SIZE_MAX); in unlzo() 161 if (fill) { in unlzo() 172 if (fill && in_len < 4) { in unlzo() 173 skip = fill(in_buf + in_len, 4 - in_len); in unlzo() 198 if (fill && in_len < 8) { in unlzo() 199 skip = fill(in_buf + in_len, 8 - in_len); in unlzo() [all …]
|
| H A D | btree.c | 412 int fill; in btree_grow() local 418 fill = getfill(geo, head->node, 0); in btree_grow() 419 setkey(geo, node, 0, bkey(geo, head->node, fill - 1)); in btree_grow() 430 int fill; in btree_shrink() local 436 fill = getfill(geo, node, 0); in btree_shrink() 437 BUG_ON(fill > 1); in btree_shrink() 448 int i, pos, fill, err; in btree_insert_level() local 460 fill = getfill(geo, node, pos); in btree_insert_level() 462 BUG_ON(pos < fill && keycmp(geo, node, pos, key) == 0); in btree_insert_level() 464 if (fill == geo->no_pairs) { in btree_insert_level() [all …]
|
| H A D | decompress_inflate.c | 43 long (*fill)(void*, unsigned long), in __gunzip() 94 if (!fill) in __gunzip() 95 fill = nofill; in __gunzip() 98 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip() 147 len = fill(zbuf, GZIP_IOBUF_SIZE); in __gunzip() 201 long (*fill)(void*, unsigned long), in gunzip() 207 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip() 211 long (*fill)(void*, unsigned long), in __decompress() 217 return __gunzip(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
|
| H A D | decompress_unzstd.c | 166 long (*fill)(void*, unsigned long), in __unzstd() 191 if (fill == NULL && flush == NULL) in __unzstd() 215 if (fill != NULL) in __unzstd() 216 in_len = fill(in_buf, ZSTD_IOBUF_SIZE); in __unzstd() 293 in_len = fill ? fill(in_buf, ZSTD_IOBUF_SIZE) : -1; in __unzstd() 334 long (*fill)(void*, unsigned long), in unzstd() 340 return __unzstd(buf, len, fill, flush, out_buf, 0, pos, error); in unzstd() 344 long (*fill)(void*, unsigned long), in __decompress() 350 return __unzstd(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
|
| H A D | decompress_unxz.c | 259 long (*fill)(void *dest, unsigned long size), in unxz() 276 if (fill == NULL && flush == NULL) in unxz() 306 if (fill == NULL && flush == NULL) { in unxz() 310 if (b.in_pos == b.in_size && fill != NULL) { in unxz() 316 in_size = fill(in, XZ_IOBUF_SIZE); in unxz() 406 long (*fill)(void *dest, unsigned long size), in __decompress() 412 return unxz(in, in_size, fill, flush, out, in_used, error); in __decompress()
|
| H A D | decompress_bunzip2.c | 96 long (*fill)(void*, unsigned long); member 129 bd->inbufCount = bd->fill(bd->inbuf, BZIP2_IOBUF_SIZE); in get_bits() 631 long (*fill)(void*, unsigned long)) in start_bunzip() 650 if (fill != NULL) in start_bunzip() 651 bd->fill = fill; in start_bunzip() 653 bd->fill = nofill; in start_bunzip() 681 long (*fill)(void*, unsigned long), in bunzip2() 707 i = start_bunzip(&bd, inbuf, len, fill); in bunzip2() 749 long (*fill)(void*, unsigned long), in __decompress() 755 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_frame.c | 65 size_t fill; in fc_frame_alloc_fill() local 67 fill = payload_len % 4; in fc_frame_alloc_fill() 68 if (fill != 0) in fc_frame_alloc_fill() 69 fill = 4 - fill; in fc_frame_alloc_fill() 70 fp = _fc_frame_alloc(payload_len + fill); in fc_frame_alloc_fill() 72 memset((char *) fr_hdr(fp) + payload_len, 0, fill); in fc_frame_alloc_fill()
|
| /linux/tools/testing/selftests/powerpc/copyloops/ |
| H A D | validate.c | 19 void *fill) in do_one() argument 30 memcpy(srcp, fill, len); in do_one() 65 char *src, *dst, *redzone, *fill; in test_copy_loop() local 72 fill = malloc(BUFLEN); in test_copy_loop() 74 if (!src || !dst || !redzone || !fill) { in test_copy_loop() 83 fill[i] = i & 0xff; in test_copy_loop() 89 redzone, fill); in test_copy_loop()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xsk.c | 69 struct xsk_ring_prod *fill; member 164 struct xsk_ring_prod *fill, in xsk_create_umem_rings() argument 193 fill->mask = umem->config.fill_size - 1; in xsk_create_umem_rings() 194 fill->size = umem->config.fill_size; in xsk_create_umem_rings() 195 fill->producer = map + off.fr.producer; in xsk_create_umem_rings() 196 fill->consumer = map + off.fr.consumer; in xsk_create_umem_rings() 197 fill->flags = map + off.fr.flags; in xsk_create_umem_rings() 198 fill->ring = map + off.fr.desc; in xsk_create_umem_rings() 199 fill->cached_cons = umem->config.fill_size; in xsk_create_umem_rings() 224 __u64 size, struct xsk_ring_prod *fill, in xsk_umem__create() argument [all …]
|
| H A D | xsk.h | 49 static inline __u64 *xsk_ring_prod__fill_addr(struct xsk_ring_prod *fill, in xsk_ring_prod__fill_addr() argument 52 __u64 *addrs = (__u64 *)fill->ring; in xsk_ring_prod__fill_addr() 54 return &addrs[idx & fill->mask]; in xsk_ring_prod__fill_addr() 221 struct xsk_ring_prod *fill, 235 struct xsk_ring_prod *fill,
|
| /linux/net/netfilter/ |
| H A D | nft_set_pipapo_avx2.c | 214 static int nft_pipapo_avx2_lookup_4b_2(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_2() argument 243 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_2() 277 static int nft_pipapo_avx2_lookup_4b_4(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_4() argument 320 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_4() 354 static int nft_pipapo_avx2_lookup_4b_8(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_8() argument 415 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_8() 450 static int nft_pipapo_avx2_lookup_4b_12(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_12() argument 506 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_12() 540 static int nft_pipapo_avx2_lookup_4b_32(unsigned long *map, unsigned long *fill, in nft_pipapo_avx2_lookup_4b_32() argument 642 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last); in nft_pipapo_avx2_lookup_4b_32() [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 503 .fill early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE - ., 1, 0xcc 604 .fill 511,8,0 606 .fill PTI_USER_PGD_FILL,8,0 611 .fill 512*EARLY_DYNAMIC_PAGE_TABLES,8,0 627 .fill PTI_USER_PGD_FILL,8,0 632 .fill 511, 8, 0 647 .fill 512,8,0 648 .fill PTI_USER_PGD_FILL,8,0 653 .fill 511,8,0 659 .fill L3_START_KERNEL,8,0 [all …]
|
| /linux/tools/testing/selftests/exec/ |
| H A D | binfmt_script.py | 46 fill="A", arg="", newline="\n", hashbang="#!"): argument 57 middle += fill * (NAME_MAX - 1) 60 middle += fill * remaining 124 fill=" ", target="") 129 fill="", target="", newline="") 131 test(name="spaces", size=SIZE-1, good=False, root="", fill=" ", 135 root="", fill=" ", target="")
|
| /linux/drivers/net/ethernet/pasemi/ |
| H A D | pasemi_mac.c | 581 int fill, count; in pasemi_mac_replenish_rx_ring() local 586 fill = rx_ring(mac)->next_to_fill; in pasemi_mac_replenish_rx_ring() 588 struct pasemi_mac_buffer *info = &RX_DESC_INFO(rx, fill); in pasemi_mac_replenish_rx_ring() 589 u64 *buff = &RX_BUFF(rx, fill); in pasemi_mac_replenish_rx_ring() 614 fill++; in pasemi_mac_replenish_rx_ring() 1352 int cs_size, i, fill, hdr, evt; in pasemi_mac_queue_csdesc() local 1376 fill = csring->next_to_fill; in pasemi_mac_queue_csdesc() 1377 hdr = fill; in pasemi_mac_queue_csdesc() 1379 CS_DESC(csring, fill++) = fund; in pasemi_mac_queue_csdesc() 1381 csdma = csring->chan.ring_dma + (fill & (CS_RING_SIZE-1)) * 8 + 2; in pasemi_mac_queue_csdesc() [all …]
|
| /linux/lib/zlib_inflate/ |
| H A D | inftrees.c | 36 unsigned fill; /* index for replicating entries */ in zlib_inflate_table() local 220 fill = 1U << curr; in zlib_inflate_table() 221 min = fill; /* save offset to next table */ in zlib_inflate_table() 223 fill -= incr; in zlib_inflate_table() 224 next[(huff >> drop) + fill] = this; in zlib_inflate_table() 225 } while (fill != 0); in zlib_inflate_table()
|
| /linux/drivers/crypto/ |
| H A D | mxs-dcp.c | 94 uint32_t fill; member 257 if (actx->fill % AES_BLOCK_SIZE) { in mxs_dcp_run_aes() 293 desc->size = actx->fill; in mxs_dcp_run_aes() 340 actx->fill = 0; in mxs_dcp_aes_block_crypt() 364 if (actx->fill + len > out_off) in mxs_dcp_aes_block_crypt() 365 clen = out_off - actx->fill; in mxs_dcp_aes_block_crypt() 369 memcpy(in_buf + actx->fill, src_buf, clen); in mxs_dcp_aes_block_crypt() 372 actx->fill += clen; in mxs_dcp_aes_block_crypt() 378 if (actx->fill == out_off || sg_is_last(src) || in mxs_dcp_aes_block_crypt() 386 actx->fill, dst_off); in mxs_dcp_aes_block_crypt() [all …]
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1_patch.c | 29 u8 fill; in snd_emu10k1_sample_new() local 50 fill = 0x80; in snd_emu10k1_sample_new() 54 fill = 0; in snd_emu10k1_sample_new() 113 snd_emu10k1_synth_memset(emu, sp->block, offset, size, fill); in snd_emu10k1_sample_new() 141 snd_emu10k1_synth_memset(emu, sp->block, offset, blocksize - offset, fill); in snd_emu10k1_sample_new()
|
| /linux/lib/crypto/ |
| H A D | blake2s.c | 120 const size_t fill = BLAKE2S_BLOCK_SIZE - state->buflen; in blake2s_update() local 124 if (inlen > fill) { in blake2s_update() 125 memcpy(state->buf + state->buflen, in, fill); in blake2s_update() 128 in += fill; in blake2s_update() 129 inlen -= fill; in blake2s_update()
|