Home
last modified time | relevance | path

Searched refs:pr2 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/scripts/coccinelle/null/
Dderef_null.cocci35 @pr2 expression@
58 position p!={pr1.p1,pr2.p2};
119 position p!={pr1.p1,pr2.p2};
179 position p!={pr1.p1,pr2.p2};
212 // The following three rules are duplicates of ifm, pr1 and pr2 respectively.
/linux-4.4.14/tools/perf/util/
Ddata-convert-bt.c34 #define pr2(fmt, ...) pr_N(2, pr_fmt(fmt), ##__VA_ARGS__) macro
117 pr2(" SET [%s = %" PRIu64 "]\n", name, val); in value_set()
699 pr2(" field '%s'\n", field->name); in add_tracepoint_fields_types()
765 pr2(" field '%s'\n", n); \ in add_generic_types()
955 pr2("Created type: INTEGER %d-bit %ssigned %s\n", in create_int_type()
/linux-4.4.14/arch/nios2/kernel/
Dsignal.c39 struct ucontext *uc, int *pr2) in rt_restore_ucontext() argument
94 *pr2 = regs->r2; in rt_restore_ucontext()