| /linux/fs/smb/server/ |
| H A D | ksmbd_work.h | 46 /* 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.
|
| /linux/include/linux/ |
| H A D | journal-head.h | 17 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 D | page-flags.h | 186 * Flags only valid for compound pages. Stored in first tail page's 223 * because the @page is a compound page composed with at least in page_fixed_fake_head() 366 * Page flags policies wrt compound pages 375 * for compound page all operations related to the page flag applied to 383 * the page flag is not relevant for compound pages. 910 * compound page. 1215 * Flags stored in the second page of a compound page. They may overlap
|
| H A D | atomic.h | 20 * For compound atomics performing both a load and a store, ACQUIRE
|
| /linux/scripts/ |
| H A D | asn1_compiler.c | 669 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 D | Makefile.kcsan | 13 …$(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 D | extended-controls.rst | 75 pointers it is now also possible to have controls with compound types 78 be able to see such compound controls. In other words, these controls 79 with compound types should only be used programmatically. 81 Since such compound controls need to expose more information about
|
| H A D | vidioc-queryctrl.rst | 62 driver returns the next supported non-compound control, or ``EINVAL`` if 64 can be specified to enumerate all compound controls (i.e. controls with 68 order to enumerate all controls, compound or not. Drivers which do not 72 support controls that can use compound types, and to expose additional 197 returns the first non-compound control with a higher ID. When the 199 the flag and returns the first compound control with a higher ID. 200 Set both to get the first control (compound or not) with a higher 645 for controls that are an array, string, or have a compound type.
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 112 When compound page is used, either will only set this flag on the head 121 A compound page with order N consists of 2^N physically contiguous pages. 122 A compound page with order 2 takes the form of "HTTT", where H donates its 123 head page and T donates its tail page(s). The major consumers of compound 129 A compound page tail (see description above).
|
| /linux/include/media/ |
| H A D | v4l2-vp9.h | 53 * @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 D | nfs42.h | 12 * 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 D | header.h | 169 * 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 D | trigger-hist.tc | 23 echo "Test histogram with compound keys" 28 fail "compound keys on sched_process_fork did not work"
|
| /linux/Documentation/netlink/specs/ |
| H A D | nfsd.yaml | 62 name: compound-ops 149 - compound-ops
|
| /linux/mm/ |
| H A D | zpdesc.h | 96 * @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 D | sparse-vmemmap.c | 40 /* 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 D | gpusvm.rst | 108 * Compound device pages 110 migrate device layer are a performance bottleneck, having compound
|
| /linux/tools/testing/selftests/mm/ |
| H A D | khugepaged.c | 798 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 D | pmb.c | 172 * 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 D | page.c | 181 * compound pages: export both head/tail info in stable_page_flags() 182 * they together define a compound page's start/end pos and order in stable_page_flags()
|
| /linux/Documentation/mm/ |
| H A D | page_frags.rst | 6 which resides within a 0 or higher order compound page. Multiple
|
| /linux/arch/sparc/include/asm/ |
| H A D | backoff.h | 11 * threaded cpu implementations like Niagara can compound this
|
| /linux/virt/kvm/ |
| H A D | kvm_mm.h | 50 * (e.g. tail pages of non-compound higher order allocations from
|
| /linux/drivers/dma/ |
| H A D | fsl-qdma.c | 140 * 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 D | xe_rtp_helpers.h | 71 * XE_RTP_DROP_CAST - Drop cast to convert a compound statement to a initializer
|