Searched refs:inlined (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/kernel/ |
D | Kconfig.locks | 94 # lock_* functions are inlined when: 97 # trylock_* functions are inlined when: 100 # unlock and unlock_irq functions are inlined when: 105 # unlock_bh and unlock_irqrestore functions are inlined when:
|
/linux-4.1.27/scripts/coccinelle/api/ |
D | err_cast.cocci | 2 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
/linux-4.1.27/Documentation/ |
D | email-clients.txt | 136 You can safely GPG sign attachments, but inlined text is preferred for 138 as inlined text will make them tricky to extract from their 7-bit encoding. 142 highlight "Suggest automatic display" to make the attachment inlined to 145 When saving patches that are sent as inlined text, select the email that
|
D | kmemcheck.txt | 277 The "-i" tells addr2line to also print the line numbers of inlined functions. 281 These inlined functions would not show up in the stack trace above, simply
|
/linux-4.1.27/fs/ext4/ |
D | namei.c | 1360 int *inlined) in ext4_find_entry() argument 1386 if (inlined) in ext4_find_entry() 1387 *inlined = 1; in ext4_find_entry() 3335 int *inlined) in ext4_get_first_dir_block() argument 3351 *inlined = 1; in ext4_get_first_dir_block() 3365 int inlined; member 3433 if (!ent->inlined) { in ext4_setent() 3599 &new.de, &new.inlined); in ext4_rename() 3766 &old.de, &old.inlined); in ext4_cross_rename() 3780 &new.de, &new.inlined); in ext4_cross_rename()
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 106 put in inline functions, inlined static functions, and unrolled loops
|
D | ftrace-design.txt | 295 the ftrace_stub() as that will now be inlined in ftrace_caller().
|
/linux-4.1.27/Documentation/crypto/ |
D | api-intro.txt | 112 It's a good idea to avoid using lots of macros and use inlined functions
|
/linux-4.1.27/Documentation/filesystems/ |
D | btrfs.txt | 134 Specify the maximum amount of space, in bytes, that can be inlined in
|
/linux-4.1.27/Documentation/scsi/ |
D | libsas.txt | 298 or alternatively call the inlined sas_phy_disconnected()
|
D | ChangeLog.megaraid | 407 Declare some heavy-weight functions to be non-inlined,
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 135 a given function should actually be inlined or not. So the liberal
|