Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/linux-6.12.1/Documentation/networking/
Dtls-offload-reorder-good.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
Dtls-offload-reorder-bad.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
Dtls-offload-layers.svg1fill="none" stroke="none" stroke-linecap="square" stroke-miterlimit="10" xmlns:xlink="http://www.w…
/linux-6.12.1/Documentation/input/
Dshape.svg2 ….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 …]
Dinteractive.svg2 …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-6.12.1/tools/testing/selftests/sgx/
Dtest_encl_bootstrap.S13 .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-6.12.1/lib/
Ddecompress_unlz4.c32 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 …]
Ddecompress_unlzo.c98 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 …]
Dbtree.c412 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 …]
Ddecompress_inflate.c43 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()
Ddecompress_unzstd.c166 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()
Ddecompress_unxz.c259 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()
Ddecompress_bunzip2.c96 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-6.12.1/drivers/scsi/libfc/
Dfc_frame.c65 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-6.12.1/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c19 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-6.12.1/tools/testing/selftests/bpf/
Dxsk.c69 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 …]
/linux-6.12.1/net/netfilter/
Dnft_set_pipapo_avx2.c214 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-6.12.1/arch/x86/kernel/
Dhead_64.S498 .fill early_idt_handler_array + i*EARLY_IDT_HANDLER_SIZE - ., 1, 0xcc
598 .fill 511,8,0
600 .fill PTI_USER_PGD_FILL,8,0
604 .fill 512*EARLY_DYNAMIC_PAGE_TABLES,8,0
619 .fill PTI_USER_PGD_FILL,8,0
624 .fill 511, 8, 0
639 .fill 512,8,0
640 .fill PTI_USER_PGD_FILL,8,0
646 .fill 511,8,0
652 .fill L3_START_KERNEL,8,0
[all …]
/linux-6.12.1/lib/crypto/
Dblake2s.c26 const size_t fill = BLAKE2S_BLOCK_SIZE - state->buflen; in blake2s_update() local
30 if (inlen > fill) { in blake2s_update()
31 memcpy(state->buf + state->buflen, in, fill); in blake2s_update()
34 in += fill; in blake2s_update()
35 inlen -= fill; in blake2s_update()
/linux-6.12.1/tools/testing/selftests/exec/
Dbinfmt_script.py46 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-6.12.1/drivers/net/ethernet/pasemi/
Dpasemi_mac.c581 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()
1351 int cs_size, i, fill, hdr, evt; in pasemi_mac_queue_csdesc() local
1375 fill = csring->next_to_fill; in pasemi_mac_queue_csdesc()
1376 hdr = fill; in pasemi_mac_queue_csdesc()
1378 CS_DESC(csring, fill++) = fund; in pasemi_mac_queue_csdesc()
1380 csdma = csring->chan.ring_dma + (fill & (CS_RING_SIZE-1)) * 8 + 2; in pasemi_mac_queue_csdesc()
[all …]
/linux-6.12.1/include/crypto/internal/
Dblake2b.h29 const size_t fill = BLAKE2B_BLOCK_SIZE - state->buflen; in __blake2b_update() local
33 if (inlen > fill) { in __blake2b_update()
34 memcpy(state->buf + state->buflen, in, fill); in __blake2b_update()
37 in += fill; in __blake2b_update()
38 inlen -= fill; in __blake2b_update()
/linux-6.12.1/lib/zlib_inflate/
Dinftrees.c36 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-6.12.1/drivers/crypto/
Dmxs-dcp.c94 uint32_t fill; member
256 if (actx->fill % AES_BLOCK_SIZE) { in mxs_dcp_run_aes()
292 desc->size = actx->fill; in mxs_dcp_run_aes()
336 actx->fill = 0; in mxs_dcp_aes_block_crypt()
360 if (actx->fill + len > out_off) in mxs_dcp_aes_block_crypt()
361 clen = out_off - actx->fill; in mxs_dcp_aes_block_crypt()
365 memcpy(in_buf + actx->fill, src_buf, clen); in mxs_dcp_aes_block_crypt()
368 actx->fill += clen; in mxs_dcp_aes_block_crypt()
374 if (actx->fill == out_off || sg_is_last(src) || in mxs_dcp_aes_block_crypt()
382 actx->fill, dst_off); in mxs_dcp_aes_block_crypt()
[all …]
/linux-6.12.1/sound/pci/emu10k1/
Demu10k1_patch.c29 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()

12345678910>>...16