Searched refs:partial (Results 76 - 100 of 138) sorted by last modified time

123456

/linux-master/crypto/
H A Dvmac.c62 u8 partial[VMAC_NHBYTES]; /* partial block */ member in union:vmac_desc_ctx::__anon139
65 unsigned int partial_size; /* size of the partial block */
509 memcpy(&dctx->partial[dctx->partial_size], p, n);
528 memcpy(dctx->partial, p, len);
538 unsigned int partial = dctx->partial_size; local
543 if (partial) {
545 unsigned int n = round_up(partial, 16);
548 memset(&dctx->partial[partial],
[all...]
/linux-master/fs/minix/
H A Ditree_common.c158 Indirect *partial; local
166 partial = get_branch(inode, depth, offsets, chain, &err);
169 if (!partial) {
173 partial = chain+depth-1; /* the whole chain */
180 while (partial > chain) {
181 brelse(partial->bh);
182 partial--;
196 left = (chain + depth) - partial;
197 err = alloc_branch(inode, left, offsets+(partial-chain), partial);
229 Indirect *partial, *p; local
306 Indirect *partial; local
[all...]
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c208 view.partial.offset = rounddown(page_offset, chunk);
209 view.partial.size =
211 (obj->base.size >> PAGE_SHIFT) - view.partial.offset);
213 /* If the partial covers the entire object, just create a normal VMA. */
344 /* Use a partial view if it is bigger than available space */
407 area->vm_start + (vma->gtt_view.partial.offset << PAGE_SHIFT),
/linux-master/arch/mips/lib/
H A Dcsum_partial.S97 * a2: partial checksum
301 /* Add the passed partial csum. */
669 move t2, zero # partial word
/linux-master/arch/alpha/lib/
H A Dmemchr.S121 # last quad may or may not be partial).
H A Dev6-memchr.S140 # last quad may or may not be partial).
H A Dev6-memset.S81 ldq_u $4,0($16) # L : Fetch first partial
100 * one partial quad to write.
259 ldq_u $4,0($16) # L : Fetch first partial
278 * one partial quad to write.
447 ldq_u $4,0($16) # L : Fetch first partial
466 * one partial quad to write.
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.h245 offsetof(typeof(*view), partial));
248 return memcmp(&vma->gtt_view.partial, &view->partial, view->type);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h38 * A.partial.real => Only the integer portion
39 * A.partial.decimal => Only the fractional portion
46 } partial; member in union:_fInt
341 X_LessThanOne = (X.partial.real == 0 && X.partial.decimal != 0 && X.full >= 0);
342 Y_LessThanOne = (Y.partial.real == 0 && Y.partial.decimal != 0 && Y.full >= 0);
413 if (num.partial.real > 3000)
415 else if (num.partial.real > 1000)
417 else if (num.partial
[all...]
/linux-master/include/crypto/
H A Dsha256_base.h42 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; local
46 if (unlikely((partial + len) >= SHA256_BLOCK_SIZE)) {
49 if (partial) {
50 int p = SHA256_BLOCK_SIZE - partial;
52 memcpy(sctx->buf + partial, data, p);
66 partial = 0;
69 memcpy(sctx->buf + partial, data, len);
89 unsigned int partial = sctx->count % SHA256_BLOCK_SIZE; local
91 sctx->buf[partial++] = 0x80;
92 if (partial > bit_offse
[all...]
/linux-master/include/net/
H A Dgso.h49 /* Do not update partial checksums if remote checksum is enabled. */
69 __wsum partial = SKB_GSO_CB(skb)->csum; local
74 return csum_fold(csum_partial(csum_start, plen, partial));
/linux-master/fs/reiserfs/
H A Dfile.c174 int partial = 0; local
204 partial = 1;
229 * If this is a partial write which happened to make all buffers
232 * uptodate as a result of this (potentially partial) write.
234 if (!partial)
/linux-master/arch/x86/include/asm/
H A Dunwind_hints.h23 .macro UNWIND_HINT_REGS base=%rsp offset=0 indirect=0 extra=1 partial=0 signal=1
44 .if \partial
57 UNWIND_HINT_REGS base=\base offset=\offset partial=1 signal=\signal
/linux-master/drivers/dma/sh/
H A Dshdma-base.c539 new->partial = 0;
764 /* Record partial transfer */
767 desc->partial = ops->get_partial(schan, desc);
/linux-master/crypto/asymmetric_keys/
H A Dasymmetric_type.c42 * @partial: Use partial match for @id_0 and @id_1 if true, exact if false.
55 bool partial)
84 } else if (partial) {
272 * Match asymmetric keys by a partial match on one of the first two IDs.
303 * "id:<id>" - find a key by partial match on one of the first two IDs
51 find_asymmetric_key(struct key *keyring, const struct asymmetric_key_id *id_0, const struct asymmetric_key_id *id_1, const struct asymmetric_key_id *id_2, bool partial) argument
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_la.h84 ciph_iv, ciphcfg, partial) \
103 ((partial & QAT_LA_PARTIAL_MASK) << \
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S637 # check partial block
888 std 15, 56(7) # clear partial?
927 # check partial block
929 ld 15, 56(7) # partial?
943 # create partial block mask
955 lxvb16x 16, 15, 10 # load partial block mask
965 std 12, 56(7) # update partial?
986 lxvb16x \_mask, 0, 10 # load partial block mask
990 # Handle multiple partial blocks for encrypt and decrypt
1029 # store partial bloc
[all...]
/linux-master/tools/mm/
H A Dslabinfo.c36 unsigned long partial, objects, slabs, objects_partial, objects_total; member in struct:slabinfo
128 "-P|--partial Sort by number of partial slabs\n"
500 printf("Add partial %8lu %8lu %3lu %3lu\n",
505 printf("Remove partial %8lu %8lu %3lu %3lu\n",
510 printf("Cpu partial list %8lu %8lu %3lu %3lu\n",
535 printf("Moved to head of partial list %7lu %3lu%%\n",
537 printf("Moved to tail of partial list %7lu %3lu%%\n",
576 s->slab_size, s->slabs - s->partial - s->cpu_slabs,
579 page_size << s->order, s->partial, onof
1352 _xtotals(char *heading, char *underline, int loss, int size, int partial) argument
[all...]
/linux-master/drivers/usb/storage/
H A Dene_ub6250.c497 unsigned int cswlen = 0, partial = 0; local
522 transfer_length, 0, &partial);
H A Dtransport.c257 unsigned int length, int result, unsigned int partial)
260 result, partial, length);
265 if (partial != length) {
469 unsigned int partial; local
472 &partial);
474 scsi_set_resid(srb, scsi_bufflen(srb) - partial);
492 unsigned int partial; local
499 length_left, &partial);
500 length_left -= partial;
504 length_left, &partial);
256 interpret_urb_result(struct us_data *us, unsigned int pipe, unsigned int length, int result, unsigned int partial) argument
[all...]
/linux-master/arch/arm64/crypto/
H A Dghash-ce-glue.c122 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; local
126 if ((partial + len) >= GHASH_BLOCK_SIZE) {
130 if (partial) {
131 int p = GHASH_BLOCK_SIZE - partial;
133 memcpy(ctx->buf + partial, src, p);
145 partial ? ctx->buf : NULL,
150 partial = 0;
154 memcpy(ctx->buf + partial, src, len);
161 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; local
163 if (partial) {
[all...]
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c115 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; local
119 if ((partial + len) >= GHASH_BLOCK_SIZE) {
123 if (partial) {
124 int p = GHASH_BLOCK_SIZE - partial;
126 memcpy(ctx->buf + partial, src, p);
135 partial ? ctx->buf : NULL);
137 partial = 0;
140 memcpy(ctx->buf + partial, src, len);
147 unsigned int partial = ctx->count % GHASH_BLOCK_SIZE; local
149 if (partial) {
[all...]
/linux-master/drivers/net/usb/
H A Drndis_host.c97 int partial; local
133 &notification, sizeof(notification), &partial,
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c731 pr_err("DMA mismatch for partial page offset %lu\n",
824 view.partial.offset = offset;
825 view.partial.size = sz;
841 pr_err("(%s) Inconsistent partial pinning for (offset=%d, size=%d)\n",
848 pr_err("(%s) Inconsistent partial pages for (offset=%d, size=%d)\n",
870 pr_err("(%s) All partial vma were not recorded on the obj->vma_list: found %u, expected %u\n",
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py447 if cg.partial:

Completed in 509 milliseconds

123456