Home
last modified time | relevance | path

Searched refs:structs (Results 1 – 25 of 44) sorted by relevance

12

/linux-5.19.10/Documentation/sphinx/
Dparse-headers.pl29 my %structs;
113 $structs{$s} = "struct $s\\ ";
169 delete $structs{$1} if (exists($structs{$1}));
220 $structs{$old} = $new if (exists($structs{$old}));
232 print Data::Dumper->Dump([\%structs], [qw(*structs)]) if (%structs);
300 foreach my $r (keys %structs) {
301 my $s = $structs{$r};
/linux-5.19.10/Documentation/vm/
Dvmemmap_dedup.rst10 The struct page structures (page structs) are used to describe a physical
21 Within the HugeTLB subsystem, only the first 4 page structs are used to
23 this upper limit. The only 'useful' information in the remaining page structs
26 By removing redundant page structs for HugeTLB pages, memory can be returned
48 structs which size is (unit: pages)::
80 size of struct page structs of it is 8 page frames which size depends on the
89 Where the struct_size(pmd) is the size of the struct page structs of a
97 struct page structs associated with a HugeTLB page which is pmd mapped.
125 page of page structs (page 0) associated with the HugeTLB page contains the 4
126 page structs necessary to describe the HugeTLB. The only use of the remaining
[all …]
/linux-5.19.10/tools/bpf/resolve_btfids/
Dmain.c107 struct rb_root structs; member
434 id = add_symbol(&obj->structs, prefix, sizeof(BTF_STRUCT) - 1); in symbols_collect()
532 root = &obj->structs; in symbols_resolve()
663 if (__symbols_patch(obj, &obj->structs) || in symbols_patch()
701 .structs = RB_ROOT, in main()
/linux-5.19.10/Documentation/userspace-api/media/
Dnet.h.rst.exceptions6 # Ignore old ioctls/structs
/linux-5.19.10/drivers/staging/gdm724x/
DTODO10 - Review use of atomic allocation for tx structs
/linux-5.19.10/Documentation/networking/
Dgen_stats.rst7 Statistic counters are grouped into structs:
22 Declare the statistic structs you need::
/linux-5.19.10/Documentation/doc-guide/
Dparse-headers.rst25 parse_headers.pl - parse a C file, in order to identify functions, structs,
72 It is capable of identifying defines, functions, structs, typedefs,
Dkernel-doc.rst195 Members of structs, unions and enums should be documented the same way
226 Nested structs/unions
229 It is possible to document nested structs and unions, like::
232 * struct nested_foobar - a struct with nested unions and structs
271 #) When documenting nested structs or unions, if the struct/union ``foo``
/linux-5.19.10/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst143 If BPF object has global variables, corresponding structs
146 *.bss*, *.rodata*, and *.kconfig* structs/data sections.
147 These data sections/structs can be used to set up initial
150 arrays, same structs can be used to fetch and update
/linux-5.19.10/Documentation/userspace-api/media/dvb/
Ddvbapi.rst24 - digital TV data types (enums, structs, defines, etc);
Ddvbproperty.rst20 enough to group the structs that would be required for those new
/linux-5.19.10/Documentation/driver-api/80211/
Dmac80211.rst23 rate/mode structs.
/linux-5.19.10/Documentation/trace/
Duser_events.rst84 This allows user programs to describe custom structs out to tools, if required.
180 User programs might have well known structs that they wish to use to emit out
/linux-5.19.10/Documentation/infiniband/
Duser_verbs.rst28 The structs for commands that require a response from the kernel
/linux-5.19.10/Documentation/driver-api/media/
Dv4l2-intro.rst49 4) Filehandle-specific structs containing per-filehandle data;
/linux-5.19.10/Documentation/userspace-api/
Dfutex2.rst69 This syscall accepts only 64bit timespec structs.
/linux-5.19.10/Documentation/x86/
Dorc-unwinder.rst144 the code paths of a .o file, it creates an array of orc_entry structs,
146 structs, and writes them to the .orc_unwind and .orc_unwind_ip sections
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dvidioc-enum-framesizes.rst86 In the structs below, *IN* denotes a value that has to be filled in by
Dvidioc-enum-frameintervals.rst96 In the structs below, *IN* denotes a value that has to be filled in by
/linux-5.19.10/Documentation/translations/zh_CN/doc-guide/
Dkernel-doc.rst206 * struct nested_foobar - a struct with nested unions and structs
/linux-5.19.10/Documentation/core-api/
Dpacking.rst16 structs. Also, some hardware (typically networking equipment) tends to group
/linux-5.19.10/Documentation/driver-api/usb/
Dtypec_bus.rst94 Alternate mode structs
/linux-5.19.10/drivers/gpu/drm/amd/display/
DTODO39 8. WIP - Split pipe_ctx into plane and stream resource structs
/linux-5.19.10/security/
DKconfig.hardening58 bool "zero-init structs marked for userspace (weak)"
70 bool "zero-init structs passed by reference (strong)"
/linux-5.19.10/Documentation/process/
Ddeprecated.rst264 when such a struct was in unions, structs of structs, etc).

12