Home
last modified time | relevance | path

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

123

/linux/Documentation/sphinx/
A 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/tools/net/sunrpc/xdrgen/
A Dxdr_ast.py19 structs = set() variable
299 if name in structs:
386 structs.add(name)
406 structs.add(name)
448 structs.add(name)
/linux/tools/bpf/resolve_btfids/
A Dmain.c132 struct rb_root structs; member
475 id = add_symbol(&obj->structs, prefix, sizeof(BTF_STRUCT) - 1); in symbols_collect()
585 root = &obj->structs; in symbols_resolve()
741 if (__symbols_patch(obj, &obj->structs) || in symbols_patch()
779 .structs = RB_ROOT, in main()
/linux/Documentation/mm/
A Dvmemmap_dedup.rst51 structs which size is (unit: pages)::
83 size of ``struct page`` structs of it is 8 page frames which size depends on the
92 Where the struct_size(pmd) is the size of the ``struct page`` structs of a
100 ``struct page`` structs associated with a HugeTLB page which is pmd mapped.
173 size of the ``struct page`` structs is greater than **1** page.
A Dallocation-profiling.rst53 declaring static structs (that typically describe a file and line number in
/linux/Documentation/userspace-api/media/
A Dnet.h.rst.exceptions6 # Ignore old ioctls/structs
/linux/drivers/staging/gdm724x/
A DTODO10 - Review use of atomic allocation for tx structs
/linux/Documentation/networking/
A Dgen_stats.rst7 Statistic counters are grouped into structs:
22 Declare the statistic structs you need::
/linux/Documentation/doc-guide/
A 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,
A Dkernel-doc.rst200 Members of structs, unions and enums should be documented the same way
231 Nested structs/unions
234 It is possible to document nested structs and unions, like::
237 * struct nested_foobar - a struct with nested unions and structs
276 #) When documenting nested structs or unions, if the struct/union ``foo``
/linux/Documentation/userspace-api/media/dvb/
A Ddvbapi.rst24 - digital TV data types (enums, structs, defines, etc);
A Ddvbproperty.rst20 enough to group the structs that would be required for those new
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst126 If BPF object has global variables, corresponding structs with memory
129 structs/data sections. These data sections/structs can be used to set up
131 if target kernel supports memory-mapped BPF arrays, same structs can be
/linux/drivers/staging/media/atomisp/
A DTODO14 * Remove abuse of priv field in various v4l2 userspace API structs
/linux/Documentation/driver-api/80211/
A Dmac80211.rst23 rate/mode structs.
/linux/Documentation/driver-api/media/
A Dv4l2-intro.rst49 4) Filehandle-specific structs containing per-filehandle data;
/linux/Documentation/infiniband/
A Duser_verbs.rst28 The structs for commands that require a response from the kernel
/linux/Documentation/userspace-api/gpio/
A Dchardev.rst94 This section contains the structs and enums that are referenced by the API v2,
A Dchardev_v1.rst114 This section contains the structs that are referenced by the ABI v1.
/linux/Documentation/userspace-api/
A Dfutex2.rst69 This syscall accepts only 64bit timespec structs.
/linux/Documentation/arch/x86/
A 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/Documentation/userspace-api/media/v4l/
A Dvidioc-enum-framesizes.rst86 In the structs below, *IN* denotes a value that has to be filled in by
A Dvidioc-enum-frameintervals.rst96 In the structs below, *IN* denotes a value that has to be filled in by
/linux/Documentation/driver-api/usb/
A Dtypec_bus.rst94 Alternate mode structs
/linux/Documentation/core-api/
A Dpacking.rst16 structs. Also, some hardware (typically networking equipment) tends to group

Completed in 32 milliseconds

123