Home
last modified time | relevance | path

Searched refs:imp (Results 1 – 25 of 30) sorted by relevance

12

/linux/rust/proc-macro2/
H A Dlib.rs164 use crate::fallback as imp;
167 mod imp; module
199 inner: imp::TokenStream,
205 inner: imp::LexError,
210 fn _new(inner: imp::TokenStream) -> Self { in _new()
219 inner: imp::TokenStream::from(inner), in _new_fallback()
226 TokenStream::_new(imp::TokenStream::new()) in new()
255 match imp::TokenStream::from_str_checked(src) { in from_str()
269 TokenStream::_new(imp::TokenStream::from(inner)) in from()
283 TokenStream::_new(imp::TokenStream::from(token)) in from()
[all …]
H A Dextra.rs7 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 Dfallback.rs4 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 Dcio_debug.h12 #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 Deadm_sch.c43 #define EADM_LOG(imp, txt) do { \ argument
44 debug_text_event(eadm_debug, imp, txt); \
H A Dchsc_sch.c36 #define CHSC_MSG(imp, args...) do { \ argument
37 debug_sprintf_event(chsc_debug_msg_id, imp , ##args); \
40 #define CHSC_LOG(imp, txt) do { \ argument
41 debug_text_event(chsc_debug_log_id, imp , txt); \
/linux/arch/mips/kernel/
H A Dirq-msc01.c117 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 Dlsdc_probe.c32 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 Dgntdev-dmabuf.c49 } imp; member
524 kfree(gntdev_dmabuf->u.imp.refs); in dmabuf_imp_free_storage()
537 gntdev_dmabuf->u.imp.refs = kzalloc_objs(gntdev_dmabuf->u.imp.refs[0], in dmabuf_imp_alloc_storage()
539 if (!gntdev_dmabuf->u.imp.refs) in dmabuf_imp_alloc_storage()
545 gntdev_dmabuf->u.imp.refs[i] = INVALID_GRANT_REF; in dmabuf_imp_alloc_storage()
586 gntdev_dmabuf->u.imp.attach = attach; in dmabuf_imp_to_refs()
610 gntdev_dmabuf->u.imp.sgt = sgt; in dmabuf_imp_to_refs()
634 gntdev_dmabuf->u.imp.refs, in dmabuf_imp_to_refs()
649 dmabuf_imp_end_foreign_access(gntdev_dmabuf->u.imp.refs, count); in dmabuf_imp_to_refs()
695 dmabuf_imp_end_foreign_access(gntdev_dmabuf->u.imp.refs, in dmabuf_imp_release()
[all …]
/linux/arch/s390/include/asm/
H A Dpci_debug.h10 #define zpci_dbg(imp, fmt, args...) \ argument
11 debug_sprintf_event(pci_debug_msg_id, imp, fmt, ##args)
/linux/net/tipc/
H A Dlink.c913 int imp = 0; in link_prepare_wakeup() local
917 for (; imp <= TIPC_SYSTEM_IMPORTANCE; imp++) in link_prepare_wakeup()
918 avail[imp] = l->backlog[imp].limit - l->backlog[imp].len; in link_prepare_wakeup()
921 imp = TIPC_SKB_CB(skb)->chain_imp; in link_prepare_wakeup()
922 if (avail[imp] <= 0) in link_prepare_wakeup()
924 avail[imp]--; in link_prepare_wakeup()
953 u32 imp; in tipc_link_reset() local
975 for (imp = 0; imp <= TIPC_SYSTEM_IMPORTANCE; imp++) { in tipc_link_reset()
976 l->backlog[imp].len = 0; in tipc_link_reset()
977 l->backlog[imp].target_bskb = NULL; in tipc_link_reset()
[all …]
H A Dsocket.h78 int tsk_set_importance(struct sock *sk, int imp);
/linux/drivers/s390/block/
H A Dscm_blk.h52 #define SCM_LOG(imp, txt) do { \ argument
53 debug_text_event(scm_debug, imp, txt); \
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lm3532.txt36 - 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/arch/mips/include/asm/octeon/
H A Dcvmx-ciu3-defs.h269 uint64_t imp : 1; member
277 uint64_t imp : 1;
/linux/arch/mips/include/asm/
H A Dmsc01_ic.h144 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 Dcputype.h43 #define MIDR_CPU_MODEL(imp, partnum) \ argument
44 ((_AT(u32, imp) << MIDR_IMPLEMENTOR_SHIFT) | \
/linux/kernel/bpf/
H A Dliveness.c682 struct arg_track imp = { .frame = a.frame }; in arg_merge_offsets() local
698 return imp; in arg_merge_offsets()
703 return imp; in arg_merge_offsets()
708 return imp; in arg_merge_offsets()
887 struct arg_track imp = { in fill_from_stack() local
897 return slot >= 0 ? at_stack_out[slot] : imp; in fill_from_stack()
901 return imp; in fill_from_stack()
907 return imp; in fill_from_stack()
910 return imp; in fill_from_stack()
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm850-samsung-w737.dts603 qcom,imp-res-offset-value = <8>;
631 qcom,imp-res-offset-value = <8>;
H A Dsdm845-mtp.dts723 qcom,imp-res-offset-value = <8>;
757 qcom,imp-res-offset-value = <8>;
H A Dsdm850-lenovo-yoga-c630.dts854 qcom,imp-res-offset-value = <8>;
949 qcom,imp-res-offset-value = <8>;
H A Dsc7180-idp.dts454 qcom,imp-res-offset-value = <8>;
/linux/kernel/sched/
H A Dfair.c2352 struct task_struct *p, long imp) in task_numa_assign() argument
2394 env->best_imp = imp; in task_numa_assign()
2444 long imp = p_ng ? groupimp : taskimp; in task_numa_compare() local
2448 long moveimp = imp; in task_numa_compare()
2512 imp = taskimp + task_weight(cur, env->src_nid, dist) - in task_numa_compare()
2519 imp -= imp / 16; in task_numa_compare()
2526 imp += group_weight(cur, env->src_nid, dist) - in task_numa_compare()
2529 imp += task_weight(cur, env->src_nid, dist) - in task_numa_compare()
2535 imp -= imp / 16; in task_numa_compare()
2544 imp += imp / 8; in task_numa_compare()
[all …]
/linux/arch/mips/mm/
H A Dc-r4k.c943 unsigned int imp = c->processor_id & PRID_IMP_MASK; in alias_74k_erratum() local
956 switch (imp) { in alias_74k_erratum()
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1947 #define ARM_SMMU_MATCH_DATA(name, ver, imp) \ argument
1948 static const struct arm_smmu_match_data name = { .version = ver, .model = imp }

12