1 __extension__
typedef __UINT32_TYPE__
uint32_t;
4 uint32_t irq_context
: 2,
9 __attribute__((noinline
, noclone
))
10 struct lock_chain
* foo (struct lock_chain
*chain
)
13 for (i
= 0; i
< 100; i
++)
15 chain
[i
+1].base
= chain
[i
].base
;
23 } __attribute__((packed
));
25 __attribute__((noinline
, noclone
))
26 struct lock_chain1
* bar (struct lock_chain1
*chain
)
29 for (i
= 0; i
< 100; i
++)
31 chain
[i
+1].base
= chain
[i
].base
;
36 struct lock_chain test
[101];
37 struct lock_chain1 test1
[101];