Home
last modified time | relevance | path

Searched refs:inlined (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/kernel/
A DKconfig.locks95 # 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-6.3-rc2/tools/perf/util/
A Devsel_fprintf.c179 if (print_dso && (!sym || !sym->inlined)) { in sample__fprintf_callchain()
188 if (sym && sym->inlined) in sample__fprintf_callchain()
A Dcallchain.c736 if (cnode->ms.sym->inlined || node->ms.sym->inlined) { in match_chain()
1161 const char *inlined = cl->ms.sym->inlined ? " (inlined)" : ""; in callchain_list__sym_name() local
1166 inlined); in callchain_list__sym_name()
1169 cl->ms.sym->name, inlined); in callchain_list__sym_name()
A Dsrcline.c108 assert(!base_sym->inlined); in new_inline_sym()
117 inline_sym->inlined = 1; in new_inline_sym()
867 if (ilist->symbol && ilist->symbol->inlined) in inline_node__delete()
A Dsymbol.h64 u8 inlined:1; member
A Dsort.c262 if (sym_l->inlined || sym_r->inlined) { in _sort__sym_cmp()
337 if (sym->inlined) in _hist_entry__sym_snprintf()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-trace.txt310 js::gc::FreeSpan::initAsEmpty (inlined)
311 js::gc::Arena::setAsNotAllocated (inlined)
316 … js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined)
318 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined)
319 JSThinInlineString::new_<(js::AllowGC)1> (inlined)
320 AllocateInlineString<(js::AllowGC)1, unsigned char> (inlined)
A Dperf-probe.txt94 (Only for --add) Search only for non-inlined functions. The functions
A Dperf-script.txt440 If a callgraph address belongs to an inlined function, the inline stack
A Dperf-report.txt531 If a callgraph address belongs to an inlined function, the inline stack
/linux-6.3-rc2/scripts/coccinelle/api/
A Derr_cast.cocci3 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
/linux-6.3-rc2/fs/ext4/
A Dnamei.c1574 int *inlined) in __ext4_find_entry() argument
1598 if (inlined) in __ext4_find_entry()
1718 int *inlined) in ext4_find_entry() argument
3502 int *inlined) in ext4_get_first_dir_block() argument
3545 *inlined = 1; in ext4_get_first_dir_block()
3559 int inlined; member
3627 if (!ent->inlined) { in ext4_setent()
3649 &old.inlined); in ext4_resetent()
3824 &old.inlined); in ext4_rename()
3841 &new.de, &new.inlined); in ext4_rename()
[all …]
/linux-6.3-rc2/Documentation/trace/
A Dtracepoints.rst109 put in inline functions, inlined static functions, and unrolled loops
155 and can bloat the kernel if used by other inlined functions. Instead,
A Dftrace-design.rst318 the ftrace_stub() as that will now be inlined in ftrace_caller().
/linux-6.3-rc2/Documentation/process/
A Demail-clients.rst152 You can safely GPG sign attachments, but inlined text is preferred for
154 as inlined text will make them tricky to extract from their 7-bit encoding.
159 inlined to make it more viewable.
161 When saving patches that are sent as inlined text, select the email that
A D4.Coding.rst151 a given function should actually be inlined or not. So the liberal
/linux-6.3-rc2/Documentation/crypto/
A Dapi-intro.rst121 It's a good idea to avoid using lots of macros and use inlined functions
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Demail-clients.rst164 You can safely GPG sign attachments, but inlined text is preferred for
166 as inlined text will make them tricky to extract from their 7-bit encoding.
/linux-6.3-rc2/Documentation/RCU/
A DlistRCU.rst37 The simplified and heavily inlined code for removing a process from a
418 ``cancel_list`` and destroyed, as shown in this simplified and inlined
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
A Dcounters.rst492 - Number of WQE data segments transmitted where the data could be inlined
545 - Number of WQE data segments where the data could be inlined in the WQE
574 - Number of WQE data segments where the data could be inlined in the WQE
/linux-6.3-rc2/Documentation/filesystems/
A Derofs.rst214 stored in shared xattrs metadata rather than inlined right after inode.
/linux-6.3-rc2/Documentation/scsi/
A Dlibsas.rst347 or alternatively call the inlined sas_phy_disconnected()
A DChangeLog.megaraid407 Declare some heavy-weight functions to be non-inlined,
/linux-6.3-rc2/lib/
A DKconfig.debug1707 Force cgroup css reference count functions to not be inlined so
/linux-6.3-rc2/tools/memory-model/Documentation/
A Dexplanation.txt422 between them. (In fact, if the function calls are inlined then the

Completed in 45 milliseconds

12