Home
last modified time | relevance | path

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

12

/linux/kernel/ !
H 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/tools/perf/util/ !
H A Dsrcline.c122 assert(!base_sym->inlined); in new_inline_sym()
131 inline_sym->inlined = 1; in new_inline_sym()
446 if (ilist->symbol && ilist->symbol->inlined) in inline_node__delete()
H A Devsel_fprintf.c185 if (print_dso && (!sym || !sym->inlined)) in sample__fprintf_callchain()
195 if (sym && sym->inlined) in sample__fprintf_callchain()
H A Dcallchain.c757 if (cnode->ms.sym->inlined || node->ms.sym->inlined) { in match_chain()
1201 const char *inlined = cl->ms.sym->inlined ? " (inlined)" : ""; in callchain_list__sym_name() local
1206 inlined); in callchain_list__sym_name()
1209 cl->ms.sym->name, inlined); in callchain_list__sym_name()
H A Dsymbol.h64 u8 inlined:1; member
H A Dsort.c347 if (sym_l->inlined || sym_r->inlined) { in _sort__sym_cmp()
422 if (sym->inlined) in _hist_entry__sym_snprintf()
/linux/tools/perf/Documentation/ !
H A Dperf-trace.txt322 js::gc::FreeSpan::initAsEmpty (inlined)
323 js::gc::Arena::setAsNotAllocated (inlined)
328 … js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined)
330 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined)
331 JSThinInlineString::new_<(js::AllowGC)1> (inlined)
332 AllocateInlineString<(js::AllowGC)1, unsigned char> (inlined)
H A Dperf-inject.txt115 inlined callchain entries.
H A Dperf-probe.txt94 (Only for --add) Search only for non-inlined functions. The functions
H A Dperf-script.txt458 If a callgraph address belongs to an inlined function, the inline stack
/linux/scripts/coccinelle/api/ !
H A Derr_cast.cocci3 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
/linux/Documentation/process/ !
H 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
/linux/fs/ext4/ !
H A Dnamei.c1520 int *inlined) in __ext4_find_entry() argument
1544 if (inlined) in __ext4_find_entry()
1545 *inlined = has_inline_data; in __ext4_find_entry()
1671 int *inlined) in ext4_find_entry() argument
1683 bh = __ext4_find_entry(dir, &fname, res_dir, inlined); in ext4_find_entry()
3519 int *inlined) in ext4_get_first_dir_block() argument
3560 *inlined = 1; in ext4_get_first_dir_block()
3574 int inlined; member
3648 if (!ent->inlined) { in ext4_setent()
3670 &old.inlined); in ext4_resetent()
[all …]
/linux/Documentation/trace/ !
H A Dtracepoints.rst109 put in inline functions, inlined static functions, and unrolled loops
158 and can bloat the kernel if used by other inlined functions. Instead,
H A Dftrace-design.rst302 the ftrace_stub() as that will now be inlined in ftrace_caller().
/linux/Documentation/virt/kvm/loongarch/ !
H A Dhypercalls.rst38 Hypercall functions can be inlined as it only uses one scratch register.
/linux/Documentation/core-api/ !
H A Dfloating-point.rst19 use FP registers to optimize inlined ``memcpy`` or variable assignment, as
/linux/Documentation/userspace-api/fwctl/ !
H A Dfwctl-cxl.rst61 the hardware output data inlined as ``fwctl_rpc_cxl_out.payload``. This command
/linux/Documentation/driver-api/ !
H A Dgeneric_pt.rst22 map/unmap, etc.) and the per-format code can be directly inlined into the
/linux/Documentation/translations/sp_SP/process/ !
H 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/Documentation/crypto/ !
H A Dapi-intro.rst121 It's a good idea to avoid using lots of macros and use inlined functions
/linux/Documentation/RCU/ !
H A DlistRCU.rst46 The simplified and heavily inlined code for removing a process from a
429 ``cancel_list`` and destroyed, as shown in this simplified and inlined
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ !
H A Dcounters.rst506 - 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 Dlibsas.rst347 or alternatively call the inlined sas_phy_disconnected()
/linux/Documentation/filesystems/ !
H A Derofs.rst229 stored in shared xattrs metadata rather than inlined right after inode.

12