| /kernel/liteos_a/testsuites/unittest/extended/signal/ |
| D | config.gni | 31 signal_include_dirs = [ "$TEST_UNITTEST_DIR/extended/signal" ] 33 signal_sources_entry = [ "$TEST_UNITTEST_DIR/extended/signal/signal_test.cpp" ] 36 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_fdisset_001.cpp", 37 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_mkfifo_002.cpp", 38 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_mkfifo_003.cpp", 39 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_pipe_004.cpp", 40 "$TEST_UNITTEST_DIR/extended/signal/smoke/It_ipc_pipe_005.cpp", 41 "$TEST_UNITTEST_DIR/extended/signal/smoke/mkfifo_test_001.cpp", 42 "$TEST_UNITTEST_DIR/extended/signal/smoke/mkfifo_test_002.cpp", 43 "$TEST_UNITTEST_DIR/extended/signal/smoke/pipe_test_002.cpp", [all …]
|
| /kernel/linux/linux-6.6/drivers/media/tuners/ |
| D | tda18271-priv.h | 36 #define R_EB1 0x10 /* Extended byte 1 */ 37 #define R_EB2 0x11 /* Extended byte 2 */ 38 #define R_EB3 0x12 /* Extended byte 3 */ 39 #define R_EB4 0x13 /* Extended byte 4 */ 40 #define R_EB5 0x14 /* Extended byte 5 */ 41 #define R_EB6 0x15 /* Extended byte 6 */ 42 #define R_EB7 0x16 /* Extended byte 7 */ 43 #define R_EB8 0x17 /* Extended byte 8 */ 44 #define R_EB9 0x18 /* Extended byte 9 */ 45 #define R_EB10 0x19 /* Extended byte 10 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/media/tuners/ |
| D | tda18271-priv.h | 36 #define R_EB1 0x10 /* Extended byte 1 */ 37 #define R_EB2 0x11 /* Extended byte 2 */ 38 #define R_EB3 0x12 /* Extended byte 3 */ 39 #define R_EB4 0x13 /* Extended byte 4 */ 40 #define R_EB5 0x14 /* Extended byte 5 */ 41 #define R_EB6 0x15 /* Extended byte 6 */ 42 #define R_EB7 0x16 /* Extended byte 7 */ 43 #define R_EB8 0x17 /* Extended byte 8 */ 44 #define R_EB9 0x18 /* Extended byte 9 */ 45 #define R_EB10 0x19 /* Extended byte 10 */ [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
| D | ucontext.h | 6 * struct extcontext - extended context header structure 7 * @magic: magic value identifying the type of extended context 10 * Extended context structures provide context which does not fit within struct 12 * ucontext and struct sigframe, with each extended context structure beginning 14 * indicated by the magic field. Userland may check each extended context 17 * of the extended context data is indicated by the magic value 26 * struct msa_extcontext - MSA extended context structure 27 * @ext: the extended context header, with magic == MSA_EXTCONTEXT_MAGIC 52 * @uc_extcontext: holds extended processor state 62 /* Extended context structures may follow ucontext */
|
| /kernel/linux/linux-6.6/arch/mips/include/uapi/asm/ |
| D | ucontext.h | 6 * struct extcontext - extended context header structure 7 * @magic: magic value identifying the type of extended context 10 * Extended context structures provide context which does not fit within struct 12 * ucontext and struct sigframe, with each extended context structure beginning 14 * indicated by the magic field. Userland may check each extended context 17 * of the extended context data is indicated by the magic value 26 * struct msa_extcontext - MSA extended context structure 27 * @ext: the extended context header, with magic == MSA_EXTCONTEXT_MAGIC 52 * @uc_extcontext: holds extended processor state 62 /* Extended context structures may follow ucontext */
|
| /kernel/linux/linux-5.10/fs/ubifs/ |
| D | xattr.c | 12 * This file implements UBIFS extended attributes support. 14 * Extended attributes are implemented as regular inodes with attached data, 15 * which limits extended attribute size to UBIFS block size (4KiB). Names of 16 * extended attributes are described by extended attribute entries (xentries), 19 * In other words, the situation with extended attributes is very similar to 22 * directory entries. Extended attribute entries store the name of the extended 23 * attribute, the host inode number, and the extended attribute inode number. 26 * extended attributes. 28 * The number of extended attributes is not limited, but there is Linux 29 * limitation on the maximum possible size of the list of all extended [all …]
|
| /kernel/linux/linux-6.6/fs/ubifs/ |
| D | xattr.c | 12 * This file implements UBIFS extended attributes support. 14 * Extended attributes are implemented as regular inodes with attached data, 15 * which limits extended attribute size to UBIFS block size (4KiB). Names of 16 * extended attributes are described by extended attribute entries (xentries), 19 * In other words, the situation with extended attributes is very similar to 22 * directory entries. Extended attribute entries store the name of the extended 23 * attribute, the host inode number, and the extended attribute inode number. 26 * extended attributes. 28 * The number of extended attributes is not limited, but there is Linux 29 * limitation on the maximum possible size of the list of all extended [all …]
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ext4/ |
| D | attributes.rst | 3 Extended Attributes 6 Extended attributes (xattrs) are typically stored in a separate data 8 The first use of extended attributes seems to have been for storing file 10 option it is possible for users to store extended attributes so long as 14 There are two places where extended attributes can be found. The first 18 available for in-inode extended attribute storage. The second place 19 where extended attributes can be found is in the block pointed to by 21 block to contain a pointer to a second extended attribute block (or even 29 Extended attributes, when stored after the inode, have a header 46 The beginning of an extended attribute block is in [all …]
|
| /kernel/linux/linux-5.10/arch/arm/nwfpe/ |
| D | fpopcode.c | 19 { .high = 0x0000, .low = 0x0000000000000000ULL},/* extended 0.0 */ 20 { .high = 0x3fff, .low = 0x8000000000000000ULL},/* extended 1.0 */ 21 { .high = 0x4000, .low = 0x8000000000000000ULL},/* extended 2.0 */ 22 { .high = 0x4000, .low = 0xc000000000000000ULL},/* extended 3.0 */ 23 { .high = 0x4001, .low = 0x8000000000000000ULL},/* extended 4.0 */ 24 { .high = 0x4001, .low = 0xa000000000000000ULL},/* extended 5.0 */ 25 { .high = 0x3ffe, .low = 0x8000000000000000ULL},/* extended 0.5 */ 26 { .high = 0x4002, .low = 0xa000000000000000ULL},/* extended 10.0 */
|
| /kernel/linux/linux-6.6/arch/arm/nwfpe/ |
| D | fpopcode.c | 19 { .high = 0x0000, .low = 0x0000000000000000ULL},/* extended 0.0 */ 20 { .high = 0x3fff, .low = 0x8000000000000000ULL},/* extended 1.0 */ 21 { .high = 0x4000, .low = 0x8000000000000000ULL},/* extended 2.0 */ 22 { .high = 0x4000, .low = 0xc000000000000000ULL},/* extended 3.0 */ 23 { .high = 0x4001, .low = 0x8000000000000000ULL},/* extended 4.0 */ 24 { .high = 0x4001, .low = 0xa000000000000000ULL},/* extended 5.0 */ 25 { .high = 0x3ffe, .low = 0x8000000000000000ULL},/* extended 0.5 */ 26 { .high = 0x4002, .low = 0xa000000000000000ULL},/* extended 10.0 */
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
| D | attributes.rst | 3 Extended Attributes 6 Extended attributes (xattrs) are typically stored in a separate data 8 The first use of extended attributes seems to have been for storing file 10 option it is possible for users to store extended attributes so long as 14 There are two places where extended attributes can be found. The first 18 available for in-inode extended attribute storage. The second place 19 where extended attributes can be found is in the block pointed to by 21 block to contain a pointer to a second extended attribute block (or even 29 Extended attributes, when stored after the inode, have a header 46 The beginning of an extended attribute block is in [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | extended-controls.rst | 6 Extended Controls API 19 implementing this extended control mechanism: the MPEG standard is quite 28 these new uses and so it was extended into the (not terribly originally 29 named) extended control API. 32 Extended Control API, nowadays there are also other classes of Extended 34 Extended Controls API as well as all Extended Controls classes are 38 The Extended Control API 102 Enumerating Extended Controls 105 The recommended way to enumerate over the extended controls is by using 151 If the driver does not support extended controls, then
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | extended-controls.rst | 6 Extended Controls API 19 implementing this extended control mechanism: the MPEG standard is quite 28 these new uses and so it was extended into the (not terribly originally 29 named) extended control API. 32 Extended Control API, nowadays there are also other classes of Extended 34 Extended Controls API as well as all Extended Controls classes are 38 The Extended Control API 102 Enumerating Extended Controls 105 The recommended way to enumerate over the extended controls is by using 151 If the driver does not support extended controls, then
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/ |
| D | test_task_analyzer.sh | 94 perf script report task-analyzer --extended-times --time-limit :99999 \ 96 …check_exec_0 "perf script report task-analyzer --extended-times --time-limit :99999 --limit-to-tas… 109 perf script report task-analyzer --summary-extended > "$out" 110 check_exec_0 "perf script report task-analyzer --summary-extended" 123 perf script report task-analyzer --extended-times --summary --ns > "$out" 124 check_exec_0 "perf script report task-analyzer --extended-times --summary --ns" 136 perf script report task-analyzer --csv csv --extended-times > /dev/null 137 check_exec_0 "perf script report task-analyzer --csv csv --extended-times" 148 perf script report task-analyzer --csv-summary csvsummary --summary-extended \ 150 check_exec_0 "perf script report task-analyzer --csv-summary csvsummary --summary-extended"
|
| /kernel/linux/linux-5.10/include/sound/sof/ |
| D | ext_manifest.h | 10 * Extended manifest is a place to store metadata about firmware, known during 33 /* check extended manifest version consistency */ 38 /* used extended manifest header version */ 41 /* extended manifest header, deleting any field breaks backward compatibility */ 56 /* Now define extended manifest elements */ 58 /* Extended manifest elements types */ 66 /* extended manifest element header */ 82 /* extended data memory windows for IPC, trace and debug */
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | cio.h | 80 * struct erw - extended report word 106 * struct erw_eadm - EADM Subchannel extended report word 120 * @esf: extended status flags 146 * struct esw0 - Format 0 Extended Status Word (ESW) 148 * @erw: extended report word 160 * struct esw1 - Format 1 Extended Status Word (ESW) 164 * @erw: extended report word 176 * struct esw2 - Format 2 Extended Status Word (ESW) 180 * @erw: extended report word 192 * struct esw3 - Format 3 Extended Status Word (ESW) [all …]
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | cio.h | 80 * struct erw - extended report word 106 * struct erw_eadm - EADM Subchannel extended report word 120 * @esf: extended status flags 146 * struct esw0 - Format 0 Extended Status Word (ESW) 148 * @erw: extended report word 160 * struct esw1 - Format 1 Extended Status Word (ESW) 164 * @erw: extended report word 176 * struct esw2 - Format 2 Extended Status Word (ESW) 180 * @erw: extended report word 192 * struct esw3 - Format 3 Extended Status Word (ESW) [all …]
|
| /kernel/linux/linux-6.6/Documentation/arch/arm/nwfpe/ |
| D | notes.rst | 16 f4 had been converted to an extended value in the emulator. 19 converted to extended, then stored. If an lfm/sfm combination had been used, 22 emulator sees a multiply of a double and extended, it promotes the double to 23 extended, then does the multiply in extended precision. 32 in extended precision, due to the stfe instruction used to save f4 in log(y).
|
| /kernel/linux/linux-5.10/Documentation/arm/nwfpe/ |
| D | notes.rst | 16 f4 had been converted to an extended value in the emulator. 19 converted to extended, then stored. If an lfm/sfm combination had been used, 22 emulator sees a multiply of a double and extended, it promotes the double to 23 extended, then does the multiply in extended precision. 32 in extended precision, due to the stfe instruction used to save f4 in log(y).
|
| /kernel/linux/linux-6.6/include/sound/sof/ |
| D | ext_manifest.h | 10 * Extended manifest is a place to store metadata about firmware, known during 33 /* check extended manifest version consistency */ 38 /* used extended manifest header version */ 41 /* extended manifest header, deleting any field breaks backward compatibility */ 56 /* Now define extended manifest elements */ 58 /* Extended manifest elements types */ 68 /* extended manifest element header */ 84 /* extended data memory windows for IPC, trace and debug */
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | hpfs.rst | 24 Set owner/group/mode for files that do not have it specified in extended 28 rights, you must use extended attributes. 51 What to do with extended attributes. 'no' - ignore them and use always 52 values specified in uid/gid/mode options. 'ro' - read extended 53 attributes but do not create them. 'rw' - create extended attributes 75 Extended attributes 79 extended attributes. Extended attributes are pairs of (key,value) where key is 83 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended 85 that extended attributes those value differs from defaults specified in mount 86 options are created. Once created, the extended attributes are never deleted, [all …]
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | hpfs.rst | 24 Set owner/group/mode for files that do not have it specified in extended 28 rights, you must use extended attributes. 51 What to do with extended attributes. 'no' - ignore them and use always 52 values specified in uid/gid/mode options. 'ro' - read extended 53 attributes but do not create them. 'rw' - create extended attributes 75 Extended attributes 79 extended attributes. Extended attributes are pairs of (key,value) where key is 83 driver can do it. If you chown/chgrp/chmod on a hpfs partition, extended 85 that extended attributes those value differs from defaults specified in mount 86 options are created. Once created, the extended attributes are never deleted, [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
| D | fsl-ls1088a-rdb.dts | 86 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 91 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 96 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 101 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 106 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 111 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 116 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 121 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 131 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>; 171 interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>;
|
| /kernel/liteos_a/testsuites/unittest/extended/trace/ |
| D | config.gni | 31 trace_include_dirs = [ "$TEST_UNITTEST_DIR/extended/trace" ] 34 [ "$TEST_UNITTEST_DIR/extended/trace/trace_unit_test.cpp" ] 37 "$TEST_UNITTEST_DIR/extended/trace/smoke/trace_test_001.cpp", 38 "$TEST_UNITTEST_DIR/extended/trace/smoke/trace_test_002.cpp", 39 "$TEST_UNITTEST_DIR/extended/trace/smoke/trace_test_003.cpp", 40 "$TEST_UNITTEST_DIR/extended/trace/smoke/trace_test_004.cpp",
|
| /kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
| D | sigcontext.h | 29 * extended state information along with fpstate information. 32 * sw_reserved.extended_size bytes large extended context area present. (The 33 * last 32-bit word of this extended area (at the 37 * This extended area typically grows with newer CPUs that have larger and 57 * Feature bit mask (including FP/SSE/extended state) that is present 79 * The FPU state data structure has had to grow to accommodate the extended FPU 134 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */ 164 struct _fpx_sw_bytes sw_reserved; /* Potential extended state is encoded here */ 186 * Extended state pointed to by sigcontext::fpstate. 189 * indicates the presence of other extended state information supported [all …]
|