Home
last modified time | relevance | path

Searched full:compound (Results 1 – 25 of 150) sorted by relevance

123456

/linux/fs/smb/server/
H A Dksmbd_work.h46 /* Next cmd hdr in compound req buf*/
48 /* Next cmd hdr in compound rsp buf*/
50 /* Current cmd hdr in compound rsp buf*/
54 * Current Local FID assigned compound response if SMB2 CREATE
55 * command is present in compound request
95 * ksmbd_resp_buf_next - Get next buffer on compound response.
104 * ksmbd_resp_buf_curr - Get current buffer on compound response.
113 * ksmbd_req_buf_next - Get next buffer on compound request.
H A DKconfig44 compound requests, multi-credit, packet signing, RDMA(smbdirect),
/linux/include/linux/
H A Djournal-head.h17 typedef struct transaction_s transaction_t; /* Compound transaction type */
69 * Pointer to the compound transaction which owns this buffer's
80 * Pointer to the running compound transaction which is currently
94 * Pointer to the compound transaction against which this buffer
H A Datomic.h20 * For compound atomics performing both a load and a store, ACQUIRE
/linux/scripts/
H A Dasn1_compiler.c669 enum compound { enum
691 enum compound compound : 8; member
941 element->compound = implicit ? TAG_OVERRIDE : SEQUENCE; in parse_type()
954 element->compound = ANY; in parse_type()
962 element->compound = NOT_COMPOUND; in parse_type()
985 element->compound = NOT_COMPOUND; in parse_type()
991 element->compound = NOT_COMPOUND; in parse_type()
1001 element->compound = NOT_COMPOUND; in parse_type()
1011 element->compound = TYPE_REF; in parse_type()
1025 element->compound = CHOICE; in parse_type()
[all …]
H A DMakefile.kcsan13 …$(call cc-option,$(call cc-param,tsan-compound-read-before-write=1),$(call cc-option,$(call cc-par…
/linux/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst74 pointers it is now also possible to have controls with compound types
77 be able to see such compound controls. In other words, these controls
78 with compound types should only be used programmatically.
80 Since such compound controls need to expose more information about
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst112 When compound page is used, either will only set this flag on the head
120 A compound page with order N consists of 2^N physically contiguous pages.
121 A compound page with order 2 takes the form of "HTTT", where H donates its
122 head page and T donates its tail page(s). The major consumers of compound
128 A compound page tail (see description above).
/linux/include/media/
H A Dv4l2-vp9.h53 * @comp_mode: compound prediction mode probabilities.
55 * @comp_ref: compound ref probabilities.
97 * @comp: compound prediction mode counts.
98 * @comp_ref: compound ref counts.
/linux/fs/nfs/
H A Dnfs42.h12 * FIXME: four LAYOUTSTATS calls per compound at most! Do we need to support
13 * more? Need to consider not to pre-alloc too much for a compound.
/linux/include/sound/sof/
H A Dheader.h169 * Compound commands - SOF_IPC_GLB_COMPOUND.
171 * Compound commands are sent to the DSP as a single IPC operation. The
179 uint32_t count; /**< count of 0 means end of compound sequence */
/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist.tc23 echo "Test histogram with compound keys"
28 fail "compound keys on sched_process_fork did not work"
/linux/Documentation/netlink/specs/
H A Dnfsd.yaml62 name: compound-ops
149 - compound-ops
/linux/lib/
H A DKconfig.kcsan34 def_bool (CC_IS_CLANG && $(cc-option,-fsanitize=thread -mllvm -tsan-compound-read-before-write=1)) || \
35 (CC_IS_GCC && $(cc-option,-fsanitize=thread --param tsan-compound-read-before-write=1))
37 The compiler instruments plain compound read-write operations
/linux/mm/
H A Dzpdesc.h96 * @p: The first (either head of compound or single) page of zpdesc.
99 * where we know the page is the compound head, or single order-0 page.
H A Dsparse-vmemmap.c40 /* Get a ref on the head page struct page, for ZONE_DEVICE compound pages */
470 * For compound pages bigger than section size (e.g. x86 1G compound
/linux/Documentation/gpu/rfc/
H A Dgpusvm.rst108 * Compound device pages
110 migrate device layer are a performance bottleneck, having compound
/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c798 printf("Split huge page leaving single PTE mapping compound page..."); in collapse_single_pte_entry_compound()
805 c->collapse("Collapse PTE table with single PTE mapping compound page", in collapse_single_pte_entry_compound()
817 printf("Split huge page leaving single PTE page table full of compound pages..."); in collapse_full_of_compound()
825 c->collapse("Collapse PTE table full of compound pages", p, 1, ops, in collapse_full_of_compound()
838 printf("\rConstruct PTE page table full of different PTE-mapped compound pages %3d/%d...", in collapse_compound_extreme()
877 c->collapse("Collapse PTE table full of different compound pages", p, 1, in collapse_compound_extreme()
957 c->collapse("Collapse PTE table full of compound pages in child", in collapse_fork_compound()
/linux/arch/sh/mm/
H A Dpmb.c172 * Finally for sizes that involve compound mappings, walk in pmb_mapping_exists()
641 * setup the entry links accordingly. Compound mappings in pmb_synchronize()
711 * We're only interested in compound mappings in pmb_coalesce()
792 /* Attempt to combine compound mappings */ in pmb_init()
/linux/fs/proc/
H A Dpage.c182 * compound pages: export both head/tail info in stable_page_flags()
183 * they together define a compound page's start/end pos and order in stable_page_flags()
/linux/fs/nfsd/
H A Dnfsd.h60 /* Maximum number of operations per session compound */
73 /* NFSv4 compound */
374 /* before processing a COMPOUND operation, we have to check that there
/linux/Documentation/mm/
H A Dpage_frags.rst6 which resides within a 0 or higher order compound page. Multiple
/linux/arch/sparc/include/asm/
H A Dbackoff.h11 * threaded cpu implementations like Niagara can compound this
/linux/drivers/dma/
H A Dfsl-qdma.c140 * struct fsl_qdma_format - This is the struct holding describing compound
144 * @addr_lo: Holding the compound descriptor of the lower
149 * @cfg8b_w1: Compound descriptor command queue origin produced
382 /* Compound Command Descriptor(Frame List Table) */ in fsl_qdma_comp_fill_memcpy()
384 /* It must be 32 as Compound S/G Descriptor */ in fsl_qdma_comp_fill_memcpy()
/linux/drivers/gpu/drm/xe/
H A Dxe_rtp_helpers.h71 * XE_RTP_DROP_CAST - Drop cast to convert a compound statement to a initializer

123456