/linux/kernel/ |
H A D | Kconfig.locks | 95 # lock_* functions are inlined when: 98 # trylock_* functions are inlined when: 101 # unlock and unlock_irq functions are inlined when: 106 # unlock_bh and unlock_irqrestore functions are inlined when:
|
/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 315 js::gc::FreeSpan::initAsEmpty (inlined) 316 js::gc::Arena::setAsNotAllocated (inlined) 321 js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined) 323 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined) 324 JSThinInlineString::new_<(js::AllowGC)1> (inlined) 325 AllocateInlineString<(js::AllowGC)1, unsigned char> (inlined)
|
H A D | perf-probe.txt | 94 (Only for --add) Search only for non-inlined functions. The functions
|
H A D | perf-script.txt | 447 If a callgraph address belongs to an inlined function, the inline stack
|
/linux/scripts/coccinelle/api/ |
H A D | err_cast.cocci | 3 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
/linux/tools/perf/util/ |
H A D | callchain.c | 748 if (cnode->ms.sym->inlined || node->ms.sym->inlined) { in match_chain() 1193 const char *inlined = cl->ms.sym->inlined ? " (inlined)" : ""; in callchain_list__sym_name() local 1198 inlined); in callchain_list__sym_name() 1201 cl->ms.sym->name, inlined); in callchain_list__sym_name()
|
H A D | srcline.c | 118 assert(!base_sym->inlined); in new_inline_sym() 127 inline_sym->inlined = 1; in new_inline_sym() 1060 if (ilist->symbol && ilist->symbol->inlined) in inline_node__delete()
|
H A D | symbol.h | 63 /** Symbol for an inlined function. */ 64 u8 inlined:1; member
|
/linux/fs/ext4/ |
H A D | namei.c | 1551 int *inlined) in __ext4_find_entry() argument 1575 if (inlined) in __ext4_find_entry() 1576 *inlined = has_inline_data; in __ext4_find_entry() 1697 int *inlined) in ext4_find_entry() argument 1709 bh = __ext4_find_entry(dir, &fname, res_dir, inlined); in ext4_find_entry() 3533 int *inlined) in ext4_get_first_dir_block() argument 3573 *inlined = 1; in ext4_get_first_dir_block() 3587 int inlined; member 3661 if (!ent->inlined) { in ext4_setent() 3683 &old.inlined); in ext4_resetent() [all …]
|
/linux/Documentation/trace/ |
H A D | tracepoints.rst | 109 put in inline functions, inlined static functions, and unrolled loops 155 and can bloat the kernel if used by other inlined functions. Instead,
|
H A D | ftrace-design.rst | 306 the ftrace_stub() as that will now be inlined in ftrace_caller().
|
/linux/Documentation/virt/kvm/loongarch/ |
H A D | hypercalls.rst | 38 Hypercall functions can be inlined as it only uses one scratch register.
|
/linux/Documentation/crypto/ |
H A D | api-intro.rst | 121 It's a good idea to avoid using lots of macros and use inlined functions
|
/linux/Documentation/RCU/ |
H A D | listRCU.rst | 46 The simplified and heavily inlined code for removing a process from a 427 ``cancel_list`` and destroyed, as shown in this simplified and inlined
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 506 - Number of WQE data segments transmitted where the data could be inlined 559 - Number of WQE data segments where the data could be inlined in the WQE 588 - Number of WQE data segments where the data could be inlined in the WQE
|
/linux/Documentation/scsi/ |
H A D | libsas.rst | 347 or alternatively call the inlined sas_phy_disconnected()
|
H A D | ChangeLog.megaraid | 407 Declare some heavy-weight functions to be non-inlined,
|
/linux/Documentation/filesystems/ |
H A D | erofs.rst | 220 stored in shared xattrs metadata rather than inlined right after inode.
|
/linux/Documentation/process/ |
H A D | 4.Coding.rst | 155 a given function should actually be inlined or not. So the liberal
|
/linux/lib/ |
H A D | Kconfig.debug | 1845 Force cgroup css reference count functions to not be inlined so
|
/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 2268 implementation of rcu_read_lock() could be inlined, however, doing
|
/linux/tools/memory-model/Documentation/ |
H A D | explanation.txt | 423 between them. (In fact, if the function calls are inlined then the
|