Searched refs:inlined (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/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.4.14/scripts/coccinelle/api/ |
D | err_cast.cocci | 2 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
/linux-4.4.14/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.4.14/fs/ext4/ |
D | namei.c | 1347 int *inlined) in ext4_find_entry() argument 1378 if (inlined) in ext4_find_entry() 1379 *inlined = 1; in ext4_find_entry() 3261 int *inlined) in ext4_get_first_dir_block() argument 3277 *inlined = 1; in ext4_get_first_dir_block() 3291 int inlined; member 3358 if (!ent->inlined) { in ext4_setent() 3531 &new.de, &new.inlined); in ext4_rename() 3711 &old.de, &old.inlined); in ext4_cross_rename() 3725 &new.de, &new.inlined); in ext4_cross_rename()
|
/linux-4.4.14/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.4.14/Documentation/crypto/ |
D | api-intro.txt | 112 It's a good idea to avoid using lots of macros and use inlined functions
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-probe.txt | 87 (Only for --add) Search only for non-inlined functions. The functions
|
/linux-4.4.14/Documentation/filesystems/ |
D | btrfs.txt | 134 Specify the maximum amount of space, in bytes, that can be inlined in
|
/linux-4.4.14/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.4.14/Documentation/development-process/ |
D | 4.Coding | 135 a given function should actually be inlined or not. So the liberal
|