Searched refs:structs (Results 1 – 25 of 38) sorted by relevance
12
| /Linux-v5.10/Documentation/sphinx/ |
| D | parse-headers.pl | 29 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-v5.10/tools/bpf/resolve_btfids/ |
| D | main.c | 105 struct rb_root structs; member 425 id = add_symbol(&obj->structs, prefix, sizeof(BTF_STRUCT) - 1); in symbols_collect() 510 root = &obj->structs; in symbols_resolve() 637 if (__symbols_patch(obj, &obj->structs) || in symbols_patch() 673 .structs = RB_ROOT, in main()
|
| /Linux-v5.10/Documentation/userspace-api/media/ |
| D | net.h.rst.exceptions | 6 # Ignore old ioctls/structs
|
| /Linux-v5.10/tools/bpf/bpftool/Documentation/ |
| D | bpftool-gen.rst | 113 If BPF object has global variables, corresponding structs 116 *.bss*, *.rodata*, and *.kconfig* structs/data sections. 117 These data sections/structs can be used to set up initial 120 arrays, same structs can be used to fetch and update
|
| /Linux-v5.10/drivers/staging/gdm724x/ |
| D | TODO | 10 - Review use of atomic allocation for tx structs
|
| /Linux-v5.10/Documentation/networking/ |
| D | gen_stats.rst | 7 Statistic counters are grouped into structs: 22 Declare the statistic structs you need::
|
| /Linux-v5.10/Documentation/doc-guide/ |
| D | parse-headers.rst | 25 parse_headers.pl - parse a C file, in order to identify functions, structs, 72 It is capable of identifying defines, functions, structs, typedefs,
|
| D | kernel-doc.rst | 194 Members of structs, unions and enums should be documented the same way 225 Nested structs/unions 228 It is possible to document nested structs and unions, like:: 231 * struct nested_foobar - a struct with nested unions and structs 270 #) When documenting nested structs or unions, if the struct/union ``foo``
|
| /Linux-v5.10/Documentation/userspace-api/media/dvb/ |
| D | dvbapi.rst | 24 - digital TV data types (enums, structs, defines, etc);
|
| D | dvbproperty.rst | 20 enough to group the structs that would be required for those new
|
| /Linux-v5.10/Documentation/driver-api/80211/ |
| D | mac80211.rst | 23 rate/mode structs.
|
| /Linux-v5.10/Documentation/driver-api/media/ |
| D | v4l2-intro.rst | 49 4) Filehandle-specific structs containing per-filehandle data;
|
| /Linux-v5.10/Documentation/infiniband/ |
| D | user_verbs.rst | 28 The structs for commands that require a response from the kernel
|
| /Linux-v5.10/security/ |
| D | Kconfig.hardening | 54 bool "zero-init structs marked for userspace (weak)" 65 bool "zero-init structs passed by reference (strong)"
|
| /Linux-v5.10/drivers/staging/vc04_services/interface/ |
| D | TODO | 85 Most structs are typedefd, it's not encouraged in the kernel.
|
| /Linux-v5.10/Documentation/x86/ |
| D | orc-unwinder.rst | 144 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-v5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-enum-frameintervals.rst | 96 In the structs below, *IN* denotes a value that has to be filled in by
|
| D | vidioc-enum-framesizes.rst | 86 In the structs below, *IN* denotes a value that has to be filled in by
|
| /Linux-v5.10/Documentation/driver-api/usb/ |
| D | typec_bus.rst | 94 Alternate mode structs
|
| /Linux-v5.10/Documentation/core-api/ |
| D | packing.rst | 16 structs. Also, some hardware (typically networking equipment) tends to group
|
| /Linux-v5.10/drivers/gpu/drm/amd/display/ |
| D | TODO | 39 8. WIP - Split pipe_ctx into plane and stream resource structs
|
| /Linux-v5.10/Documentation/filesystems/caching/ |
| D | operations.rst | 27 fscache_operation structs, though these are usually embedded into some other
|
| /Linux-v5.10/Documentation/locking/ |
| D | hwspinlock.rst | 420 Important structs 445 struct hwspinlock_device contains an array of hwspinlock structs, each
|
| /Linux-v5.10/Documentation/process/ |
| D | deprecated.rst | 247 when such a struct was in unions, structs of structs, etc).
|
| /Linux-v5.10/Documentation/accounting/ |
| D | taskstats.rst | 146 2. Defining separate statistic structs and using the netlink attributes
|
12