| /linux/rust/proc-macro2/ |
| H A D | lib.rs | 160 use crate::fallback as imp; 163 mod imp; module 195 inner: imp::TokenStream, 201 inner: imp::LexError, 206 fn _new(inner: imp::TokenStream) -> Self { in _new() 215 inner: imp::TokenStream::from(inner), in _new_fallback() 222 TokenStream::_new(imp::TokenStream::new()) in new() 251 match imp::TokenStream::from_str_checked(src) { in from_str() 265 TokenStream::_new(imp::TokenStream::from(inner)) in from() 279 TokenStream::_new(imp::TokenStream::from(token)) in from() [all …]
|
| H A D | extra.rs | 7 use crate::imp; 76 crate::imp::invalidate_current_thread_spans(); in invalidate_current_thread_spans() 101 pub(crate) fn new(group: &imp::Group) -> Self { in new() 104 imp::Group::Compiler(group) => DelimSpanEnum::Compiler { in new() 109 imp::Group::Fallback(group) => DelimSpanEnum::Fallback(group.span()), in new() 125 DelimSpanEnum::Compiler { join, .. } => Span::_new(imp::Span::Compiler(*join)), in join() 134 DelimSpanEnum::Compiler { open, .. } => Span::_new(imp::Span::Compiler(*open)), in open() 143 DelimSpanEnum::Compiler { close, .. } => Span::_new(imp::Span::Compiler(*close)), in close()
|
| H A D | fallback.rs | 4 use crate::imp; 109 inner: crate::imp::Literal::Fallback(literal), in push_token_from_proc_macro() 145 crate::imp::Group::Fallback(group) => group, in drop() 146 crate::imp::Group::Compiler(_) => continue, in drop() 1223 fn from_str_checked(src: &str) -> Result<Self, imp::LexError> { in from_str_checked() 1228 return Err(imp::LexError::CompilerPanic); in from_str_checked() 1234 Ok(Err(lex)) => Err(imp::LexError::Compiler(lex)), in from_str_checked() 1235 Err(_panic) => Err(imp::LexError::CompilerPanic), in from_str_checked()
|
| /linux/drivers/s390/cio/ |
| H A D | cio_debug.h | 12 #define CIO_TRACE_EVENT(imp, txt) do { \ argument 13 debug_text_event(cio_debug_trace_id, imp, txt); \ 16 #define CIO_MSG_EVENT(imp, args...) do { \ argument 17 debug_sprintf_event(cio_debug_msg_id, imp , ##args); \ 20 #define CIO_CRW_EVENT(imp, args...) do { \ argument 21 debug_sprintf_event(cio_debug_crw_id, imp , ##args); \
|
| H A D | eadm_sch.c | 43 #define EADM_LOG(imp, txt) do { \ argument 44 debug_text_event(eadm_debug, imp, txt); \
|
| /linux/arch/mips/kernel/ |
| H A D | irq-msc01.c | 117 void __init init_msc_irqs(unsigned long icubase, unsigned int irqbase, msc_irqmap_t *imp, int nirq) in init_msc_irqs() argument 126 for (; nirq > 0; nirq--, imp++) { in init_msc_irqs() 127 int n = imp->im_irq; in init_msc_irqs() 129 switch (imp->im_type) { in init_msc_irqs() 138 MSCIC_WRITE(MSC01_IC_SUP+n*8, MSC01_IC_SUP_EDGE_BIT | imp->im_lvl); in init_msc_irqs() 148 MSCIC_WRITE(MSC01_IC_SUP+n*8, imp->im_lvl); in init_msc_irqs()
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_probe.c | 32 unsigned int loongson_cpu_get_prid(u8 *imp, u8 *rev) in loongson_cpu_get_prid() argument 49 if (imp) in loongson_cpu_get_prid() 50 *imp = (prid & LOONGSON_CPU_IMP_MASK) >> LOONGSON_CPU_IMP_SHIFT; in loongson_cpu_get_prid()
|
| /linux/drivers/xen/ |
| H A D | gntdev-dmabuf.c | 49 } imp; member 525 kfree(gntdev_dmabuf->u.imp.refs); in dmabuf_imp_free_storage() 538 gntdev_dmabuf->u.imp.refs = kcalloc(count, in dmabuf_imp_alloc_storage() 539 sizeof(gntdev_dmabuf->u.imp.refs[0]), in dmabuf_imp_alloc_storage() 541 if (!gntdev_dmabuf->u.imp.refs) in dmabuf_imp_alloc_storage() 547 gntdev_dmabuf->u.imp.refs[i] = INVALID_GRANT_REF; in dmabuf_imp_alloc_storage() 588 gntdev_dmabuf->u.imp.attach = attach; in dmabuf_imp_to_refs() 612 gntdev_dmabuf->u.imp.sgt = sgt; in dmabuf_imp_to_refs() 636 gntdev_dmabuf->u.imp.refs, in dmabuf_imp_to_refs() 651 dmabuf_imp_end_foreign_access(gntdev_dmabuf->u.imp.refs, count); in dmabuf_imp_to_refs() [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | pci_debug.h | 10 #define zpci_dbg(imp, fmt, args...) \ argument 11 debug_sprintf_event(pci_debug_msg_id, imp, fmt, ##args)
|
| /linux/drivers/s390/block/ |
| H A D | scm_blk.h | 52 #define SCM_LOG(imp, txt) do { \ argument 53 debug_text_event(scm_debug, imp, txt); \
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-lm3532.txt | 36 - ti,als1-imp-sel - ALS1 impedance resistor selection in Ohms 37 - ti,als2-imp-sel - ALS2 impedance resistor selection in Ohms 82 ti,als1-imp-sel = <4110>; 83 ti,als2-imp-sel = <2180>;
|
| /linux/net/iucv/ |
| H A D | iucv.c | 1706 struct iucv_message_pending *imp = (void *) data; in iucv_message_pending() 1707 struct iucv_path *path = iucv_path_table[imp->ippathid]; in iucv_message_pending() local 1711 msg.flags = imp->ipflags1; in iucv_message_pending() 1712 msg.id = imp->ipmsgid; in iucv_message_pending() 1713 msg.class = imp->iptrgcls; in iucv_message_pending() 1714 if (imp->ipflags1 & IUCV_IPRMDATA) { in iucv_message_pending() 1715 memcpy(msg.rmmsg, &imp->rmmsg, 8); in iucv_message_pending() 1718 msg.length = imp->rmmsg.ln1msg2.ipbfln1f; in iucv_message_pending() 1719 msg.reply_size = imp->ipbfln2f; in iucv_message_pending()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-ciu3-defs.h | 269 uint64_t imp : 1; member 277 uint64_t imp : 1;
|
| /linux/net/tipc/ |
| H A D | socket.h | 78 int tsk_set_importance(struct sock *sk, int imp);
|
| /linux/fs/jfs/ |
| H A D | jfs_imap.c | 208 struct inomap *imp = JFS_IP(ipimap)->i_imap; in diSync() local 226 dinom_le->in_freeiag = cpu_to_le32(imp->im_freeiag); in diSync() 227 dinom_le->in_nextiag = cpu_to_le32(imp->im_nextiag); in diSync() 228 dinom_le->in_numinos = cpu_to_le32(atomic_read(&imp->im_numinos)); in diSync() 229 dinom_le->in_numfree = cpu_to_le32(atomic_read(&imp->im_numfree)); in diSync() 230 dinom_le->in_nbperiext = cpu_to_le32(imp->im_nbperiext); in diSync() 231 dinom_le->in_l2nbperiext = cpu_to_le32(imp->im_l2nbperiext); in diSync() 234 cpu_to_le32(imp->im_agctl[index].inofree); in diSync() 236 cpu_to_le32(imp->im_agctl[index].extfree); in diSync() 238 cpu_to_le32(imp->im_agctl[index].numinos); in diSync() [all …]
|
| H A D | jfs_dtree.c | 2083 struct metapage *mp, *imp; in dtDelete() local 2203 imp = NULL; in dtDelete() 2210 bn, i, &imp, &lblock); in dtDelete() 2212 if (imp) in dtDelete() 2213 release_metapage(imp); in dtDelete()
|
| /linux/arch/mips/include/asm/ |
| H A D | msc01_ic.h | 144 extern void __init init_msc_irqs(unsigned long icubase, unsigned int base, msc_irqmap_t *imp, int n…
|
| /linux/tools/arch/arm64/include/asm/ |
| H A D | cputype.h | 43 #define MIDR_CPU_MODEL(imp, partnum) \ argument 44 ((_AT(u32, imp) << MIDR_IMPLEMENTOR_SHIFT) | \
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sdm850-samsung-w737.dts | 603 qcom,imp-res-offset-value = <8>; 631 qcom,imp-res-offset-value = <8>;
|
| H A D | sdm845-mtp.dts | 723 qcom,imp-res-offset-value = <8>; 757 qcom,imp-res-offset-value = <8>;
|
| H A D | sdm850-lenovo-yoga-c630.dts | 854 qcom,imp-res-offset-value = <8>; 949 qcom,imp-res-offset-value = <8>;
|
| H A D | sdm850-huawei-matebook-e-2019.dts | 877 qcom,imp-res-offset-value = <8>; 905 qcom,imp-res-offset-value = <8>;
|
| H A D | sdm845-db845c.dts | 1064 qcom,imp-res-offset-value = <8>; 1092 qcom,imp-res-offset-value = <8>;
|
| /linux/kernel/sched/ |
| H A D | fair.c | 2138 struct task_struct *p, long imp) in task_numa_assign() argument 2180 env->best_imp = imp; in task_numa_assign() 2230 long imp = p_ng ? groupimp : taskimp; in task_numa_compare() local 2234 long moveimp = imp; in task_numa_compare() 2298 imp = taskimp + task_weight(cur, env->src_nid, dist) - in task_numa_compare() 2305 imp -= imp / 16; in task_numa_compare() 2312 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare() 2315 imp += task_weight(cur, env->src_nid, dist) - in task_numa_compare() 2321 imp -= imp / 16; in task_numa_compare() 2330 imp += imp / 8; in task_numa_compare() [all …]
|
| /linux/arch/mips/mm/ |
| H A D | c-r4k.c | 943 unsigned int imp = c->processor_id & PRID_IMP_MASK; in alias_74k_erratum() local 956 switch (imp) { in alias_74k_erratum()
|