Searched refs:partial (Results 101 - 125 of 137) sorted by relevance

123456

/linux-master/tools/mm/
H A Dthpmaps236 'partial': 0,
241 'partial': 0,
257 stats['anon' if anons[index_next] else 'file']['partial'] += nr
267 stats['anon' if anons[index_end - 1] else 'file']['partial'] += nr
304 rstats[f"{type}-thp-pte-partial"] = {'type': type, 'value': nrkb(stats['partial'])}
575 contiguously- mapped. These "partial" mappings are all
579 - anon-thp-pte-partial\\n
580 - file-thp-pte-partial\\n
/linux-master/net/core/
H A Dskbuff.c3057 (spd->partial[spd->nr_pages - 1].offset +
3058 spd->partial[spd->nr_pages - 1].len == offset);
3079 spd->partial[spd->nr_pages - 1].len += *len;
3084 spd->partial[spd->nr_pages].len = *len;
3085 spd->partial[spd->nr_pages].offset = offset;
3186 struct partial_page partial[MAX_SKB_FRAGS]; local
3190 .partial = partial,
4159 * commit all, so that we don't have to undo partial changes
4681 /* GSO partial onl
[all...]
/linux-master/net/ipv4/
H A Dtcp_output.c1977 * 1. It is full sized. (provided by caller in %partial bool)
1983 static bool tcp_nagle_check(bool partial, const struct tcp_sock *tp, argument
1986 return partial &&
2046 u32 partial, needed, window, max_len; local
2059 partial = needed % mss_now;
2064 if (tcp_nagle_check(partial != 0, tp, nonagle))
2065 return needed - partial;
4329 * a partial packet else a zero probe.
H A Dudp.c361 /* precompute partial secondary hash */
1402 static void udp_rmem_release(struct sock *sk, int size, int partial, argument
1409 if (likely(partial)) {
1429 amt = (sk->sk_forward_alloc - partial) & ~(PAGE_SIZE - 1);
1826 * data. If the data is truncated, or if we only want a partial
2146 net_dbg_ratelimited("UDPLite: partial coverage %d while full coverage %d requested\n",
2747 * UDP-Lite's partial checksum coverage (RFC 3828).
/linux-master/kernel/trace/
H A Dtrace.c6574 /* In other cases, don't print partial lines */
6586 * size and we should leave by partial output condition above.
6677 .partial = partial_def,
6727 spd.partial[i].offset = 0;
6728 spd.partial[i].len = trace_seq_used(&iter->seq);
8068 (struct buffer_ref *)spd->partial[i].private;
8071 spd->partial[i].private = 0;
8085 .partial = partial_def,
8151 spd.partial[i].len = page_size;
8152 spd.partial[
[all...]
/linux-master/fs/reiserfs/
H A Dinode.c2515 int partial = 0; local
2669 partial = 1;
2674 if (!partial)
/linux-master/fs/
H A Dbuffer.c2162 bool partial = false; local
2174 partial = true;
2187 * If this is a partial write which happened to make all buffers
2190 * uptodate as a result of this (potentially partial) write.
2192 if (!partial)
2198 * bringing partial write blocks uptodate first.
2236 * and overwriting a partial write. However if we have
2239 * read_folio might come in and destroy our partial write.
/linux-master/drivers/soc/fsl/qbman/
H A Dqman.c414 struct qm_eqcr_entry *partial = eqcr->cursor + 1; local
416 eqcr->cursor = eqcr_carryclear(partial);
417 if (partial != eqcr->cursor)
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S489 # GCM_COMPLETE Finishes update of tag of last partial block
712 # PARTIAL_BLOCK: Handles encryption/decryption and the tag partial blocks
715 # Outputs encrypted bytes, and updates hash and partial info in gcm_data_context
721 je .L_partial_block_done_\@ # Leave Macro if no partial blocks
756 # Determine if partial block is not being filled and
792 # Determine if partial block is not being filled and
/linux-master/fs/ext4/
H A Dinode.c803 * zeroed out correctly in case of partial writes. Otherwise, there is
950 int *partial,
966 if (partial && !buffer_uptodate(bh))
967 *partial = 1;
1383 int partial = 0; local
1408 from, from + copied, &partial,
1410 if (!partial)
1829 * for partial write.
2292 * the last partial page. So in total we can map MAX_WRITEPAGES_EXTENT_LEN +
3770 /* Handle partial zer
946 ext4_walk_page_buffers(handle_t *handle, struct inode *inode, struct buffer_head *head, unsigned from, unsigned to, int *partial, int (*fn)(handle_t *handle, struct inode *inode, struct buffer_head *bh)) argument
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S473 movew 4(%a0),%d0 | ...expo. and partial sig. of |X|
640 movew 4(%a0),%d0 | ...expo. and partial sig. of |X|
/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/include/linux/
H A Diommu.h687 * @partial: faults that are part of a Page Request Group for which the last
700 struct list_head partial; member in struct:iommu_fault_param
H A Dskbuff.h5078 __wsum partial; local
5081 partial = ~csum_unfold(*(__force __sum16 *)(csum_start +
5087 return csum_partial(l4_hdr, csum_start - l4_hdr, partial);
/linux-master/rust/
H A DMakefile290 -fno-partial-inlining -fplugin-arg-arm_ssp_per_task_plugin-% \
/linux-master/drivers/usb/storage/
H A Dene_ub6250.c497 unsigned int cswlen = 0, partial = 0; local
522 transfer_length, 0, &partial);
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py447 if cg.partial:
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_reset.c867 vma_offset = vma->gtt_view.partial.offset << PAGE_SHIFT;
/linux-master/tools/net/ynl/lib/
H A Dynl.py454 bound_f = functools.partial(self._op, op_name)
/linux-master/arch/sparc/lib/
H A DM7memcpy.S204 ! %o5 has the bytes to be written in partial store.
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3557 def __init__(self, glb, title, items, partial, parent=None):
3569 self.partial = partial
3619 if self.partial:
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c1097 *voltage = (uint16_t)fV_NL.partial.real;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h423 * or to detach partial of a certain resource type.
451 * 'partial' flag to be used when relinquishing all resources
457 u8 partial:1; member in struct:rsrc_detach
/linux-master/
H A DMakefile835 # partial inlining inlines only parts of functions
836 KBUILD_CFLAGS += -fno-reorder-blocks -fno-ipa-cp-clone -fno-partial-inlining
/linux-master/fs/ocfs2/
H A Drefcounttree.c2908 int ret = 0, partial; local
2977 from, to, &partial,

Completed in 464 milliseconds

123456