Home
last modified time | relevance | path

Searched refs:j1 (Results 1 – 5 of 5) sorted by relevance

/scripts/coccinelle/tests/
Dodd_ptr_err.cocci67 position j0, j1;
76 PTR_ERR@j1@p(
86 position r1_context.j0, r1_context.j1;
92 * PTR_ERR@j1@p(
102 j1 << r1_context.j1;
107 coccilib.org.print_link(j1[0], "")
113 j1 << r1_context.j1;
116 msg = "inconsistent IS_ERR and PTR_ERR on line %s." % (j1[0].line)
/scripts/coccinelle/iterators/
Dfor_each_child.cocci153 position j0, j1;
167 return @j1 ...;
176 position ruleone_context.j0, ruleone_context.j1;
181 *return @j1...;
304 j1 << ruleone_context. j1;
309 coccilib.org.print_link(j1[0], "")
336 j1 << ruleone_context.j1;
339 msg = "WARNING: Function \"%s\" should have of_node_put() before return around line %s." % (i, j1[0…
/scripts/
DMakefile.btf15 pahole-flags-$(call test-ge, $(pahole-ver), 122) += -j1
DMakefile.package131 -R'$(MAKE) -f debian/rules' -j1 -a$$(cat debian/arch), \
/scripts/mod/
Dmodpost.c1189 uint32_t inst, upper, lower, sign, j1, j2; in addend_arm_rel() local
1233 j1 = (lower >> 13) & 1; in addend_arm_rel()
1235 offset = sign_extend32((sign << 20) | (j2 << 19) | (j1 << 18) | in addend_arm_rel()
1257 j1 = (lower >> 13) & 1; in addend_arm_rel()
1260 ((~(j1 ^ sign) & 1) << 23) | in addend_arm_rel()