/linux-6.3-rc2/tools/include/nolibc/ |
A D | sys.h | 57 static __attribute__((unused)) 63 static __attribute__((unused)) 75 static __attribute__((unused)) 93 static __attribute__((unused)) 99 static __attribute__((unused)) 116 static __attribute__((unused)) 128 static __attribute__((unused)) 145 static __attribute__((unused)) 157 static __attribute__((unused)) 174 static __attribute__((unused)) [all …]
|
A D | ctype.h | 16 static __attribute__((unused)) 23 static __attribute__((unused)) 29 static __attribute__((unused)) 36 static __attribute__((unused)) 42 static __attribute__((unused)) 49 static __attribute__((unused)) 55 static __attribute__((unused)) 62 static __attribute__((unused)) 69 static __attribute__((unused)) 75 static __attribute__((unused)) [all …]
|
A D | stdlib.h | 40 static __attribute__((unused)) 63 static __attribute__((unused)) 69 static __attribute__((unused)) 89 static __attribute__((unused)) 112 static __attribute__((unused)) 138 static __attribute__((unused)) 155 static __attribute__((unused)) 172 static __attribute__((unused)) 209 static __attribute__((unused)) 249 static __attribute__((unused)) [all …]
|
A D | string.h | 18 static __attribute__((unused)) 30 static __attribute__((unused)) 42 static __attribute__((unused)) 99 static __attribute__((unused)) 110 static __attribute__((unused)) 121 static __attribute__((unused)) 136 static __attribute__((unused)) 158 static __attribute__((unused)) 167 static __attribute__((unused)) 181 static __attribute__((unused)) [all …]
|
A D | stdio.h | 40 static __attribute__((unused)) 56 static __attribute__((unused)) 67 static __attribute__((unused)) 83 static __attribute__((unused)) 95 static __attribute__((unused)) 116 static __attribute__((unused)) 129 static __attribute__((unused)) 135 static __attribute__((unused)) 145 static __attribute__((unused)) 170 static __attribute__((unused)) [all …]
|
A D | unistd.h | 16 static __attribute__((unused)) 29 static __attribute__((unused)) 40 static __attribute__((unused)) 48 static __attribute__((unused))
|
/linux-6.3-rc2/drivers/scsi/ |
A D | 53c700_d.h_shipped | 861 static u32 A_AFTER_CMD_used[] __attribute((unused)) = { 970 static u32 A_Device_ID_used[] __attribute((unused)) = { 980 static u32 A_FATAL_used[] __attribute((unused)) = { 1020 static u32 A_MSG_IN_used[] __attribute((unused)) = { 1054 static u32 A_MSG_OUT_used[] __attribute((unused)) = { 1156 static u32 A_SDTR_MSG_used[] __attribute((unused)) = { 1229 static u32 A_WDTR_MSG_used[] __attribute((unused)) = { 1262 static u32 LABELPATCHES[] __attribute((unused)) = { 1324 } EXTERNAL_PATCHES[] __attribute((unused)) = { 1327 static u32 INSTRUCTIONS __attribute((unused)) = 149; [all …]
|
/linux-6.3-rc2/mm/kasan/ |
A D | kasan_test_module.c | 23 int __maybe_unused unused; in copy_user_test() local 41 unused = copy_from_user(kmem, usermem, size + 1); in copy_user_test() 44 unused = copy_to_user(usermem, kmem, size + 1); in copy_user_test() 47 unused = __copy_from_user(kmem, usermem, size + 1); in copy_user_test() 50 unused = __copy_to_user(usermem, kmem, size + 1); in copy_user_test() 53 unused = __copy_from_user_inatomic(kmem, usermem, size + 1); in copy_user_test() 56 unused = __copy_to_user_inatomic(usermem, kmem, size + 1); in copy_user_test() 59 unused = strncpy_from_user(kmem, usermem, size + 1); in copy_user_test()
|
/linux-6.3-rc2/drivers/misc/genwqe/ |
A D | card_debugfs.c | 71 return curr_dbg_uidn_show(s, unused, 0); in curr_dbg_uid0_show() 78 return curr_dbg_uidn_show(s, unused, 1); in curr_dbg_uid1_show() 85 return curr_dbg_uidn_show(s, unused, 2); in curr_dbg_uid2_show() 100 return prev_dbg_uidn_show(s, unused, 0); in prev_dbg_uid0_show() 107 return prev_dbg_uidn_show(s, unused, 1); in prev_dbg_uid1_show() 114 return prev_dbg_uidn_show(s, unused, 2); in prev_dbg_uid2_show() 119 static int curr_regs_show(struct seq_file *s, void *unused) in curr_regs_show() argument 148 static int prev_regs_show(struct seq_file *s, void *unused) in prev_regs_show() argument 172 static int jtimer_show(struct seq_file *s, void *unused) in jtimer_show() argument 211 static int ddcb_info_show(struct seq_file *s, void *unused) in ddcb_info_show() argument [all …]
|
/linux-6.3-rc2/tools/build/feature/ |
A D | test-jvmti.c | 6 JavaVM jvm __attribute__((unused)); in main() 7 jvmtiEventCallbacks cb __attribute__((unused)); in main() 8 jvmtiCapabilities caps __attribute__((unused)); in main() 9 jvmtiJlocationFormat format __attribute__((unused)); in main() 10 jvmtiEnv jvmti __attribute__((unused)); in main()
|
A D | test-jvmti-cmlr.c | 7 jvmtiCompiledMethodLoadInlineRecord rec __attribute__((unused)); in main() 8 jvmtiCompiledMethodLoadRecordHeader hdr __attribute__((unused)); in main() 9 PCStackInfo p __attribute__((unused)); in main()
|
/linux-6.3-rc2/sound/pci/ctxfi/ |
A D | ctvmem.c | 43 list_for_each(pos, &vm->unused) { in get_vm_block() 48 if (pos == &vm->unused) in get_vm_block() 86 list_for_each(pos, &vm->unused) { in put_vm_block() 91 if (pos == &vm->unused) { in put_vm_block() 92 list_add_tail(&block->list, &vm->unused); in put_vm_block() 107 while (pre != &vm->unused) { in put_vm_block() 200 INIT_LIST_HEAD(&vm->unused); in ct_vm_create() 206 list_add(&block->list, &vm->unused); in ct_vm_create() 228 while (!list_empty(&vm->unused)) { in ct_vm_destroy() 229 pos = vm->unused.next; in ct_vm_destroy()
|
/linux-6.3-rc2/drivers/media/common/b2c2/ |
A D | flexcop_ibi_value_be.h | 26 u32 unused : 1; member 33 u32 unused : 1; member 38 u32 unused : 2; member 61 u32 unused : 6; member 109 u32 unused : 9; member 184 u32 unused : 7; member 229 u32 unused :15; member 234 u32 unused :15; member 239 u32 unused :15; member 252 u32 unused :22; member [all …]
|
A D | flexcop_ibi_value_le.h | 26 u32 unused : 1; member 31 u32 unused : 1; member 37 u32 unused : 2; member 66 u32 unused : 6; member 132 u32 unused : 9; member 184 u32 unused : 7; member 230 u32 unused :15; member 235 u32 unused :15; member 240 u32 unused :15; member 253 u32 unused :22; member [all …]
|
/linux-6.3-rc2/include/linux/clk/ |
A D | renesas.h | 21 int cpg_mstp_attach_dev(struct generic_pm_domain *unused, struct device *dev); 22 void cpg_mstp_detach_dev(struct generic_pm_domain *unused, struct device *dev); 29 int cpg_mssr_attach_dev(struct generic_pm_domain *unused, struct device *dev); 30 void cpg_mssr_detach_dev(struct generic_pm_domain *unused, struct device *dev);
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/mvpp2/ |
A D | mvpp2_debugfs.c | 58 static int mvpp2_dbgfs_flow_flt_hits_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_flt_hits_show() argument 71 static int mvpp2_dbgfs_flow_dec_hits_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_dec_hits_show() argument 84 static int mvpp2_dbgfs_flow_type_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_type_show() argument 124 static int mvpp2_dbgfs_flow_id_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_id_show() argument 243 static int mvpp2_dbgfs_port_vid_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_port_vid_show() argument 299 static int mvpp2_dbgfs_filter_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_filter_show() argument 337 static int mvpp2_dbgfs_prs_lu_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_prs_lu_show() argument 349 static int mvpp2_dbgfs_prs_pmap_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_prs_pmap_show() argument 367 static int mvpp2_dbgfs_prs_ai_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_prs_ai_show() argument 404 static int mvpp2_dbgfs_prs_sram_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_prs_sram_show() argument [all …]
|
/linux-6.3-rc2/Documentation/x86/x86_64/ |
A D | mm.rst | 46 ffffc88000000000 | -55.5 TB | ffffc8ffffffffff | 0.5 TB | ... unused hole 48 ffffe90000000000 | -23 TB | ffffe9ffffffffff | 1 TB | ... unused hole 50 ffffeb0000000000 | -21 TB | ffffebffffffffff | 1 TB | ... unused hole 57 fffffc0000000000 | -4 TB | fffffdffffffffff | 2 TB | ... unused hole 60 fffffe8000000000 | -1.5 TB | fffffeffffffffff | 0.5 TB | ... unused hole 62 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole 64 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | ... unused hole 71 ffffffffffe00000 | -2 MB | ffffffffffffffff | 2 MB | ... unused hole 105 ff91000000000000 | -27.75 PB | ff9fffffffffffff | 3.75 PB | ... unused hole 107 ffd2000000000000 | -11.5 PB | ffd3ffffffffffff | 0.5 PB | ... unused hole [all …]
|
/linux-6.3-rc2/arch/um/drivers/ |
A D | chan_user.h | 33 extern void generic_close(int fd, void *unused); 34 extern int generic_read(int fd, char *c_out, void *unused); 35 extern int generic_write(int fd, const char *buf, int n, void *unused); 37 extern int generic_window_size(int fd, void *unused, unsigned short *rows_out,
|
/linux-6.3-rc2/include/linux/can/dev/ |
A D | peak_canfd.h | 98 u8 unused; member 122 u8 unused; member 134 u32 unused; member 148 u16 unused; member 160 u32 unused; member 229 u8 unused[3]; member
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | dlm_device.h | 36 __u16 unused; member 66 __u8 unused[2]; member 90 __u8 unused[3]; member
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | vfpmacros.h | 45 addeq \base, \base, #32*4 @ step over unused register space 51 addne \base, \base, #32*4 @ step over unused register space 70 addeq \base, \base, #32*4 @ step over unused register space 76 addne \base, \base, #32*4 @ step over unused register space
|
/linux-6.3-rc2/Documentation/firmware-guide/acpi/ |
A D | gpio-properties.rst | 190 line 0: "pin_0" unused input active-high 191 line 1: "pin_1" unused input active-high 192 line 2: unnamed unused input active-high 193 line 3: unnamed unused input active-high 194 line 4: "pin_3" unused input active-high 195 line 5: "pin_4_push_button" unused input active-high 196 line 6: unnamed unused input active-high 197 line 7 unnamed unused input active-high 198 line 8: unnamed unused input active-high 199 line 9: unnamed unused input active-high [all …]
|
/linux-6.3-rc2/arch/powerpc/platforms/4xx/ |
A D | cpm.c | 40 unsigned int unused; member 300 cpm.unused = cpm_get_uint_property(np, "unused-units"); in cpm_init() 307 if (cpm.unused) { in cpm_init() 308 cpm_set(CPM_ER, cpm.unused); in cpm_init() 309 cpm_set(CPM_FR, cpm.unused); in cpm_init()
|
/linux-6.3-rc2/arch/arm64/boot/dts/allwinner/ |
A D | sun50i-h616-x96-mate.dts | 133 /* unused */ 137 /* unused */ 147 /* unused */ 151 /* unused */ 183 /* unused */
|
/linux-6.3-rc2/fs/reiserfs/ |
A D | procfs.c | 27 static int show_version(struct seq_file *m, void *unused) in show_version() argument 70 static int show_super(struct seq_file *m, void *unused) in show_super() argument 133 static int show_per_level(struct seq_file *m, void *unused) in show_per_level() argument 192 static int show_bitmap(struct seq_file *m, void *unused) in show_bitmap() argument 225 static int show_on_disk_super(struct seq_file *m, void *unused) in show_on_disk_super() argument 269 static int show_oidmap(struct seq_file *m, void *unused) in show_oidmap() argument 307 static int show_journal(struct seq_file *m, void *unused) in show_journal() argument
|