| /linux/net/ipv4/netfilter/ |
| H A D | nf_nat_snmp_basic.asn1 | 69 IMPLICIT OCTET STRING OPTIONAL ({snmp_helper}) 73 IMPLICIT INTEGER OPTIONAL 77 IMPLICIT INTEGER OPTIONAL 83 IMPLICIT INTEGER OPTIONAL 87 IMPLICIT OCTET STRING OPTIONAL 91 IMPLICIT INTEGER OPTIONAL 121 [0] IMPLICIT PDU OPTIONAL 124 [1] IMPLICIT PDU OPTIONAL 127 [2] IMPLICIT PDU OPTIONAL 130 [3] IMPLICIT PDU OPTIONAL [all …]
|
| /linux/crypto/asymmetric_keys/ |
| H A D | x509_akid.asn1 | 10 keyIdentifier [0] IMPLICIT KeyIdentifier OPTIONAL, 11 authorityCertIssuer [1] IMPLICIT GeneralNames OPTIONAL, 12 authorityCertSerialNumber [2] IMPLICIT CertificateSerialNumber OPTIONAL 22 otherName [0] IMPLICIT OtherName, 23 rfc822Name [1] IMPLICIT IA5String, 24 dNSName [2] IMPLICIT IA5String, 27 ediPartyName [5] IMPLICIT EDIPartyName, 28 uniformResourceIdentifier [6] IMPLICIT IA5String, 29 iPAddress [7] IMPLICIT OCTET STRING, 30 registeredID [8] IMPLICIT OBJECT IDENTIFIER
|
| H A D | pkcs7.asn1 | 20 certSet [0] IMPLICIT ExtendedCertificatesAndCertificates, 21 certSequence [2] IMPLICIT Certificates 24 crlSet [1] IMPLICIT CertificateRevocationLists, 25 crlSequence [3] IMPLICIT CRLSequence 54 extendedCertificate [0] IMPLICIT ExtendedCertificate -- PKCS#6 82 aaSet [0] IMPLICIT SetOfAuthenticatedAttribute 93 uaSet [1] IMPLICIT SET OF UnauthenticatedAttribute, 94 uaSequence [3] IMPLICIT SEQUENCE OF UnauthenticatedAttribute 101 subjectKeyIdentifier [0] IMPLICIT SubjectKeyIdentifier
|
| H A D | x509.asn1 | 22 issuerUniqueID [ 1 ] IMPLICIT UniqueIdentifier OPTIONAL, 23 subjectUniqueID [ 2 ] IMPLICIT UniqueIdentifier OPTIONAL,
|
| /linux/include/linux/sched/ |
| H A D | mm.h | 50 * The implicit full barrier implied by atomic_dec_and_test() is in mmdrop() 346 * memalloc_noio_save - Marks implicit GFP_NOIO allocation scope. 363 * memalloc_noio_restore - Ends the implicit GFP_NOIO scope. 366 * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function. 376 * memalloc_nofs_save - Marks implicit GFP_NOFS allocation scope. 393 * memalloc_nofs_restore - Ends the implicit GFP_NOFS scope. 396 * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function. 406 * memalloc_noreclaim_save - Marks implicit __GFP_MEMALLOC scope. 434 * memalloc_noreclaim_restore - Ends the implicit __GFP_MEMALLOC scope. 437 * Ends the implicit __GFP_MEMALLOC scope started by memalloc_noreclaim_save [all …]
|
| H A D | deadline.h | 61 * Regarding the deadline, a task with implicit deadline has a relative 66 * applied only for tasks which do not have an implicit deadline. See 69 * The dl_is_implicit() returns true if the task has an implicit deadline.
|
| /linux/sound/usb/ |
| H A D | implicit.c | 3 // Special handling for implicit feedback mode 19 #include "implicit.h" 47 /* Implicit feedback quirk table for playback */ 77 /* Implicit feedback quirk table for capture: only FIXED type */ 110 /* Check whether the given UAC2 iface:altset points to an implicit fb source */ 203 * for the implicit feedback operation 290 /* Setup an implicit feedback endpoint from a quirk. Returns 0 if no quirk 325 /* Generic UAC2 implicit feedback */ in audioformat_implicit_fb_quirk() 336 /* Roland/BOSS implicit feedback with vendor spec class */ in audioformat_implicit_fb_quirk() 351 /* Try the generic implicit fb if available */ in audioformat_implicit_fb_quirk() [all …]
|
| H A D | card.h | 27 bool implicit_fb; /* implicit feedback endpoint */ 98 struct list_head ready_playback_urbs; /* playback URB FIFO for implicit fb */ 131 bool implicit_fb_sync; /* syncs with implicit feedback */
|
| /linux/drivers/acpi/acpica/ |
| H A D | utstrtoul64.c | 25 * 3) Runtime "Implicit conversion" as defined in the ACPI specification. 32 * interpreter - Implicit and explicit conversions, GPE method names 41 * and implicit conversions. This global must be set to the proper width. 51 * support (explicit/implicit) for octal string conversions. 162 * an "implicit conversion" by the ACPI specification. Used by 164 * an automatic (implicit) conversion from a string operand 201 * interpreter - All runtime implicit conversions, as per ACPI specification 218 * implicit conversions, and the "0x" prefix is "not allowed". in acpi_ut_implicit_strtoul64() 265 * "unpredictable", so ACPICA matches the behavior of the implicit 270 * behavior of the implicit conversion case. It terminates the
|
| H A D | dsutils.c | 28 * DESCRIPTION: Clear and remove a reference on an implicit return value. Used 47 * Delete any "stale" implicit return. However, in in acpi_ds_clear_implicit_return() 48 * complex statements, the implicit return value can be in acpi_ds_clear_implicit_return() 52 "Removing reference on stale implicit return obj %p\n", in acpi_ds_clear_implicit_return() 69 * RETURN: TRUE if implicit return enabled, FALSE otherwise 71 * DESCRIPTION: Implements the optional "implicit return". We save the result 97 * Delete any "stale" implicit return value first. However, in in acpi_ds_do_implicit_return() 98 * complex statements, the implicit return value can be in acpi_ds_do_implicit_return() 109 /* Save the implicit return value, add a reference if requested */ in acpi_ds_do_implicit_return() 150 * optional support for a so-called "implicit return". Some AML code in acpi_ds_is_result_used()
|
| /linux/include/linux/ |
| H A D | srcutree.h | 295 this_cpu_inc(scp->srcu_locks.counter); // Y, and implicit RCU reader. in __srcu_read_lock_fast() 297 atomic_long_inc(raw_cpu_ptr(&scp->srcu_locks)); // Y, and implicit RCU reader. in __srcu_read_lock_fast() 310 * information on implicit RCU readers and NMI safety. 319 this_cpu_inc(scp->srcu_unlocks.counter); // Z, and implicit RCU reader. in __srcu_read_unlock_fast() 321 atomic_long_inc(raw_cpu_ptr(&scp->srcu_unlocks)); // Z, and implicit RCU reader. in __srcu_read_unlock_fast() 339 this_cpu_inc(scp->srcu_locks.counter); // Y, and implicit RCU reader. in __srcu_read_lock_fast_updown() 341 atomic_long_inc(raw_cpu_ptr(&scp->srcu_locks)); // Y, and implicit RCU reader. in __srcu_read_lock_fast_updown() 354 * information on implicit RCU readers and NMI safety. 363 this_cpu_inc(scp->srcu_unlocks.counter); // Z, and implicit RCU reader. in __srcu_read_unlock_fast_updown() 365 atomic_long_inc(raw_cpu_ptr(&scp->srcu_unlocks)); // Z, and implicit RCU reader. in __srcu_read_unlock_fast_updown()
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | asi.h | 133 #define ASI_P 0x80 /* Primary, implicit */ 134 #define ASI_S 0x81 /* Secondary, implicit */ 137 #define ASI_PL 0x88 /* Primary, implicit, l-endian */ 138 #define ASI_SL 0x89 /* Secondary, implicit, l-endian */ 277 * primary, implicit 280 * secondary, implicit 286 * implicit 290 * implicit 296 * implicit, little-endian 300 * implicit, little-endian
|
| /linux/Documentation/bpf/ |
| H A D | linux-notes.rst | 63 These instructions have seven implicit operands: 65 * Register R6 is an implicit input that must contain a pointer to a 67 * Register R0 is an implicit output which contains the data fetched from 72 These instructions have an implicit program exit condition as well. If an
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | btf_dump_test_case_bitfields.c | 58 /* 8-bit implicit padding */ 60 /* 4 more bytes of implicit padding */ 63 /* 24 bits implicit padding */
|
| /linux/include/uapi/linux/ |
| H A D | dma-buf.h | 49 * If the driver or API with which the client is interacting uses implicit 113 * Unlike doing implicit synchronization via a GPU kernel driver's exec ioctl, 145 * sync_file into a dma-buf for the purposes of implicit synchronization 148 * which expect implicit synchronization such as OpenGL or most media
|
| /linux/Documentation/userspace-api/ |
| H A D | dma-buf-alloc-exchange.rst | 27 format and modifier (implicit or explicit). 301 Implicit modifiers 341 not supported, or as part of a larger list to declare that implicit modifiers 346 used, or as part of a larger list to declare that an allocation using implicit 360 formed by the producer and all the consumers must be either fully implicit or fully 365 allocation using implicit modifiers, or allocate the buffer for media use 368 As one exception to the above, allocations may be 'upgraded' from implicit 378 interpretation of buffer content, as implicit modifier operation may still be
|
| /linux/arch/parisc/math-emu/ |
| H A D | Makefile | 7 ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \ 9 -Wno-implicit-int -Wno-missing-prototypes -Wno-missing-declarations \
|
| /linux/scripts/ |
| H A D | Makefile.ubsan | 25 -fsanitize=implicit-signed-integer-truncation \ 26 -fsanitize=implicit-unsigned-integer-truncation \
|
| /linux/include/net/ |
| H A D | net_shaper.h | 89 * Implicit creation 111 * (see the "Implicit creation" note). If @node already exists, 142 * implicit re-parenting in the driver as core will re-parent the leaves
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | dhc.h | 200 * @implicit: is TWT implicit 220 u8 implicit; member
|
| /linux/arch/x86/include/asm/ |
| H A D | smap.h | 37 * Note: a barrier is implicit in alternative(). 62 * Note: a barrier is implicit in alternative().
|
| /linux/Documentation/driver-api/ |
| H A D | ioctl.rst | 176 implicit padding. The ``pahole`` tool can be used for checking the 185 implicit padding. 203 implicit padding in data structures. Where there is implicit padding
|
| /linux/drivers/firmware/efi/ |
| H A D | mokvar-table.c | 91 * Implicit inputs: 95 * Implicit outputs: 296 * Implicit inputs: 304 * Implicit outputs:
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-decoder-cmd.rst | 50 call sends an implicit START command to the decoder if it has not been 54 call of a streaming file descriptor sends an implicit immediate STOP 158 decoder in case of an implicit stop initiated by the decoder itself,
|
| /linux/kernel/sched/ext/ |
| H A D | idle.c | 1027 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs 1047 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs 1094 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs 1161 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs 1188 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs 1219 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs 1250 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs 1297 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs 1329 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs 1367 * @aux: implicit BPF argument to access bpf_prog_aux hidden from BPF progs [all …]
|