Showing error 842

User: Jiri Slaby
Error type: Reachable Error Location
Error type description: A specified error location is reachable in some program path
File location: ldv-linux-3.4/43_1a_cilled_safe_ok_nondet_linux-43_1a-drivers--input--misc--adxl34x-spi.ko-ldv_main0_sequence_infinite_withcheck_stateful.cil.out.c
Line in file: 4085
Project: SV-COMP 2013
Project version: 2.6.28
Tools: Manual Work
Entered: 2013-01-17 16:57:54 UTC


Source:

   1/* Generated by CIL v. 1.3.7 */
   2/* print_CIL_Input is true */
   3
   4#line 19 "include/asm-generic/int-ll64.h"
   5typedef signed char __s8;
   6#line 22 "include/asm-generic/int-ll64.h"
   7typedef short __s16;
   8#line 23 "include/asm-generic/int-ll64.h"
   9typedef unsigned short __u16;
  10#line 25 "include/asm-generic/int-ll64.h"
  11typedef int __s32;
  12#line 26 "include/asm-generic/int-ll64.h"
  13typedef unsigned int __u32;
  14#line 29 "include/asm-generic/int-ll64.h"
  15typedef long long __s64;
  16#line 30 "include/asm-generic/int-ll64.h"
  17typedef unsigned long long __u64;
  18#line 43 "include/asm-generic/int-ll64.h"
  19typedef unsigned char u8;
  20#line 45 "include/asm-generic/int-ll64.h"
  21typedef short s16;
  22#line 46 "include/asm-generic/int-ll64.h"
  23typedef unsigned short u16;
  24#line 48 "include/asm-generic/int-ll64.h"
  25typedef int s32;
  26#line 49 "include/asm-generic/int-ll64.h"
  27typedef unsigned int u32;
  28#line 51 "include/asm-generic/int-ll64.h"
  29typedef long long s64;
  30#line 52 "include/asm-generic/int-ll64.h"
  31typedef unsigned long long u64;
  32#line 14 "include/asm-generic/posix_types.h"
  33typedef long __kernel_long_t;
  34#line 15 "include/asm-generic/posix_types.h"
  35typedef unsigned long __kernel_ulong_t;
  36#line 31 "include/asm-generic/posix_types.h"
  37typedef int __kernel_pid_t;
  38#line 52 "include/asm-generic/posix_types.h"
  39typedef unsigned int __kernel_uid32_t;
  40#line 53 "include/asm-generic/posix_types.h"
  41typedef unsigned int __kernel_gid32_t;
  42#line 75 "include/asm-generic/posix_types.h"
  43typedef __kernel_ulong_t __kernel_size_t;
  44#line 76 "include/asm-generic/posix_types.h"
  45typedef __kernel_long_t __kernel_ssize_t;
  46#line 91 "include/asm-generic/posix_types.h"
  47typedef long long __kernel_loff_t;
  48#line 92 "include/asm-generic/posix_types.h"
  49typedef __kernel_long_t __kernel_time_t;
  50#line 93 "include/asm-generic/posix_types.h"
  51typedef __kernel_long_t __kernel_clock_t;
  52#line 94 "include/asm-generic/posix_types.h"
  53typedef int __kernel_timer_t;
  54#line 95 "include/asm-generic/posix_types.h"
  55typedef int __kernel_clockid_t;
  56#line 21 "include/linux/types.h"
  57typedef __u32 __kernel_dev_t;
  58#line 24 "include/linux/types.h"
  59typedef __kernel_dev_t dev_t;
  60#line 27 "include/linux/types.h"
  61typedef unsigned short umode_t;
  62#line 30 "include/linux/types.h"
  63typedef __kernel_pid_t pid_t;
  64#line 35 "include/linux/types.h"
  65typedef __kernel_clockid_t clockid_t;
  66#line 38 "include/linux/types.h"
  67typedef _Bool bool;
  68#line 40 "include/linux/types.h"
  69typedef __kernel_uid32_t uid_t;
  70#line 41 "include/linux/types.h"
  71typedef __kernel_gid32_t gid_t;
  72#line 54 "include/linux/types.h"
  73typedef __kernel_loff_t loff_t;
  74#line 63 "include/linux/types.h"
  75typedef __kernel_size_t size_t;
  76#line 68 "include/linux/types.h"
  77typedef __kernel_ssize_t ssize_t;
  78#line 78 "include/linux/types.h"
  79typedef __kernel_time_t time_t;
  80#line 111 "include/linux/types.h"
  81typedef __s32 int32_t;
  82#line 117 "include/linux/types.h"
  83typedef __u32 uint32_t;
  84#line 142 "include/linux/types.h"
  85typedef unsigned long sector_t;
  86#line 143 "include/linux/types.h"
  87typedef unsigned long blkcnt_t;
  88#line 155 "include/linux/types.h"
  89typedef u64 dma_addr_t;
  90#line 202 "include/linux/types.h"
  91typedef unsigned int gfp_t;
  92#line 203 "include/linux/types.h"
  93typedef unsigned int fmode_t;
  94#line 221 "include/linux/types.h"
  95struct __anonstruct_atomic_t_6 {
  96   int counter ;
  97};
  98#line 221 "include/linux/types.h"
  99typedef struct __anonstruct_atomic_t_6 atomic_t;
 100#line 226 "include/linux/types.h"
 101struct __anonstruct_atomic64_t_7 {
 102   long counter ;
 103};
 104#line 226 "include/linux/types.h"
 105typedef struct __anonstruct_atomic64_t_7 atomic64_t;
 106#line 227 "include/linux/types.h"
 107struct list_head {
 108   struct list_head *next ;
 109   struct list_head *prev ;
 110};
 111#line 232
 112struct hlist_node;
 113#line 232 "include/linux/types.h"
 114struct hlist_head {
 115   struct hlist_node *first ;
 116};
 117#line 236 "include/linux/types.h"
 118struct hlist_node {
 119   struct hlist_node *next ;
 120   struct hlist_node **pprev ;
 121};
 122#line 247 "include/linux/types.h"
 123struct rcu_head {
 124   struct rcu_head *next ;
 125   void (*func)(struct rcu_head * ) ;
 126};
 127#line 55 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/alternative.h"
 128struct module;
 129#line 55
 130struct module;
 131#line 146 "include/linux/init.h"
 132typedef void (*ctor_fn_t)(void);
 133#line 46 "include/linux/dynamic_debug.h"
 134struct device;
 135#line 46
 136struct device;
 137#line 57
 138struct completion;
 139#line 57
 140struct completion;
 141#line 58
 142struct pt_regs;
 143#line 58
 144struct pt_regs;
 145#line 348 "include/linux/kernel.h"
 146struct pid;
 147#line 348
 148struct pid;
 149#line 112 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/stat.h"
 150struct timespec;
 151#line 112
 152struct timespec;
 153#line 58 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/page_types.h"
 154struct page;
 155#line 58
 156struct page;
 157#line 26 "include/asm-generic/getorder.h"
 158struct task_struct;
 159#line 26
 160struct task_struct;
 161#line 28
 162struct mm_struct;
 163#line 28
 164struct mm_struct;
 165#line 268 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/segment.h"
 166struct pt_regs {
 167   unsigned long r15 ;
 168   unsigned long r14 ;
 169   unsigned long r13 ;
 170   unsigned long r12 ;
 171   unsigned long bp ;
 172   unsigned long bx ;
 173   unsigned long r11 ;
 174   unsigned long r10 ;
 175   unsigned long r9 ;
 176   unsigned long r8 ;
 177   unsigned long ax ;
 178   unsigned long cx ;
 179   unsigned long dx ;
 180   unsigned long si ;
 181   unsigned long di ;
 182   unsigned long orig_ax ;
 183   unsigned long ip ;
 184   unsigned long cs ;
 185   unsigned long flags ;
 186   unsigned long sp ;
 187   unsigned long ss ;
 188};
 189#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 190struct __anonstruct_ldv_2180_13 {
 191   unsigned int a ;
 192   unsigned int b ;
 193};
 194#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 195struct __anonstruct_ldv_2195_14 {
 196   u16 limit0 ;
 197   u16 base0 ;
 198   unsigned char base1 ;
 199   unsigned char type : 4 ;
 200   unsigned char s : 1 ;
 201   unsigned char dpl : 2 ;
 202   unsigned char p : 1 ;
 203   unsigned char limit : 4 ;
 204   unsigned char avl : 1 ;
 205   unsigned char l : 1 ;
 206   unsigned char d : 1 ;
 207   unsigned char g : 1 ;
 208   unsigned char base2 ;
 209};
 210#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 211union __anonunion_ldv_2196_12 {
 212   struct __anonstruct_ldv_2180_13 ldv_2180 ;
 213   struct __anonstruct_ldv_2195_14 ldv_2195 ;
 214};
 215#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 216struct desc_struct {
 217   union __anonunion_ldv_2196_12 ldv_2196 ;
 218};
 219#line 13 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 220typedef unsigned long pgdval_t;
 221#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 222typedef unsigned long pgprotval_t;
 223#line 18 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 224struct pgprot {
 225   pgprotval_t pgprot ;
 226};
 227#line 192 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 228typedef struct pgprot pgprot_t;
 229#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 230struct __anonstruct_pgd_t_16 {
 231   pgdval_t pgd ;
 232};
 233#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 234typedef struct __anonstruct_pgd_t_16 pgd_t;
 235#line 282 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 236typedef struct page *pgtable_t;
 237#line 290
 238struct file;
 239#line 290
 240struct file;
 241#line 305
 242struct seq_file;
 243#line 305
 244struct seq_file;
 245#line 337
 246struct thread_struct;
 247#line 337
 248struct thread_struct;
 249#line 339
 250struct cpumask;
 251#line 339
 252struct cpumask;
 253#line 327 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt_types.h"
 254struct arch_spinlock;
 255#line 327
 256struct arch_spinlock;
 257#line 300 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 258struct kernel_vm86_regs {
 259   struct pt_regs pt ;
 260   unsigned short es ;
 261   unsigned short __esh ;
 262   unsigned short ds ;
 263   unsigned short __dsh ;
 264   unsigned short fs ;
 265   unsigned short __fsh ;
 266   unsigned short gs ;
 267   unsigned short __gsh ;
 268};
 269#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
 270union __anonunion_ldv_2824_19 {
 271   struct pt_regs *regs ;
 272   struct kernel_vm86_regs *vm86 ;
 273};
 274#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
 275struct math_emu_info {
 276   long ___orig_eip ;
 277   union __anonunion_ldv_2824_19 ldv_2824 ;
 278};
 279#line 306 "include/linux/bitmap.h"
 280struct bug_entry {
 281   int bug_addr_disp ;
 282   int file_disp ;
 283   unsigned short line ;
 284   unsigned short flags ;
 285};
 286#line 89 "include/linux/bug.h"
 287struct cpumask {
 288   unsigned long bits[64U] ;
 289};
 290#line 14 "include/linux/cpumask.h"
 291typedef struct cpumask cpumask_t;
 292#line 637 "include/linux/cpumask.h"
 293typedef struct cpumask *cpumask_var_t;
 294#line 234 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt.h"
 295struct static_key;
 296#line 234
 297struct static_key;
 298#line 287 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 299struct i387_fsave_struct {
 300   u32 cwd ;
 301   u32 swd ;
 302   u32 twd ;
 303   u32 fip ;
 304   u32 fcs ;
 305   u32 foo ;
 306   u32 fos ;
 307   u32 st_space[20U] ;
 308   u32 status ;
 309};
 310#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 311struct __anonstruct_ldv_5180_24 {
 312   u64 rip ;
 313   u64 rdp ;
 314};
 315#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 316struct __anonstruct_ldv_5186_25 {
 317   u32 fip ;
 318   u32 fcs ;
 319   u32 foo ;
 320   u32 fos ;
 321};
 322#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 323union __anonunion_ldv_5187_23 {
 324   struct __anonstruct_ldv_5180_24 ldv_5180 ;
 325   struct __anonstruct_ldv_5186_25 ldv_5186 ;
 326};
 327#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 328union __anonunion_ldv_5196_26 {
 329   u32 padding1[12U] ;
 330   u32 sw_reserved[12U] ;
 331};
 332#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 333struct i387_fxsave_struct {
 334   u16 cwd ;
 335   u16 swd ;
 336   u16 twd ;
 337   u16 fop ;
 338   union __anonunion_ldv_5187_23 ldv_5187 ;
 339   u32 mxcsr ;
 340   u32 mxcsr_mask ;
 341   u32 st_space[32U] ;
 342   u32 xmm_space[64U] ;
 343   u32 padding[12U] ;
 344   union __anonunion_ldv_5196_26 ldv_5196 ;
 345};
 346#line 339 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 347struct i387_soft_struct {
 348   u32 cwd ;
 349   u32 swd ;
 350   u32 twd ;
 351   u32 fip ;
 352   u32 fcs ;
 353   u32 foo ;
 354   u32 fos ;
 355   u32 st_space[20U] ;
 356   u8 ftop ;
 357   u8 changed ;
 358   u8 lookahead ;
 359   u8 no_update ;
 360   u8 rm ;
 361   u8 alimit ;
 362   struct math_emu_info *info ;
 363   u32 entry_eip ;
 364};
 365#line 360 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 366struct ymmh_struct {
 367   u32 ymmh_space[64U] ;
 368};
 369#line 365 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 370struct xsave_hdr_struct {
 371   u64 xstate_bv ;
 372   u64 reserved1[2U] ;
 373   u64 reserved2[5U] ;
 374};
 375#line 371 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 376struct xsave_struct {
 377   struct i387_fxsave_struct i387 ;
 378   struct xsave_hdr_struct xsave_hdr ;
 379   struct ymmh_struct ymmh ;
 380};
 381#line 377 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 382union thread_xstate {
 383   struct i387_fsave_struct fsave ;
 384   struct i387_fxsave_struct fxsave ;
 385   struct i387_soft_struct soft ;
 386   struct xsave_struct xsave ;
 387};
 388#line 385 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 389struct fpu {
 390   unsigned int last_cpu ;
 391   unsigned int has_fpu ;
 392   union thread_xstate *state ;
 393};
 394#line 433
 395struct kmem_cache;
 396#line 434
 397struct perf_event;
 398#line 434
 399struct perf_event;
 400#line 435 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 401struct thread_struct {
 402   struct desc_struct tls_array[3U] ;
 403   unsigned long sp0 ;
 404   unsigned long sp ;
 405   unsigned long usersp ;
 406   unsigned short es ;
 407   unsigned short ds ;
 408   unsigned short fsindex ;
 409   unsigned short gsindex ;
 410   unsigned long fs ;
 411   unsigned long gs ;
 412   struct perf_event *ptrace_bps[4U] ;
 413   unsigned long debugreg6 ;
 414   unsigned long ptrace_dr7 ;
 415   unsigned long cr2 ;
 416   unsigned long trap_nr ;
 417   unsigned long error_code ;
 418   struct fpu fpu ;
 419   unsigned long *io_bitmap_ptr ;
 420   unsigned long iopl ;
 421   unsigned int io_bitmap_max ;
 422};
 423#line 23 "include/asm-generic/atomic-long.h"
 424typedef atomic64_t atomic_long_t;
 425#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 426typedef u16 __ticket_t;
 427#line 15 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 428typedef u32 __ticketpair_t;
 429#line 16 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 430struct __raw_tickets {
 431   __ticket_t head ;
 432   __ticket_t tail ;
 433};
 434#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 435union __anonunion_ldv_5907_29 {
 436   __ticketpair_t head_tail ;
 437   struct __raw_tickets tickets ;
 438};
 439#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 440struct arch_spinlock {
 441   union __anonunion_ldv_5907_29 ldv_5907 ;
 442};
 443#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 444typedef struct arch_spinlock arch_spinlock_t;
 445#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 446struct __anonstruct_ldv_5914_31 {
 447   u32 read ;
 448   s32 write ;
 449};
 450#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 451union __anonunion_arch_rwlock_t_30 {
 452   s64 lock ;
 453   struct __anonstruct_ldv_5914_31 ldv_5914 ;
 454};
 455#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 456typedef union __anonunion_arch_rwlock_t_30 arch_rwlock_t;
 457#line 34
 458struct lockdep_map;
 459#line 34
 460struct lockdep_map;
 461#line 55 "include/linux/debug_locks.h"
 462struct stack_trace {
 463   unsigned int nr_entries ;
 464   unsigned int max_entries ;
 465   unsigned long *entries ;
 466   int skip ;
 467};
 468#line 26 "include/linux/stacktrace.h"
 469struct lockdep_subclass_key {
 470   char __one_byte ;
 471};
 472#line 53 "include/linux/lockdep.h"
 473struct lock_class_key {
 474   struct lockdep_subclass_key subkeys[8U] ;
 475};
 476#line 59 "include/linux/lockdep.h"
 477struct lock_class {
 478   struct list_head hash_entry ;
 479   struct list_head lock_entry ;
 480   struct lockdep_subclass_key *key ;
 481   unsigned int subclass ;
 482   unsigned int dep_gen_id ;
 483   unsigned long usage_mask ;
 484   struct stack_trace usage_traces[13U] ;
 485   struct list_head locks_after ;
 486   struct list_head locks_before ;
 487   unsigned int version ;
 488   unsigned long ops ;
 489   char const   *name ;
 490   int name_version ;
 491   unsigned long contention_point[4U] ;
 492   unsigned long contending_point[4U] ;
 493};
 494#line 144 "include/linux/lockdep.h"
 495struct lockdep_map {
 496   struct lock_class_key *key ;
 497   struct lock_class *class_cache[2U] ;
 498   char const   *name ;
 499   int cpu ;
 500   unsigned long ip ;
 501};
 502#line 187 "include/linux/lockdep.h"
 503struct held_lock {
 504   u64 prev_chain_key ;
 505   unsigned long acquire_ip ;
 506   struct lockdep_map *instance ;
 507   struct lockdep_map *nest_lock ;
 508   u64 waittime_stamp ;
 509   u64 holdtime_stamp ;
 510   unsigned short class_idx : 13 ;
 511   unsigned char irq_context : 2 ;
 512   unsigned char trylock : 1 ;
 513   unsigned char read : 2 ;
 514   unsigned char check : 2 ;
 515   unsigned char hardirqs_off : 1 ;
 516   unsigned short references : 11 ;
 517};
 518#line 556 "include/linux/lockdep.h"
 519struct raw_spinlock {
 520   arch_spinlock_t raw_lock ;
 521   unsigned int magic ;
 522   unsigned int owner_cpu ;
 523   void *owner ;
 524   struct lockdep_map dep_map ;
 525};
 526#line 32 "include/linux/spinlock_types.h"
 527typedef struct raw_spinlock raw_spinlock_t;
 528#line 33 "include/linux/spinlock_types.h"
 529struct __anonstruct_ldv_6122_33 {
 530   u8 __padding[24U] ;
 531   struct lockdep_map dep_map ;
 532};
 533#line 33 "include/linux/spinlock_types.h"
 534union __anonunion_ldv_6123_32 {
 535   struct raw_spinlock rlock ;
 536   struct __anonstruct_ldv_6122_33 ldv_6122 ;
 537};
 538#line 33 "include/linux/spinlock_types.h"
 539struct spinlock {
 540   union __anonunion_ldv_6123_32 ldv_6123 ;
 541};
 542#line 76 "include/linux/spinlock_types.h"
 543typedef struct spinlock spinlock_t;
 544#line 23 "include/linux/rwlock_types.h"
 545struct __anonstruct_rwlock_t_34 {
 546   arch_rwlock_t raw_lock ;
 547   unsigned int magic ;
 548   unsigned int owner_cpu ;
 549   void *owner ;
 550   struct lockdep_map dep_map ;
 551};
 552#line 23 "include/linux/rwlock_types.h"
 553typedef struct __anonstruct_rwlock_t_34 rwlock_t;
 554#line 110 "include/linux/seqlock.h"
 555struct seqcount {
 556   unsigned int sequence ;
 557};
 558#line 121 "include/linux/seqlock.h"
 559typedef struct seqcount seqcount_t;
 560#line 254 "include/linux/seqlock.h"
 561struct timespec {
 562   __kernel_time_t tv_sec ;
 563   long tv_nsec ;
 564};
 565#line 286 "include/linux/time.h"
 566struct kstat {
 567   u64 ino ;
 568   dev_t dev ;
 569   umode_t mode ;
 570   unsigned int nlink ;
 571   uid_t uid ;
 572   gid_t gid ;
 573   dev_t rdev ;
 574   loff_t size ;
 575   struct timespec atime ;
 576   struct timespec mtime ;
 577   struct timespec ctime ;
 578   unsigned long blksize ;
 579   unsigned long long blocks ;
 580};
 581#line 48 "include/linux/wait.h"
 582struct __wait_queue_head {
 583   spinlock_t lock ;
 584   struct list_head task_list ;
 585};
 586#line 53 "include/linux/wait.h"
 587typedef struct __wait_queue_head wait_queue_head_t;
 588#line 98 "include/linux/nodemask.h"
 589struct __anonstruct_nodemask_t_36 {
 590   unsigned long bits[16U] ;
 591};
 592#line 98 "include/linux/nodemask.h"
 593typedef struct __anonstruct_nodemask_t_36 nodemask_t;
 594#line 670 "include/linux/mmzone.h"
 595struct mutex {
 596   atomic_t count ;
 597   spinlock_t wait_lock ;
 598   struct list_head wait_list ;
 599   struct task_struct *owner ;
 600   char const   *name ;
 601   void *magic ;
 602   struct lockdep_map dep_map ;
 603};
 604#line 63 "include/linux/mutex.h"
 605struct mutex_waiter {
 606   struct list_head list ;
 607   struct task_struct *task ;
 608   void *magic ;
 609};
 610#line 171
 611struct rw_semaphore;
 612#line 171
 613struct rw_semaphore;
 614#line 172 "include/linux/mutex.h"
 615struct rw_semaphore {
 616   long count ;
 617   raw_spinlock_t wait_lock ;
 618   struct list_head wait_list ;
 619   struct lockdep_map dep_map ;
 620};
 621#line 128 "include/linux/rwsem.h"
 622struct completion {
 623   unsigned int done ;
 624   wait_queue_head_t wait ;
 625};
 626#line 312 "include/linux/jiffies.h"
 627union ktime {
 628   s64 tv64 ;
 629};
 630#line 59 "include/linux/ktime.h"
 631typedef union ktime ktime_t;
 632#line 341
 633struct tvec_base;
 634#line 341
 635struct tvec_base;
 636#line 342 "include/linux/ktime.h"
 637struct timer_list {
 638   struct list_head entry ;
 639   unsigned long expires ;
 640   struct tvec_base *base ;
 641   void (*function)(unsigned long  ) ;
 642   unsigned long data ;
 643   int slack ;
 644   int start_pid ;
 645   void *start_site ;
 646   char start_comm[16U] ;
 647   struct lockdep_map lockdep_map ;
 648};
 649#line 289 "include/linux/timer.h"
 650struct hrtimer;
 651#line 289
 652struct hrtimer;
 653#line 290
 654enum hrtimer_restart;
 655#line 302
 656struct work_struct;
 657#line 302
 658struct work_struct;
 659#line 45 "include/linux/workqueue.h"
 660struct work_struct {
 661   atomic_long_t data ;
 662   struct list_head entry ;
 663   void (*func)(struct work_struct * ) ;
 664   struct lockdep_map lockdep_map ;
 665};
 666#line 86 "include/linux/workqueue.h"
 667struct delayed_work {
 668   struct work_struct work ;
 669   struct timer_list timer ;
 670};
 671#line 46 "include/linux/pm.h"
 672struct pm_message {
 673   int event ;
 674};
 675#line 52 "include/linux/pm.h"
 676typedef struct pm_message pm_message_t;
 677#line 53 "include/linux/pm.h"
 678struct dev_pm_ops {
 679   int (*prepare)(struct device * ) ;
 680   void (*complete)(struct device * ) ;
 681   int (*suspend)(struct device * ) ;
 682   int (*resume)(struct device * ) ;
 683   int (*freeze)(struct device * ) ;
 684   int (*thaw)(struct device * ) ;
 685   int (*poweroff)(struct device * ) ;
 686   int (*restore)(struct device * ) ;
 687   int (*suspend_late)(struct device * ) ;
 688   int (*resume_early)(struct device * ) ;
 689   int (*freeze_late)(struct device * ) ;
 690   int (*thaw_early)(struct device * ) ;
 691   int (*poweroff_late)(struct device * ) ;
 692   int (*restore_early)(struct device * ) ;
 693   int (*suspend_noirq)(struct device * ) ;
 694   int (*resume_noirq)(struct device * ) ;
 695   int (*freeze_noirq)(struct device * ) ;
 696   int (*thaw_noirq)(struct device * ) ;
 697   int (*poweroff_noirq)(struct device * ) ;
 698   int (*restore_noirq)(struct device * ) ;
 699   int (*runtime_suspend)(struct device * ) ;
 700   int (*runtime_resume)(struct device * ) ;
 701   int (*runtime_idle)(struct device * ) ;
 702};
 703#line 289
 704enum rpm_status {
 705    RPM_ACTIVE = 0,
 706    RPM_RESUMING = 1,
 707    RPM_SUSPENDED = 2,
 708    RPM_SUSPENDING = 3
 709} ;
 710#line 296
 711enum rpm_request {
 712    RPM_REQ_NONE = 0,
 713    RPM_REQ_IDLE = 1,
 714    RPM_REQ_SUSPEND = 2,
 715    RPM_REQ_AUTOSUSPEND = 3,
 716    RPM_REQ_RESUME = 4
 717} ;
 718#line 304
 719struct wakeup_source;
 720#line 304
 721struct wakeup_source;
 722#line 494 "include/linux/pm.h"
 723struct pm_subsys_data {
 724   spinlock_t lock ;
 725   unsigned int refcount ;
 726};
 727#line 499
 728struct dev_pm_qos_request;
 729#line 499
 730struct pm_qos_constraints;
 731#line 499 "include/linux/pm.h"
 732struct dev_pm_info {
 733   pm_message_t power_state ;
 734   unsigned char can_wakeup : 1 ;
 735   unsigned char async_suspend : 1 ;
 736   bool is_prepared ;
 737   bool is_suspended ;
 738   bool ignore_children ;
 739   spinlock_t lock ;
 740   struct list_head entry ;
 741   struct completion completion ;
 742   struct wakeup_source *wakeup ;
 743   bool wakeup_path ;
 744   struct timer_list suspend_timer ;
 745   unsigned long timer_expires ;
 746   struct work_struct work ;
 747   wait_queue_head_t wait_queue ;
 748   atomic_t usage_count ;
 749   atomic_t child_count ;
 750   unsigned char disable_depth : 3 ;
 751   unsigned char idle_notification : 1 ;
 752   unsigned char request_pending : 1 ;
 753   unsigned char deferred_resume : 1 ;
 754   unsigned char run_wake : 1 ;
 755   unsigned char runtime_auto : 1 ;
 756   unsigned char no_callbacks : 1 ;
 757   unsigned char irq_safe : 1 ;
 758   unsigned char use_autosuspend : 1 ;
 759   unsigned char timer_autosuspends : 1 ;
 760   enum rpm_request request ;
 761   enum rpm_status runtime_status ;
 762   int runtime_error ;
 763   int autosuspend_delay ;
 764   unsigned long last_busy ;
 765   unsigned long active_jiffies ;
 766   unsigned long suspended_jiffies ;
 767   unsigned long accounting_timestamp ;
 768   ktime_t suspend_time ;
 769   s64 max_time_suspended_ns ;
 770   struct dev_pm_qos_request *pq_req ;
 771   struct pm_subsys_data *subsys_data ;
 772   struct pm_qos_constraints *constraints ;
 773};
 774#line 558 "include/linux/pm.h"
 775struct dev_pm_domain {
 776   struct dev_pm_ops ops ;
 777};
 778#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
 779struct __anonstruct_mm_context_t_101 {
 780   void *ldt ;
 781   int size ;
 782   unsigned short ia32_compat ;
 783   struct mutex lock ;
 784   void *vdso ;
 785};
 786#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
 787typedef struct __anonstruct_mm_context_t_101 mm_context_t;
 788#line 18 "include/asm-generic/pci_iomap.h"
 789struct vm_area_struct;
 790#line 18
 791struct vm_area_struct;
 792#line 835 "include/linux/sysctl.h"
 793struct rb_node {
 794   unsigned long rb_parent_color ;
 795   struct rb_node *rb_right ;
 796   struct rb_node *rb_left ;
 797};
 798#line 108 "include/linux/rbtree.h"
 799struct rb_root {
 800   struct rb_node *rb_node ;
 801};
 802#line 176
 803struct nsproxy;
 804#line 176
 805struct nsproxy;
 806#line 37 "include/linux/kmod.h"
 807struct cred;
 808#line 37
 809struct cred;
 810#line 18 "include/linux/elf.h"
 811typedef __u64 Elf64_Addr;
 812#line 19 "include/linux/elf.h"
 813typedef __u16 Elf64_Half;
 814#line 23 "include/linux/elf.h"
 815typedef __u32 Elf64_Word;
 816#line 24 "include/linux/elf.h"
 817typedef __u64 Elf64_Xword;
 818#line 193 "include/linux/elf.h"
 819struct elf64_sym {
 820   Elf64_Word st_name ;
 821   unsigned char st_info ;
 822   unsigned char st_other ;
 823   Elf64_Half st_shndx ;
 824   Elf64_Addr st_value ;
 825   Elf64_Xword st_size ;
 826};
 827#line 201 "include/linux/elf.h"
 828typedef struct elf64_sym Elf64_Sym;
 829#line 445
 830struct sock;
 831#line 445
 832struct sock;
 833#line 446
 834struct kobject;
 835#line 446
 836struct kobject;
 837#line 447
 838enum kobj_ns_type {
 839    KOBJ_NS_TYPE_NONE = 0,
 840    KOBJ_NS_TYPE_NET = 1,
 841    KOBJ_NS_TYPES = 2
 842} ;
 843#line 453 "include/linux/elf.h"
 844struct kobj_ns_type_operations {
 845   enum kobj_ns_type type ;
 846   void *(*grab_current_ns)(void) ;
 847   void const   *(*netlink_ns)(struct sock * ) ;
 848   void const   *(*initial_ns)(void) ;
 849   void (*drop_ns)(void * ) ;
 850};
 851#line 57 "include/linux/kobject_ns.h"
 852struct attribute {
 853   char const   *name ;
 854   umode_t mode ;
 855   struct lock_class_key *key ;
 856   struct lock_class_key skey ;
 857};
 858#line 33 "include/linux/sysfs.h"
 859struct attribute_group {
 860   char const   *name ;
 861   umode_t (*is_visible)(struct kobject * , struct attribute * , int  ) ;
 862   struct attribute **attrs ;
 863};
 864#line 62 "include/linux/sysfs.h"
 865struct bin_attribute {
 866   struct attribute attr ;
 867   size_t size ;
 868   void *private ;
 869   ssize_t (*read)(struct file * , struct kobject * , struct bin_attribute * , char * ,
 870                   loff_t  , size_t  ) ;
 871   ssize_t (*write)(struct file * , struct kobject * , struct bin_attribute * , char * ,
 872                    loff_t  , size_t  ) ;
 873   int (*mmap)(struct file * , struct kobject * , struct bin_attribute * , struct vm_area_struct * ) ;
 874};
 875#line 98 "include/linux/sysfs.h"
 876struct sysfs_ops {
 877   ssize_t (*show)(struct kobject * , struct attribute * , char * ) ;
 878   ssize_t (*store)(struct kobject * , struct attribute * , char const   * , size_t  ) ;
 879   void const   *(*namespace)(struct kobject * , struct attribute  const  * ) ;
 880};
 881#line 117
 882struct sysfs_dirent;
 883#line 117
 884struct sysfs_dirent;
 885#line 182 "include/linux/sysfs.h"
 886struct kref {
 887   atomic_t refcount ;
 888};
 889#line 49 "include/linux/kobject.h"
 890struct kset;
 891#line 49
 892struct kobj_type;
 893#line 49 "include/linux/kobject.h"
 894struct kobject {
 895   char const   *name ;
 896   struct list_head entry ;
 897   struct kobject *parent ;
 898   struct kset *kset ;
 899   struct kobj_type *ktype ;
 900   struct sysfs_dirent *sd ;
 901   struct kref kref ;
 902   unsigned char state_initialized : 1 ;
 903   unsigned char state_in_sysfs : 1 ;
 904   unsigned char state_add_uevent_sent : 1 ;
 905   unsigned char state_remove_uevent_sent : 1 ;
 906   unsigned char uevent_suppress : 1 ;
 907};
 908#line 107 "include/linux/kobject.h"
 909struct kobj_type {
 910   void (*release)(struct kobject * ) ;
 911   struct sysfs_ops  const  *sysfs_ops ;
 912   struct attribute **default_attrs ;
 913   struct kobj_ns_type_operations  const  *(*child_ns_type)(struct kobject * ) ;
 914   void const   *(*namespace)(struct kobject * ) ;
 915};
 916#line 115 "include/linux/kobject.h"
 917struct kobj_uevent_env {
 918   char *envp[32U] ;
 919   int envp_idx ;
 920   char buf[2048U] ;
 921   int buflen ;
 922};
 923#line 122 "include/linux/kobject.h"
 924struct kset_uevent_ops {
 925   int (* const  filter)(struct kset * , struct kobject * ) ;
 926   char const   *(* const  name)(struct kset * , struct kobject * ) ;
 927   int (* const  uevent)(struct kset * , struct kobject * , struct kobj_uevent_env * ) ;
 928};
 929#line 139 "include/linux/kobject.h"
 930struct kset {
 931   struct list_head list ;
 932   spinlock_t list_lock ;
 933   struct kobject kobj ;
 934   struct kset_uevent_ops  const  *uevent_ops ;
 935};
 936#line 215
 937struct kernel_param;
 938#line 215
 939struct kernel_param;
 940#line 216 "include/linux/kobject.h"
 941struct kernel_param_ops {
 942   int (*set)(char const   * , struct kernel_param  const  * ) ;
 943   int (*get)(char * , struct kernel_param  const  * ) ;
 944   void (*free)(void * ) ;
 945};
 946#line 49 "include/linux/moduleparam.h"
 947struct kparam_string;
 948#line 49
 949struct kparam_array;
 950#line 49 "include/linux/moduleparam.h"
 951union __anonunion_ldv_13363_134 {
 952   void *arg ;
 953   struct kparam_string  const  *str ;
 954   struct kparam_array  const  *arr ;
 955};
 956#line 49 "include/linux/moduleparam.h"
 957struct kernel_param {
 958   char const   *name ;
 959   struct kernel_param_ops  const  *ops ;
 960   u16 perm ;
 961   s16 level ;
 962   union __anonunion_ldv_13363_134 ldv_13363 ;
 963};
 964#line 61 "include/linux/moduleparam.h"
 965struct kparam_string {
 966   unsigned int maxlen ;
 967   char *string ;
 968};
 969#line 67 "include/linux/moduleparam.h"
 970struct kparam_array {
 971   unsigned int max ;
 972   unsigned int elemsize ;
 973   unsigned int *num ;
 974   struct kernel_param_ops  const  *ops ;
 975   void *elem ;
 976};
 977#line 458 "include/linux/moduleparam.h"
 978struct static_key {
 979   atomic_t enabled ;
 980};
 981#line 225 "include/linux/jump_label.h"
 982struct tracepoint;
 983#line 225
 984struct tracepoint;
 985#line 226 "include/linux/jump_label.h"
 986struct tracepoint_func {
 987   void *func ;
 988   void *data ;
 989};
 990#line 29 "include/linux/tracepoint.h"
 991struct tracepoint {
 992   char const   *name ;
 993   struct static_key key ;
 994   void (*regfunc)(void) ;
 995   void (*unregfunc)(void) ;
 996   struct tracepoint_func *funcs ;
 997};
 998#line 86 "include/linux/tracepoint.h"
 999struct kernel_symbol {
1000   unsigned long value ;
1001   char const   *name ;
1002};
1003#line 27 "include/linux/export.h"
1004struct mod_arch_specific {
1005
1006};
1007#line 34 "include/linux/module.h"
1008struct module_param_attrs;
1009#line 34 "include/linux/module.h"
1010struct module_kobject {
1011   struct kobject kobj ;
1012   struct module *mod ;
1013   struct kobject *drivers_dir ;
1014   struct module_param_attrs *mp ;
1015};
1016#line 43 "include/linux/module.h"
1017struct module_attribute {
1018   struct attribute attr ;
1019   ssize_t (*show)(struct module_attribute * , struct module_kobject * , char * ) ;
1020   ssize_t (*store)(struct module_attribute * , struct module_kobject * , char const   * ,
1021                    size_t  ) ;
1022   void (*setup)(struct module * , char const   * ) ;
1023   int (*test)(struct module * ) ;
1024   void (*free)(struct module * ) ;
1025};
1026#line 69
1027struct exception_table_entry;
1028#line 69
1029struct exception_table_entry;
1030#line 198
1031enum module_state {
1032    MODULE_STATE_LIVE = 0,
1033    MODULE_STATE_COMING = 1,
1034    MODULE_STATE_GOING = 2
1035} ;
1036#line 204 "include/linux/module.h"
1037struct module_ref {
1038   unsigned long incs ;
1039   unsigned long decs ;
1040};
1041#line 219
1042struct module_sect_attrs;
1043#line 219
1044struct module_notes_attrs;
1045#line 219
1046struct ftrace_event_call;
1047#line 219 "include/linux/module.h"
1048struct module {
1049   enum module_state state ;
1050   struct list_head list ;
1051   char name[56U] ;
1052   struct module_kobject mkobj ;
1053   struct module_attribute *modinfo_attrs ;
1054   char const   *version ;
1055   char const   *srcversion ;
1056   struct kobject *holders_dir ;
1057   struct kernel_symbol  const  *syms ;
1058   unsigned long const   *crcs ;
1059   unsigned int num_syms ;
1060   struct kernel_param *kp ;
1061   unsigned int num_kp ;
1062   unsigned int num_gpl_syms ;
1063   struct kernel_symbol  const  *gpl_syms ;
1064   unsigned long const   *gpl_crcs ;
1065   struct kernel_symbol  const  *unused_syms ;
1066   unsigned long const   *unused_crcs ;
1067   unsigned int num_unused_syms ;
1068   unsigned int num_unused_gpl_syms ;
1069   struct kernel_symbol  const  *unused_gpl_syms ;
1070   unsigned long const   *unused_gpl_crcs ;
1071   struct kernel_symbol  const  *gpl_future_syms ;
1072   unsigned long const   *gpl_future_crcs ;
1073   unsigned int num_gpl_future_syms ;
1074   unsigned int num_exentries ;
1075   struct exception_table_entry *extable ;
1076   int (*init)(void) ;
1077   void *module_init ;
1078   void *module_core ;
1079   unsigned int init_size ;
1080   unsigned int core_size ;
1081   unsigned int init_text_size ;
1082   unsigned int core_text_size ;
1083   unsigned int init_ro_size ;
1084   unsigned int core_ro_size ;
1085   struct mod_arch_specific arch ;
1086   unsigned int taints ;
1087   unsigned int num_bugs ;
1088   struct list_head bug_list ;
1089   struct bug_entry *bug_table ;
1090   Elf64_Sym *symtab ;
1091   Elf64_Sym *core_symtab ;
1092   unsigned int num_symtab ;
1093   unsigned int core_num_syms ;
1094   char *strtab ;
1095   char *core_strtab ;
1096   struct module_sect_attrs *sect_attrs ;
1097   struct module_notes_attrs *notes_attrs ;
1098   char *args ;
1099   void *percpu ;
1100   unsigned int percpu_size ;
1101   unsigned int num_tracepoints ;
1102   struct tracepoint * const  *tracepoints_ptrs ;
1103   unsigned int num_trace_bprintk_fmt ;
1104   char const   **trace_bprintk_fmt_start ;
1105   struct ftrace_event_call **trace_events ;
1106   unsigned int num_trace_events ;
1107   struct list_head source_list ;
1108   struct list_head target_list ;
1109   struct task_struct *waiter ;
1110   void (*exit)(void) ;
1111   struct module_ref *refptr ;
1112   ctor_fn_t (**ctors)(void) ;
1113   unsigned int num_ctors ;
1114};
1115#line 88 "include/linux/kmemleak.h"
1116struct kmem_cache_cpu {
1117   void **freelist ;
1118   unsigned long tid ;
1119   struct page *page ;
1120   struct page *partial ;
1121   int node ;
1122   unsigned int stat[26U] ;
1123};
1124#line 55 "include/linux/slub_def.h"
1125struct kmem_cache_node {
1126   spinlock_t list_lock ;
1127   unsigned long nr_partial ;
1128   struct list_head partial ;
1129   atomic_long_t nr_slabs ;
1130   atomic_long_t total_objects ;
1131   struct list_head full ;
1132};
1133#line 66 "include/linux/slub_def.h"
1134struct kmem_cache_order_objects {
1135   unsigned long x ;
1136};
1137#line 76 "include/linux/slub_def.h"
1138struct kmem_cache {
1139   struct kmem_cache_cpu *cpu_slab ;
1140   unsigned long flags ;
1141   unsigned long min_partial ;
1142   int size ;
1143   int objsize ;
1144   int offset ;
1145   int cpu_partial ;
1146   struct kmem_cache_order_objects oo ;
1147   struct kmem_cache_order_objects max ;
1148   struct kmem_cache_order_objects min ;
1149   gfp_t allocflags ;
1150   int refcount ;
1151   void (*ctor)(void * ) ;
1152   int inuse ;
1153   int align ;
1154   int reserved ;
1155   char const   *name ;
1156   struct list_head list ;
1157   struct kobject kobj ;
1158   int remote_node_defrag_ratio ;
1159   struct kmem_cache_node *node[1024U] ;
1160};
1161#line 1116 "include/linux/input.h"
1162struct klist_node;
1163#line 1116
1164struct klist_node;
1165#line 37 "include/linux/klist.h"
1166struct klist_node {
1167   void *n_klist ;
1168   struct list_head n_node ;
1169   struct kref n_ref ;
1170};
1171#line 67
1172struct dma_map_ops;
1173#line 67 "include/linux/klist.h"
1174struct dev_archdata {
1175   void *acpi_handle ;
1176   struct dma_map_ops *dma_ops ;
1177   void *iommu ;
1178};
1179#line 17 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1180struct device_private;
1181#line 17
1182struct device_private;
1183#line 18
1184struct device_driver;
1185#line 18
1186struct device_driver;
1187#line 19
1188struct driver_private;
1189#line 19
1190struct driver_private;
1191#line 20
1192struct class;
1193#line 20
1194struct class;
1195#line 21
1196struct subsys_private;
1197#line 21
1198struct subsys_private;
1199#line 22
1200struct bus_type;
1201#line 22
1202struct bus_type;
1203#line 23
1204struct device_node;
1205#line 23
1206struct device_node;
1207#line 24
1208struct iommu_ops;
1209#line 24
1210struct iommu_ops;
1211#line 25 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1212struct bus_attribute {
1213   struct attribute attr ;
1214   ssize_t (*show)(struct bus_type * , char * ) ;
1215   ssize_t (*store)(struct bus_type * , char const   * , size_t  ) ;
1216};
1217#line 51 "include/linux/device.h"
1218struct device_attribute;
1219#line 51
1220struct driver_attribute;
1221#line 51 "include/linux/device.h"
1222struct bus_type {
1223   char const   *name ;
1224   char const   *dev_name ;
1225   struct device *dev_root ;
1226   struct bus_attribute *bus_attrs ;
1227   struct device_attribute *dev_attrs ;
1228   struct driver_attribute *drv_attrs ;
1229   int (*match)(struct device * , struct device_driver * ) ;
1230   int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1231   int (*probe)(struct device * ) ;
1232   int (*remove)(struct device * ) ;
1233   void (*shutdown)(struct device * ) ;
1234   int (*suspend)(struct device * , pm_message_t  ) ;
1235   int (*resume)(struct device * ) ;
1236   struct dev_pm_ops  const  *pm ;
1237   struct iommu_ops *iommu_ops ;
1238   struct subsys_private *p ;
1239};
1240#line 125
1241struct device_type;
1242#line 182
1243struct of_device_id;
1244#line 182 "include/linux/device.h"
1245struct device_driver {
1246   char const   *name ;
1247   struct bus_type *bus ;
1248   struct module *owner ;
1249   char const   *mod_name ;
1250   bool suppress_bind_attrs ;
1251   struct of_device_id  const  *of_match_table ;
1252   int (*probe)(struct device * ) ;
1253   int (*remove)(struct device * ) ;
1254   void (*shutdown)(struct device * ) ;
1255   int (*suspend)(struct device * , pm_message_t  ) ;
1256   int (*resume)(struct device * ) ;
1257   struct attribute_group  const  **groups ;
1258   struct dev_pm_ops  const  *pm ;
1259   struct driver_private *p ;
1260};
1261#line 245 "include/linux/device.h"
1262struct driver_attribute {
1263   struct attribute attr ;
1264   ssize_t (*show)(struct device_driver * , char * ) ;
1265   ssize_t (*store)(struct device_driver * , char const   * , size_t  ) ;
1266};
1267#line 299
1268struct class_attribute;
1269#line 299 "include/linux/device.h"
1270struct class {
1271   char const   *name ;
1272   struct module *owner ;
1273   struct class_attribute *class_attrs ;
1274   struct device_attribute *dev_attrs ;
1275   struct bin_attribute *dev_bin_attrs ;
1276   struct kobject *dev_kobj ;
1277   int (*dev_uevent)(struct device * , struct kobj_uevent_env * ) ;
1278   char *(*devnode)(struct device * , umode_t * ) ;
1279   void (*class_release)(struct class * ) ;
1280   void (*dev_release)(struct device * ) ;
1281   int (*suspend)(struct device * , pm_message_t  ) ;
1282   int (*resume)(struct device * ) ;
1283   struct kobj_ns_type_operations  const  *ns_type ;
1284   void const   *(*namespace)(struct device * ) ;
1285   struct dev_pm_ops  const  *pm ;
1286   struct subsys_private *p ;
1287};
1288#line 394 "include/linux/device.h"
1289struct class_attribute {
1290   struct attribute attr ;
1291   ssize_t (*show)(struct class * , struct class_attribute * , char * ) ;
1292   ssize_t (*store)(struct class * , struct class_attribute * , char const   * , size_t  ) ;
1293   void const   *(*namespace)(struct class * , struct class_attribute  const  * ) ;
1294};
1295#line 447 "include/linux/device.h"
1296struct device_type {
1297   char const   *name ;
1298   struct attribute_group  const  **groups ;
1299   int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1300   char *(*devnode)(struct device * , umode_t * ) ;
1301   void (*release)(struct device * ) ;
1302   struct dev_pm_ops  const  *pm ;
1303};
1304#line 474 "include/linux/device.h"
1305struct device_attribute {
1306   struct attribute attr ;
1307   ssize_t (*show)(struct device * , struct device_attribute * , char * ) ;
1308   ssize_t (*store)(struct device * , struct device_attribute * , char const   * ,
1309                    size_t  ) ;
1310};
1311#line 557 "include/linux/device.h"
1312struct device_dma_parameters {
1313   unsigned int max_segment_size ;
1314   unsigned long segment_boundary_mask ;
1315};
1316#line 567
1317struct dma_coherent_mem;
1318#line 567 "include/linux/device.h"
1319struct device {
1320   struct device *parent ;
1321   struct device_private *p ;
1322   struct kobject kobj ;
1323   char const   *init_name ;
1324   struct device_type  const  *type ;
1325   struct mutex mutex ;
1326   struct bus_type *bus ;
1327   struct device_driver *driver ;
1328   void *platform_data ;
1329   struct dev_pm_info power ;
1330   struct dev_pm_domain *pm_domain ;
1331   int numa_node ;
1332   u64 *dma_mask ;
1333   u64 coherent_dma_mask ;
1334   struct device_dma_parameters *dma_parms ;
1335   struct list_head dma_pools ;
1336   struct dma_coherent_mem *dma_mem ;
1337   struct dev_archdata archdata ;
1338   struct device_node *of_node ;
1339   dev_t devt ;
1340   u32 id ;
1341   spinlock_t devres_lock ;
1342   struct list_head devres_head ;
1343   struct klist_node knode_class ;
1344   struct class *class ;
1345   struct attribute_group  const  **groups ;
1346   void (*release)(struct device * ) ;
1347};
1348#line 681 "include/linux/device.h"
1349struct wakeup_source {
1350   char const   *name ;
1351   struct list_head entry ;
1352   spinlock_t lock ;
1353   struct timer_list timer ;
1354   unsigned long timer_expires ;
1355   ktime_t total_time ;
1356   ktime_t max_time ;
1357   ktime_t last_time ;
1358   unsigned long event_count ;
1359   unsigned long active_count ;
1360   unsigned long relax_count ;
1361   unsigned long hit_count ;
1362   unsigned char active : 1 ;
1363};
1364#line 994
1365struct block_device;
1366#line 994
1367struct block_device;
1368#line 93 "include/linux/bit_spinlock.h"
1369struct hlist_bl_node;
1370#line 93 "include/linux/bit_spinlock.h"
1371struct hlist_bl_head {
1372   struct hlist_bl_node *first ;
1373};
1374#line 36 "include/linux/list_bl.h"
1375struct hlist_bl_node {
1376   struct hlist_bl_node *next ;
1377   struct hlist_bl_node **pprev ;
1378};
1379#line 114 "include/linux/rculist_bl.h"
1380struct nameidata;
1381#line 114
1382struct nameidata;
1383#line 115
1384struct path;
1385#line 115
1386struct path;
1387#line 116
1388struct vfsmount;
1389#line 116
1390struct vfsmount;
1391#line 117 "include/linux/rculist_bl.h"
1392struct qstr {
1393   unsigned int hash ;
1394   unsigned int len ;
1395   unsigned char const   *name ;
1396};
1397#line 72 "include/linux/dcache.h"
1398struct inode;
1399#line 72
1400struct dentry_operations;
1401#line 72
1402struct super_block;
1403#line 72 "include/linux/dcache.h"
1404union __anonunion_d_u_136 {
1405   struct list_head d_child ;
1406   struct rcu_head d_rcu ;
1407};
1408#line 72 "include/linux/dcache.h"
1409struct dentry {
1410   unsigned int d_flags ;
1411   seqcount_t d_seq ;
1412   struct hlist_bl_node d_hash ;
1413   struct dentry *d_parent ;
1414   struct qstr d_name ;
1415   struct inode *d_inode ;
1416   unsigned char d_iname[32U] ;
1417   unsigned int d_count ;
1418   spinlock_t d_lock ;
1419   struct dentry_operations  const  *d_op ;
1420   struct super_block *d_sb ;
1421   unsigned long d_time ;
1422   void *d_fsdata ;
1423   struct list_head d_lru ;
1424   union __anonunion_d_u_136 d_u ;
1425   struct list_head d_subdirs ;
1426   struct list_head d_alias ;
1427};
1428#line 123 "include/linux/dcache.h"
1429struct dentry_operations {
1430   int (*d_revalidate)(struct dentry * , struct nameidata * ) ;
1431   int (*d_hash)(struct dentry  const  * , struct inode  const  * , struct qstr * ) ;
1432   int (*d_compare)(struct dentry  const  * , struct inode  const  * , struct dentry  const  * ,
1433                    struct inode  const  * , unsigned int  , char const   * , struct qstr  const  * ) ;
1434   int (*d_delete)(struct dentry  const  * ) ;
1435   void (*d_release)(struct dentry * ) ;
1436   void (*d_prune)(struct dentry * ) ;
1437   void (*d_iput)(struct dentry * , struct inode * ) ;
1438   char *(*d_dname)(struct dentry * , char * , int  ) ;
1439   struct vfsmount *(*d_automount)(struct path * ) ;
1440   int (*d_manage)(struct dentry * , bool  ) ;
1441};
1442#line 402 "include/linux/dcache.h"
1443struct path {
1444   struct vfsmount *mnt ;
1445   struct dentry *dentry ;
1446};
1447#line 58 "include/linux/radix-tree.h"
1448struct radix_tree_node;
1449#line 58 "include/linux/radix-tree.h"
1450struct radix_tree_root {
1451   unsigned int height ;
1452   gfp_t gfp_mask ;
1453   struct radix_tree_node *rnode ;
1454};
1455#line 377
1456struct prio_tree_node;
1457#line 377 "include/linux/radix-tree.h"
1458struct raw_prio_tree_node {
1459   struct prio_tree_node *left ;
1460   struct prio_tree_node *right ;
1461   struct prio_tree_node *parent ;
1462};
1463#line 19 "include/linux/prio_tree.h"
1464struct prio_tree_node {
1465   struct prio_tree_node *left ;
1466   struct prio_tree_node *right ;
1467   struct prio_tree_node *parent ;
1468   unsigned long start ;
1469   unsigned long last ;
1470};
1471#line 27 "include/linux/prio_tree.h"
1472struct prio_tree_root {
1473   struct prio_tree_node *prio_tree_node ;
1474   unsigned short index_bits ;
1475   unsigned short raw ;
1476};
1477#line 111
1478enum pid_type {
1479    PIDTYPE_PID = 0,
1480    PIDTYPE_PGID = 1,
1481    PIDTYPE_SID = 2,
1482    PIDTYPE_MAX = 3
1483} ;
1484#line 118
1485struct pid_namespace;
1486#line 118 "include/linux/prio_tree.h"
1487struct upid {
1488   int nr ;
1489   struct pid_namespace *ns ;
1490   struct hlist_node pid_chain ;
1491};
1492#line 56 "include/linux/pid.h"
1493struct pid {
1494   atomic_t count ;
1495   unsigned int level ;
1496   struct hlist_head tasks[3U] ;
1497   struct rcu_head rcu ;
1498   struct upid numbers[1U] ;
1499};
1500#line 68 "include/linux/pid.h"
1501struct pid_link {
1502   struct hlist_node node ;
1503   struct pid *pid ;
1504};
1505#line 93 "include/linux/capability.h"
1506struct kernel_cap_struct {
1507   __u32 cap[2U] ;
1508};
1509#line 96 "include/linux/capability.h"
1510typedef struct kernel_cap_struct kernel_cap_t;
1511#line 104
1512struct user_namespace;
1513#line 104
1514struct user_namespace;
1515#line 45 "include/linux/semaphore.h"
1516struct fiemap_extent {
1517   __u64 fe_logical ;
1518   __u64 fe_physical ;
1519   __u64 fe_length ;
1520   __u64 fe_reserved64[2U] ;
1521   __u32 fe_flags ;
1522   __u32 fe_reserved[3U] ;
1523};
1524#line 38 "include/linux/fiemap.h"
1525struct shrink_control {
1526   gfp_t gfp_mask ;
1527   unsigned long nr_to_scan ;
1528};
1529#line 14 "include/linux/shrinker.h"
1530struct shrinker {
1531   int (*shrink)(struct shrinker * , struct shrink_control * ) ;
1532   int seeks ;
1533   long batch ;
1534   struct list_head list ;
1535   atomic_long_t nr_in_batch ;
1536};
1537#line 43
1538enum migrate_mode {
1539    MIGRATE_ASYNC = 0,
1540    MIGRATE_SYNC_LIGHT = 1,
1541    MIGRATE_SYNC = 2
1542} ;
1543#line 49
1544struct export_operations;
1545#line 49
1546struct export_operations;
1547#line 51
1548struct iovec;
1549#line 51
1550struct iovec;
1551#line 52
1552struct kiocb;
1553#line 52
1554struct kiocb;
1555#line 53
1556struct pipe_inode_info;
1557#line 53
1558struct pipe_inode_info;
1559#line 54
1560struct poll_table_struct;
1561#line 54
1562struct poll_table_struct;
1563#line 55
1564struct kstatfs;
1565#line 55
1566struct kstatfs;
1567#line 435 "include/linux/fs.h"
1568struct iattr {
1569   unsigned int ia_valid ;
1570   umode_t ia_mode ;
1571   uid_t ia_uid ;
1572   gid_t ia_gid ;
1573   loff_t ia_size ;
1574   struct timespec ia_atime ;
1575   struct timespec ia_mtime ;
1576   struct timespec ia_ctime ;
1577   struct file *ia_file ;
1578};
1579#line 119 "include/linux/quota.h"
1580struct if_dqinfo {
1581   __u64 dqi_bgrace ;
1582   __u64 dqi_igrace ;
1583   __u32 dqi_flags ;
1584   __u32 dqi_valid ;
1585};
1586#line 176 "include/linux/percpu_counter.h"
1587struct fs_disk_quota {
1588   __s8 d_version ;
1589   __s8 d_flags ;
1590   __u16 d_fieldmask ;
1591   __u32 d_id ;
1592   __u64 d_blk_hardlimit ;
1593   __u64 d_blk_softlimit ;
1594   __u64 d_ino_hardlimit ;
1595   __u64 d_ino_softlimit ;
1596   __u64 d_bcount ;
1597   __u64 d_icount ;
1598   __s32 d_itimer ;
1599   __s32 d_btimer ;
1600   __u16 d_iwarns ;
1601   __u16 d_bwarns ;
1602   __s32 d_padding2 ;
1603   __u64 d_rtb_hardlimit ;
1604   __u64 d_rtb_softlimit ;
1605   __u64 d_rtbcount ;
1606   __s32 d_rtbtimer ;
1607   __u16 d_rtbwarns ;
1608   __s16 d_padding3 ;
1609   char d_padding4[8U] ;
1610};
1611#line 75 "include/linux/dqblk_xfs.h"
1612struct fs_qfilestat {
1613   __u64 qfs_ino ;
1614   __u64 qfs_nblks ;
1615   __u32 qfs_nextents ;
1616};
1617#line 150 "include/linux/dqblk_xfs.h"
1618typedef struct fs_qfilestat fs_qfilestat_t;
1619#line 151 "include/linux/dqblk_xfs.h"
1620struct fs_quota_stat {
1621   __s8 qs_version ;
1622   __u16 qs_flags ;
1623   __s8 qs_pad ;
1624   fs_qfilestat_t qs_uquota ;
1625   fs_qfilestat_t qs_gquota ;
1626   __u32 qs_incoredqs ;
1627   __s32 qs_btimelimit ;
1628   __s32 qs_itimelimit ;
1629   __s32 qs_rtbtimelimit ;
1630   __u16 qs_bwarnlimit ;
1631   __u16 qs_iwarnlimit ;
1632};
1633#line 165
1634struct dquot;
1635#line 165
1636struct dquot;
1637#line 185 "include/linux/quota.h"
1638typedef __kernel_uid32_t qid_t;
1639#line 186 "include/linux/quota.h"
1640typedef long long qsize_t;
1641#line 189 "include/linux/quota.h"
1642struct mem_dqblk {
1643   qsize_t dqb_bhardlimit ;
1644   qsize_t dqb_bsoftlimit ;
1645   qsize_t dqb_curspace ;
1646   qsize_t dqb_rsvspace ;
1647   qsize_t dqb_ihardlimit ;
1648   qsize_t dqb_isoftlimit ;
1649   qsize_t dqb_curinodes ;
1650   time_t dqb_btime ;
1651   time_t dqb_itime ;
1652};
1653#line 211
1654struct quota_format_type;
1655#line 211
1656struct quota_format_type;
1657#line 212 "include/linux/quota.h"
1658struct mem_dqinfo {
1659   struct quota_format_type *dqi_format ;
1660   int dqi_fmt_id ;
1661   struct list_head dqi_dirty_list ;
1662   unsigned long dqi_flags ;
1663   unsigned int dqi_bgrace ;
1664   unsigned int dqi_igrace ;
1665   qsize_t dqi_maxblimit ;
1666   qsize_t dqi_maxilimit ;
1667   void *dqi_priv ;
1668};
1669#line 275 "include/linux/quota.h"
1670struct dquot {
1671   struct hlist_node dq_hash ;
1672   struct list_head dq_inuse ;
1673   struct list_head dq_free ;
1674   struct list_head dq_dirty ;
1675   struct mutex dq_lock ;
1676   atomic_t dq_count ;
1677   wait_queue_head_t dq_wait_unused ;
1678   struct super_block *dq_sb ;
1679   unsigned int dq_id ;
1680   loff_t dq_off ;
1681   unsigned long dq_flags ;
1682   short dq_type ;
1683   struct mem_dqblk dq_dqb ;
1684};
1685#line 303 "include/linux/quota.h"
1686struct quota_format_ops {
1687   int (*check_quota_file)(struct super_block * , int  ) ;
1688   int (*read_file_info)(struct super_block * , int  ) ;
1689   int (*write_file_info)(struct super_block * , int  ) ;
1690   int (*free_file_info)(struct super_block * , int  ) ;
1691   int (*read_dqblk)(struct dquot * ) ;
1692   int (*commit_dqblk)(struct dquot * ) ;
1693   int (*release_dqblk)(struct dquot * ) ;
1694};
1695#line 314 "include/linux/quota.h"
1696struct dquot_operations {
1697   int (*write_dquot)(struct dquot * ) ;
1698   struct dquot *(*alloc_dquot)(struct super_block * , int  ) ;
1699   void (*destroy_dquot)(struct dquot * ) ;
1700   int (*acquire_dquot)(struct dquot * ) ;
1701   int (*release_dquot)(struct dquot * ) ;
1702   int (*mark_dirty)(struct dquot * ) ;
1703   int (*write_info)(struct super_block * , int  ) ;
1704   qsize_t *(*get_reserved_space)(struct inode * ) ;
1705};
1706#line 328 "include/linux/quota.h"
1707struct quotactl_ops {
1708   int (*quota_on)(struct super_block * , int  , int  , struct path * ) ;
1709   int (*quota_on_meta)(struct super_block * , int  , int  ) ;
1710   int (*quota_off)(struct super_block * , int  ) ;
1711   int (*quota_sync)(struct super_block * , int  , int  ) ;
1712   int (*get_info)(struct super_block * , int  , struct if_dqinfo * ) ;
1713   int (*set_info)(struct super_block * , int  , struct if_dqinfo * ) ;
1714   int (*get_dqblk)(struct super_block * , int  , qid_t  , struct fs_disk_quota * ) ;
1715   int (*set_dqblk)(struct super_block * , int  , qid_t  , struct fs_disk_quota * ) ;
1716   int (*get_xstate)(struct super_block * , struct fs_quota_stat * ) ;
1717   int (*set_xstate)(struct super_block * , unsigned int  , int  ) ;
1718};
1719#line 344 "include/linux/quota.h"
1720struct quota_format_type {
1721   int qf_fmt_id ;
1722   struct quota_format_ops  const  *qf_ops ;
1723   struct module *qf_owner ;
1724   struct quota_format_type *qf_next ;
1725};
1726#line 390 "include/linux/quota.h"
1727struct quota_info {
1728   unsigned int flags ;
1729   struct mutex dqio_mutex ;
1730   struct mutex dqonoff_mutex ;
1731   struct rw_semaphore dqptr_sem ;
1732   struct inode *files[2U] ;
1733   struct mem_dqinfo info[2U] ;
1734   struct quota_format_ops  const  *ops[2U] ;
1735};
1736#line 421
1737struct address_space;
1738#line 421
1739struct address_space;
1740#line 422
1741struct writeback_control;
1742#line 422
1743struct writeback_control;
1744#line 585 "include/linux/fs.h"
1745union __anonunion_arg_139 {
1746   char *buf ;
1747   void *data ;
1748};
1749#line 585 "include/linux/fs.h"
1750struct __anonstruct_read_descriptor_t_138 {
1751   size_t written ;
1752   size_t count ;
1753   union __anonunion_arg_139 arg ;
1754   int error ;
1755};
1756#line 585 "include/linux/fs.h"
1757typedef struct __anonstruct_read_descriptor_t_138 read_descriptor_t;
1758#line 588 "include/linux/fs.h"
1759struct address_space_operations {
1760   int (*writepage)(struct page * , struct writeback_control * ) ;
1761   int (*readpage)(struct file * , struct page * ) ;
1762   int (*writepages)(struct address_space * , struct writeback_control * ) ;
1763   int (*set_page_dirty)(struct page * ) ;
1764   int (*readpages)(struct file * , struct address_space * , struct list_head * ,
1765                    unsigned int  ) ;
1766   int (*write_begin)(struct file * , struct address_space * , loff_t  , unsigned int  ,
1767                      unsigned int  , struct page ** , void ** ) ;
1768   int (*write_end)(struct file * , struct address_space * , loff_t  , unsigned int  ,
1769                    unsigned int  , struct page * , void * ) ;
1770   sector_t (*bmap)(struct address_space * , sector_t  ) ;
1771   void (*invalidatepage)(struct page * , unsigned long  ) ;
1772   int (*releasepage)(struct page * , gfp_t  ) ;
1773   void (*freepage)(struct page * ) ;
1774   ssize_t (*direct_IO)(int  , struct kiocb * , struct iovec  const  * , loff_t  ,
1775                        unsigned long  ) ;
1776   int (*get_xip_mem)(struct address_space * , unsigned long  , int  , void ** , unsigned long * ) ;
1777   int (*migratepage)(struct address_space * , struct page * , struct page * , enum migrate_mode  ) ;
1778   int (*launder_page)(struct page * ) ;
1779   int (*is_partially_uptodate)(struct page * , read_descriptor_t * , unsigned long  ) ;
1780   int (*error_remove_page)(struct address_space * , struct page * ) ;
1781};
1782#line 642
1783struct backing_dev_info;
1784#line 642
1785struct backing_dev_info;
1786#line 643 "include/linux/fs.h"
1787struct address_space {
1788   struct inode *host ;
1789   struct radix_tree_root page_tree ;
1790   spinlock_t tree_lock ;
1791   unsigned int i_mmap_writable ;
1792   struct prio_tree_root i_mmap ;
1793   struct list_head i_mmap_nonlinear ;
1794   struct mutex i_mmap_mutex ;
1795   unsigned long nrpages ;
1796   unsigned long writeback_index ;
1797   struct address_space_operations  const  *a_ops ;
1798   unsigned long flags ;
1799   struct backing_dev_info *backing_dev_info ;
1800   spinlock_t private_lock ;
1801   struct list_head private_list ;
1802   struct address_space *assoc_mapping ;
1803};
1804#line 664
1805struct request_queue;
1806#line 664
1807struct request_queue;
1808#line 665
1809struct hd_struct;
1810#line 665
1811struct gendisk;
1812#line 665 "include/linux/fs.h"
1813struct block_device {
1814   dev_t bd_dev ;
1815   int bd_openers ;
1816   struct inode *bd_inode ;
1817   struct super_block *bd_super ;
1818   struct mutex bd_mutex ;
1819   struct list_head bd_inodes ;
1820   void *bd_claiming ;
1821   void *bd_holder ;
1822   int bd_holders ;
1823   bool bd_write_holder ;
1824   struct list_head bd_holder_disks ;
1825   struct block_device *bd_contains ;
1826   unsigned int bd_block_size ;
1827   struct hd_struct *bd_part ;
1828   unsigned int bd_part_count ;
1829   int bd_invalidated ;
1830   struct gendisk *bd_disk ;
1831   struct request_queue *bd_queue ;
1832   struct list_head bd_list ;
1833   unsigned long bd_private ;
1834   int bd_fsfreeze_count ;
1835   struct mutex bd_fsfreeze_mutex ;
1836};
1837#line 737
1838struct posix_acl;
1839#line 737
1840struct posix_acl;
1841#line 738
1842struct inode_operations;
1843#line 738 "include/linux/fs.h"
1844union __anonunion_ldv_16579_140 {
1845   unsigned int const   i_nlink ;
1846   unsigned int __i_nlink ;
1847};
1848#line 738 "include/linux/fs.h"
1849union __anonunion_ldv_16598_141 {
1850   struct list_head i_dentry ;
1851   struct rcu_head i_rcu ;
1852};
1853#line 738
1854struct file_operations;
1855#line 738
1856struct file_lock;
1857#line 738
1858struct cdev;
1859#line 738 "include/linux/fs.h"
1860union __anonunion_ldv_16616_142 {
1861   struct pipe_inode_info *i_pipe ;
1862   struct block_device *i_bdev ;
1863   struct cdev *i_cdev ;
1864};
1865#line 738 "include/linux/fs.h"
1866struct inode {
1867   umode_t i_mode ;
1868   unsigned short i_opflags ;
1869   uid_t i_uid ;
1870   gid_t i_gid ;
1871   unsigned int i_flags ;
1872   struct posix_acl *i_acl ;
1873   struct posix_acl *i_default_acl ;
1874   struct inode_operations  const  *i_op ;
1875   struct super_block *i_sb ;
1876   struct address_space *i_mapping ;
1877   void *i_security ;
1878   unsigned long i_ino ;
1879   union __anonunion_ldv_16579_140 ldv_16579 ;
1880   dev_t i_rdev ;
1881   struct timespec i_atime ;
1882   struct timespec i_mtime ;
1883   struct timespec i_ctime ;
1884   spinlock_t i_lock ;
1885   unsigned short i_bytes ;
1886   blkcnt_t i_blocks ;
1887   loff_t i_size ;
1888   unsigned long i_state ;
1889   struct mutex i_mutex ;
1890   unsigned long dirtied_when ;
1891   struct hlist_node i_hash ;
1892   struct list_head i_wb_list ;
1893   struct list_head i_lru ;
1894   struct list_head i_sb_list ;
1895   union __anonunion_ldv_16598_141 ldv_16598 ;
1896   atomic_t i_count ;
1897   unsigned int i_blkbits ;
1898   u64 i_version ;
1899   atomic_t i_dio_count ;
1900   atomic_t i_writecount ;
1901   struct file_operations  const  *i_fop ;
1902   struct file_lock *i_flock ;
1903   struct address_space i_data ;
1904   struct dquot *i_dquot[2U] ;
1905   struct list_head i_devices ;
1906   union __anonunion_ldv_16616_142 ldv_16616 ;
1907   __u32 i_generation ;
1908   __u32 i_fsnotify_mask ;
1909   struct hlist_head i_fsnotify_marks ;
1910   atomic_t i_readcount ;
1911   void *i_private ;
1912};
1913#line 941 "include/linux/fs.h"
1914struct fown_struct {
1915   rwlock_t lock ;
1916   struct pid *pid ;
1917   enum pid_type pid_type ;
1918   uid_t uid ;
1919   uid_t euid ;
1920   int signum ;
1921};
1922#line 949 "include/linux/fs.h"
1923struct file_ra_state {
1924   unsigned long start ;
1925   unsigned int size ;
1926   unsigned int async_size ;
1927   unsigned int ra_pages ;
1928   unsigned int mmap_miss ;
1929   loff_t prev_pos ;
1930};
1931#line 972 "include/linux/fs.h"
1932union __anonunion_f_u_143 {
1933   struct list_head fu_list ;
1934   struct rcu_head fu_rcuhead ;
1935};
1936#line 972 "include/linux/fs.h"
1937struct file {
1938   union __anonunion_f_u_143 f_u ;
1939   struct path f_path ;
1940   struct file_operations  const  *f_op ;
1941   spinlock_t f_lock ;
1942   int f_sb_list_cpu ;
1943   atomic_long_t f_count ;
1944   unsigned int f_flags ;
1945   fmode_t f_mode ;
1946   loff_t f_pos ;
1947   struct fown_struct f_owner ;
1948   struct cred  const  *f_cred ;
1949   struct file_ra_state f_ra ;
1950   u64 f_version ;
1951   void *f_security ;
1952   void *private_data ;
1953   struct list_head f_ep_links ;
1954   struct list_head f_tfile_llink ;
1955   struct address_space *f_mapping ;
1956   unsigned long f_mnt_write_state ;
1957};
1958#line 1111
1959struct files_struct;
1960#line 1111 "include/linux/fs.h"
1961typedef struct files_struct *fl_owner_t;
1962#line 1112 "include/linux/fs.h"
1963struct file_lock_operations {
1964   void (*fl_copy_lock)(struct file_lock * , struct file_lock * ) ;
1965   void (*fl_release_private)(struct file_lock * ) ;
1966};
1967#line 1117 "include/linux/fs.h"
1968struct lock_manager_operations {
1969   int (*lm_compare_owner)(struct file_lock * , struct file_lock * ) ;
1970   void (*lm_notify)(struct file_lock * ) ;
1971   int (*lm_grant)(struct file_lock * , struct file_lock * , int  ) ;
1972   void (*lm_release_private)(struct file_lock * ) ;
1973   void (*lm_break)(struct file_lock * ) ;
1974   int (*lm_change)(struct file_lock ** , int  ) ;
1975};
1976#line 1134
1977struct nlm_lockowner;
1978#line 1134
1979struct nlm_lockowner;
1980#line 1135 "include/linux/fs.h"
1981struct nfs_lock_info {
1982   u32 state ;
1983   struct nlm_lockowner *owner ;
1984   struct list_head list ;
1985};
1986#line 14 "include/linux/nfs_fs_i.h"
1987struct nfs4_lock_state;
1988#line 14
1989struct nfs4_lock_state;
1990#line 15 "include/linux/nfs_fs_i.h"
1991struct nfs4_lock_info {
1992   struct nfs4_lock_state *owner ;
1993};
1994#line 19
1995struct fasync_struct;
1996#line 19 "include/linux/nfs_fs_i.h"
1997struct __anonstruct_afs_145 {
1998   struct list_head link ;
1999   int state ;
2000};
2001#line 19 "include/linux/nfs_fs_i.h"
2002union __anonunion_fl_u_144 {
2003   struct nfs_lock_info nfs_fl ;
2004   struct nfs4_lock_info nfs4_fl ;
2005   struct __anonstruct_afs_145 afs ;
2006};
2007#line 19 "include/linux/nfs_fs_i.h"
2008struct file_lock {
2009   struct file_lock *fl_next ;
2010   struct list_head fl_link ;
2011   struct list_head fl_block ;
2012   fl_owner_t fl_owner ;
2013   unsigned int fl_flags ;
2014   unsigned char fl_type ;
2015   unsigned int fl_pid ;
2016   struct pid *fl_nspid ;
2017   wait_queue_head_t fl_wait ;
2018   struct file *fl_file ;
2019   loff_t fl_start ;
2020   loff_t fl_end ;
2021   struct fasync_struct *fl_fasync ;
2022   unsigned long fl_break_time ;
2023   unsigned long fl_downgrade_time ;
2024   struct file_lock_operations  const  *fl_ops ;
2025   struct lock_manager_operations  const  *fl_lmops ;
2026   union __anonunion_fl_u_144 fl_u ;
2027};
2028#line 1221 "include/linux/fs.h"
2029struct fasync_struct {
2030   spinlock_t fa_lock ;
2031   int magic ;
2032   int fa_fd ;
2033   struct fasync_struct *fa_next ;
2034   struct file *fa_file ;
2035   struct rcu_head fa_rcu ;
2036};
2037#line 1417
2038struct file_system_type;
2039#line 1417
2040struct super_operations;
2041#line 1417
2042struct xattr_handler;
2043#line 1417
2044struct mtd_info;
2045#line 1417 "include/linux/fs.h"
2046struct super_block {
2047   struct list_head s_list ;
2048   dev_t s_dev ;
2049   unsigned char s_dirt ;
2050   unsigned char s_blocksize_bits ;
2051   unsigned long s_blocksize ;
2052   loff_t s_maxbytes ;
2053   struct file_system_type *s_type ;
2054   struct super_operations  const  *s_op ;
2055   struct dquot_operations  const  *dq_op ;
2056   struct quotactl_ops  const  *s_qcop ;
2057   struct export_operations  const  *s_export_op ;
2058   unsigned long s_flags ;
2059   unsigned long s_magic ;
2060   struct dentry *s_root ;
2061   struct rw_semaphore s_umount ;
2062   struct mutex s_lock ;
2063   int s_count ;
2064   atomic_t s_active ;
2065   void *s_security ;
2066   struct xattr_handler  const  **s_xattr ;
2067   struct list_head s_inodes ;
2068   struct hlist_bl_head s_anon ;
2069   struct list_head *s_files ;
2070   struct list_head s_mounts ;
2071   struct list_head s_dentry_lru ;
2072   int s_nr_dentry_unused ;
2073   spinlock_t s_inode_lru_lock ;
2074   struct list_head s_inode_lru ;
2075   int s_nr_inodes_unused ;
2076   struct block_device *s_bdev ;
2077   struct backing_dev_info *s_bdi ;
2078   struct mtd_info *s_mtd ;
2079   struct hlist_node s_instances ;
2080   struct quota_info s_dquot ;
2081   int s_frozen ;
2082   wait_queue_head_t s_wait_unfrozen ;
2083   char s_id[32U] ;
2084   u8 s_uuid[16U] ;
2085   void *s_fs_info ;
2086   unsigned int s_max_links ;
2087   fmode_t s_mode ;
2088   u32 s_time_gran ;
2089   struct mutex s_vfs_rename_mutex ;
2090   char *s_subtype ;
2091   char *s_options ;
2092   struct dentry_operations  const  *s_d_op ;
2093   int cleancache_poolid ;
2094   struct shrinker s_shrink ;
2095   atomic_long_t s_remove_count ;
2096   int s_readonly_remount ;
2097};
2098#line 1563 "include/linux/fs.h"
2099struct fiemap_extent_info {
2100   unsigned int fi_flags ;
2101   unsigned int fi_extents_mapped ;
2102   unsigned int fi_extents_max ;
2103   struct fiemap_extent *fi_extents_start ;
2104};
2105#line 1602 "include/linux/fs.h"
2106struct file_operations {
2107   struct module *owner ;
2108   loff_t (*llseek)(struct file * , loff_t  , int  ) ;
2109   ssize_t (*read)(struct file * , char * , size_t  , loff_t * ) ;
2110   ssize_t (*write)(struct file * , char const   * , size_t  , loff_t * ) ;
2111   ssize_t (*aio_read)(struct kiocb * , struct iovec  const  * , unsigned long  ,
2112                       loff_t  ) ;
2113   ssize_t (*aio_write)(struct kiocb * , struct iovec  const  * , unsigned long  ,
2114                        loff_t  ) ;
2115   int (*readdir)(struct file * , void * , int (*)(void * , char const   * , int  ,
2116                                                   loff_t  , u64  , unsigned int  ) ) ;
2117   unsigned int (*poll)(struct file * , struct poll_table_struct * ) ;
2118   long (*unlocked_ioctl)(struct file * , unsigned int  , unsigned long  ) ;
2119   long (*compat_ioctl)(struct file * , unsigned int  , unsigned long  ) ;
2120   int (*mmap)(struct file * , struct vm_area_struct * ) ;
2121   int (*open)(struct inode * , struct file * ) ;
2122   int (*flush)(struct file * , fl_owner_t  ) ;
2123   int (*release)(struct inode * , struct file * ) ;
2124   int (*fsync)(struct file * , loff_t  , loff_t  , int  ) ;
2125   int (*aio_fsync)(struct kiocb * , int  ) ;
2126   int (*fasync)(int  , struct file * , int  ) ;
2127   int (*lock)(struct file * , int  , struct file_lock * ) ;
2128   ssize_t (*sendpage)(struct file * , struct page * , int  , size_t  , loff_t * ,
2129                       int  ) ;
2130   unsigned long (*get_unmapped_area)(struct file * , unsigned long  , unsigned long  ,
2131                                      unsigned long  , unsigned long  ) ;
2132   int (*check_flags)(int  ) ;
2133   int (*flock)(struct file * , int  , struct file_lock * ) ;
2134   ssize_t (*splice_write)(struct pipe_inode_info * , struct file * , loff_t * , size_t  ,
2135                           unsigned int  ) ;
2136   ssize_t (*splice_read)(struct file * , loff_t * , struct pipe_inode_info * , size_t  ,
2137                          unsigned int  ) ;
2138   int (*setlease)(struct file * , long  , struct file_lock ** ) ;
2139   long (*fallocate)(struct file * , int  , loff_t  , loff_t  ) ;
2140};
2141#line 1637 "include/linux/fs.h"
2142struct inode_operations {
2143   struct dentry *(*lookup)(struct inode * , struct dentry * , struct nameidata * ) ;
2144   void *(*follow_link)(struct dentry * , struct nameidata * ) ;
2145   int (*permission)(struct inode * , int  ) ;
2146   struct posix_acl *(*get_acl)(struct inode * , int  ) ;
2147   int (*readlink)(struct dentry * , char * , int  ) ;
2148   void (*put_link)(struct dentry * , struct nameidata * , void * ) ;
2149   int (*create)(struct inode * , struct dentry * , umode_t  , struct nameidata * ) ;
2150   int (*link)(struct dentry * , struct inode * , struct dentry * ) ;
2151   int (*unlink)(struct inode * , struct dentry * ) ;
2152   int (*symlink)(struct inode * , struct dentry * , char const   * ) ;
2153   int (*mkdir)(struct inode * , struct dentry * , umode_t  ) ;
2154   int (*rmdir)(struct inode * , struct dentry * ) ;
2155   int (*mknod)(struct inode * , struct dentry * , umode_t  , dev_t  ) ;
2156   int (*rename)(struct inode * , struct dentry * , struct inode * , struct dentry * ) ;
2157   void (*truncate)(struct inode * ) ;
2158   int (*setattr)(struct dentry * , struct iattr * ) ;
2159   int (*getattr)(struct vfsmount * , struct dentry * , struct kstat * ) ;
2160   int (*setxattr)(struct dentry * , char const   * , void const   * , size_t  , int  ) ;
2161   ssize_t (*getxattr)(struct dentry * , char const   * , void * , size_t  ) ;
2162   ssize_t (*listxattr)(struct dentry * , char * , size_t  ) ;
2163   int (*removexattr)(struct dentry * , char const   * ) ;
2164   void (*truncate_range)(struct inode * , loff_t  , loff_t  ) ;
2165   int (*fiemap)(struct inode * , struct fiemap_extent_info * , u64  , u64  ) ;
2166};
2167#line 1682 "include/linux/fs.h"
2168struct super_operations {
2169   struct inode *(*alloc_inode)(struct super_block * ) ;
2170   void (*destroy_inode)(struct inode * ) ;
2171   void (*dirty_inode)(struct inode * , int  ) ;
2172   int (*write_inode)(struct inode * , struct writeback_control * ) ;
2173   int (*drop_inode)(struct inode * ) ;
2174   void (*evict_inode)(struct inode * ) ;
2175   void (*put_super)(struct super_block * ) ;
2176   void (*write_super)(struct super_block * ) ;
2177   int (*sync_fs)(struct super_block * , int  ) ;
2178   int (*freeze_fs)(struct super_block * ) ;
2179   int (*unfreeze_fs)(struct super_block * ) ;
2180   int (*statfs)(struct dentry * , struct kstatfs * ) ;
2181   int (*remount_fs)(struct super_block * , int * , char * ) ;
2182   void (*umount_begin)(struct super_block * ) ;
2183   int (*show_options)(struct seq_file * , struct dentry * ) ;
2184   int (*show_devname)(struct seq_file * , struct dentry * ) ;
2185   int (*show_path)(struct seq_file * , struct dentry * ) ;
2186   int (*show_stats)(struct seq_file * , struct dentry * ) ;
2187   ssize_t (*quota_read)(struct super_block * , int  , char * , size_t  , loff_t  ) ;
2188   ssize_t (*quota_write)(struct super_block * , int  , char const   * , size_t  ,
2189                          loff_t  ) ;
2190   int (*bdev_try_to_free_page)(struct super_block * , struct page * , gfp_t  ) ;
2191   int (*nr_cached_objects)(struct super_block * ) ;
2192   void (*free_cached_objects)(struct super_block * , int  ) ;
2193};
2194#line 1834 "include/linux/fs.h"
2195struct file_system_type {
2196   char const   *name ;
2197   int fs_flags ;
2198   struct dentry *(*mount)(struct file_system_type * , int  , char const   * , void * ) ;
2199   void (*kill_sb)(struct super_block * ) ;
2200   struct module *owner ;
2201   struct file_system_type *next ;
2202   struct hlist_head fs_supers ;
2203   struct lock_class_key s_lock_key ;
2204   struct lock_class_key s_umount_key ;
2205   struct lock_class_key s_vfs_rename_key ;
2206   struct lock_class_key i_lock_key ;
2207   struct lock_class_key i_mutex_key ;
2208   struct lock_class_key i_mutex_dir_key ;
2209};
2210#line 215 "include/linux/mod_devicetable.h"
2211struct of_device_id {
2212   char name[32U] ;
2213   char type[32U] ;
2214   char compatible[128U] ;
2215   void *data ;
2216};
2217#line 55 "include/linux/sched.h"
2218union __anonunion_ldv_19032_148 {
2219   unsigned long index ;
2220   void *freelist ;
2221};
2222#line 55 "include/linux/sched.h"
2223struct __anonstruct_ldv_19042_152 {
2224   unsigned short inuse ;
2225   unsigned short objects : 15 ;
2226   unsigned char frozen : 1 ;
2227};
2228#line 55 "include/linux/sched.h"
2229union __anonunion_ldv_19043_151 {
2230   atomic_t _mapcount ;
2231   struct __anonstruct_ldv_19042_152 ldv_19042 ;
2232};
2233#line 55 "include/linux/sched.h"
2234struct __anonstruct_ldv_19045_150 {
2235   union __anonunion_ldv_19043_151 ldv_19043 ;
2236   atomic_t _count ;
2237};
2238#line 55 "include/linux/sched.h"
2239union __anonunion_ldv_19046_149 {
2240   unsigned long counters ;
2241   struct __anonstruct_ldv_19045_150 ldv_19045 ;
2242};
2243#line 55 "include/linux/sched.h"
2244struct __anonstruct_ldv_19047_147 {
2245   union __anonunion_ldv_19032_148 ldv_19032 ;
2246   union __anonunion_ldv_19046_149 ldv_19046 ;
2247};
2248#line 55 "include/linux/sched.h"
2249struct __anonstruct_ldv_19054_154 {
2250   struct page *next ;
2251   int pages ;
2252   int pobjects ;
2253};
2254#line 55 "include/linux/sched.h"
2255union __anonunion_ldv_19055_153 {
2256   struct list_head lru ;
2257   struct __anonstruct_ldv_19054_154 ldv_19054 ;
2258};
2259#line 55 "include/linux/sched.h"
2260union __anonunion_ldv_19060_155 {
2261   unsigned long private ;
2262   struct kmem_cache *slab ;
2263   struct page *first_page ;
2264};
2265#line 55 "include/linux/sched.h"
2266struct page {
2267   unsigned long flags ;
2268   struct address_space *mapping ;
2269   struct __anonstruct_ldv_19047_147 ldv_19047 ;
2270   union __anonunion_ldv_19055_153 ldv_19055 ;
2271   union __anonunion_ldv_19060_155 ldv_19060 ;
2272   unsigned long debug_flags ;
2273};
2274#line 192 "include/linux/mm_types.h"
2275struct __anonstruct_vm_set_157 {
2276   struct list_head list ;
2277   void *parent ;
2278   struct vm_area_struct *head ;
2279};
2280#line 192 "include/linux/mm_types.h"
2281union __anonunion_shared_156 {
2282   struct __anonstruct_vm_set_157 vm_set ;
2283   struct raw_prio_tree_node prio_tree_node ;
2284};
2285#line 192
2286struct anon_vma;
2287#line 192
2288struct vm_operations_struct;
2289#line 192
2290struct mempolicy;
2291#line 192 "include/linux/mm_types.h"
2292struct vm_area_struct {
2293   struct mm_struct *vm_mm ;
2294   unsigned long vm_start ;
2295   unsigned long vm_end ;
2296   struct vm_area_struct *vm_next ;
2297   struct vm_area_struct *vm_prev ;
2298   pgprot_t vm_page_prot ;
2299   unsigned long vm_flags ;
2300   struct rb_node vm_rb ;
2301   union __anonunion_shared_156 shared ;
2302   struct list_head anon_vma_chain ;
2303   struct anon_vma *anon_vma ;
2304   struct vm_operations_struct  const  *vm_ops ;
2305   unsigned long vm_pgoff ;
2306   struct file *vm_file ;
2307   void *vm_private_data ;
2308   struct mempolicy *vm_policy ;
2309};
2310#line 255 "include/linux/mm_types.h"
2311struct core_thread {
2312   struct task_struct *task ;
2313   struct core_thread *next ;
2314};
2315#line 261 "include/linux/mm_types.h"
2316struct core_state {
2317   atomic_t nr_threads ;
2318   struct core_thread dumper ;
2319   struct completion startup ;
2320};
2321#line 274 "include/linux/mm_types.h"
2322struct mm_rss_stat {
2323   atomic_long_t count[3U] ;
2324};
2325#line 287
2326struct linux_binfmt;
2327#line 287
2328struct mmu_notifier_mm;
2329#line 287 "include/linux/mm_types.h"
2330struct mm_struct {
2331   struct vm_area_struct *mmap ;
2332   struct rb_root mm_rb ;
2333   struct vm_area_struct *mmap_cache ;
2334   unsigned long (*get_unmapped_area)(struct file * , unsigned long  , unsigned long  ,
2335                                      unsigned long  , unsigned long  ) ;
2336   void (*unmap_area)(struct mm_struct * , unsigned long  ) ;
2337   unsigned long mmap_base ;
2338   unsigned long task_size ;
2339   unsigned long cached_hole_size ;
2340   unsigned long free_area_cache ;
2341   pgd_t *pgd ;
2342   atomic_t mm_users ;
2343   atomic_t mm_count ;
2344   int map_count ;
2345   spinlock_t page_table_lock ;
2346   struct rw_semaphore mmap_sem ;
2347   struct list_head mmlist ;
2348   unsigned long hiwater_rss ;
2349   unsigned long hiwater_vm ;
2350   unsigned long total_vm ;
2351   unsigned long locked_vm ;
2352   unsigned long pinned_vm ;
2353   unsigned long shared_vm ;
2354   unsigned long exec_vm ;
2355   unsigned long stack_vm ;
2356   unsigned long reserved_vm ;
2357   unsigned long def_flags ;
2358   unsigned long nr_ptes ;
2359   unsigned long start_code ;
2360   unsigned long end_code ;
2361   unsigned long start_data ;
2362   unsigned long end_data ;
2363   unsigned long start_brk ;
2364   unsigned long brk ;
2365   unsigned long start_stack ;
2366   unsigned long arg_start ;
2367   unsigned long arg_end ;
2368   unsigned long env_start ;
2369   unsigned long env_end ;
2370   unsigned long saved_auxv[44U] ;
2371   struct mm_rss_stat rss_stat ;
2372   struct linux_binfmt *binfmt ;
2373   cpumask_var_t cpu_vm_mask_var ;
2374   mm_context_t context ;
2375   unsigned int faultstamp ;
2376   unsigned int token_priority ;
2377   unsigned int last_interval ;
2378   unsigned long flags ;
2379   struct core_state *core_state ;
2380   spinlock_t ioctx_lock ;
2381   struct hlist_head ioctx_list ;
2382   struct task_struct *owner ;
2383   struct file *exe_file ;
2384   unsigned long num_exe_file_vmas ;
2385   struct mmu_notifier_mm *mmu_notifier_mm ;
2386   pgtable_t pmd_huge_pte ;
2387   struct cpumask cpumask_allocation ;
2388};
2389#line 7 "include/asm-generic/cputime.h"
2390typedef unsigned long cputime_t;
2391#line 98 "include/linux/sem.h"
2392struct sem_undo_list;
2393#line 98 "include/linux/sem.h"
2394struct sysv_sem {
2395   struct sem_undo_list *undo_list ;
2396};
2397#line 107
2398struct siginfo;
2399#line 107
2400struct siginfo;
2401#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2402struct __anonstruct_sigset_t_158 {
2403   unsigned long sig[1U] ;
2404};
2405#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2406typedef struct __anonstruct_sigset_t_158 sigset_t;
2407#line 17 "include/asm-generic/signal-defs.h"
2408typedef void __signalfn_t(int  );
2409#line 18 "include/asm-generic/signal-defs.h"
2410typedef __signalfn_t *__sighandler_t;
2411#line 20 "include/asm-generic/signal-defs.h"
2412typedef void __restorefn_t(void);
2413#line 21 "include/asm-generic/signal-defs.h"
2414typedef __restorefn_t *__sigrestore_t;
2415#line 126 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2416struct sigaction {
2417   __sighandler_t sa_handler ;
2418   unsigned long sa_flags ;
2419   __sigrestore_t sa_restorer ;
2420   sigset_t sa_mask ;
2421};
2422#line 173 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2423struct k_sigaction {
2424   struct sigaction sa ;
2425};
2426#line 185 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2427union sigval {
2428   int sival_int ;
2429   void *sival_ptr ;
2430};
2431#line 10 "include/asm-generic/siginfo.h"
2432typedef union sigval sigval_t;
2433#line 11 "include/asm-generic/siginfo.h"
2434struct __anonstruct__kill_160 {
2435   __kernel_pid_t _pid ;
2436   __kernel_uid32_t _uid ;
2437};
2438#line 11 "include/asm-generic/siginfo.h"
2439struct __anonstruct__timer_161 {
2440   __kernel_timer_t _tid ;
2441   int _overrun ;
2442   char _pad[0U] ;
2443   sigval_t _sigval ;
2444   int _sys_private ;
2445};
2446#line 11 "include/asm-generic/siginfo.h"
2447struct __anonstruct__rt_162 {
2448   __kernel_pid_t _pid ;
2449   __kernel_uid32_t _uid ;
2450   sigval_t _sigval ;
2451};
2452#line 11 "include/asm-generic/siginfo.h"
2453struct __anonstruct__sigchld_163 {
2454   __kernel_pid_t _pid ;
2455   __kernel_uid32_t _uid ;
2456   int _status ;
2457   __kernel_clock_t _utime ;
2458   __kernel_clock_t _stime ;
2459};
2460#line 11 "include/asm-generic/siginfo.h"
2461struct __anonstruct__sigfault_164 {
2462   void *_addr ;
2463   short _addr_lsb ;
2464};
2465#line 11 "include/asm-generic/siginfo.h"
2466struct __anonstruct__sigpoll_165 {
2467   long _band ;
2468   int _fd ;
2469};
2470#line 11 "include/asm-generic/siginfo.h"
2471union __anonunion__sifields_159 {
2472   int _pad[28U] ;
2473   struct __anonstruct__kill_160 _kill ;
2474   struct __anonstruct__timer_161 _timer ;
2475   struct __anonstruct__rt_162 _rt ;
2476   struct __anonstruct__sigchld_163 _sigchld ;
2477   struct __anonstruct__sigfault_164 _sigfault ;
2478   struct __anonstruct__sigpoll_165 _sigpoll ;
2479};
2480#line 11 "include/asm-generic/siginfo.h"
2481struct siginfo {
2482   int si_signo ;
2483   int si_errno ;
2484   int si_code ;
2485   union __anonunion__sifields_159 _sifields ;
2486};
2487#line 102 "include/asm-generic/siginfo.h"
2488typedef struct siginfo siginfo_t;
2489#line 14 "include/linux/signal.h"
2490struct user_struct;
2491#line 24 "include/linux/signal.h"
2492struct sigpending {
2493   struct list_head list ;
2494   sigset_t signal ;
2495};
2496#line 10 "include/linux/seccomp.h"
2497struct __anonstruct_seccomp_t_168 {
2498   int mode ;
2499};
2500#line 10 "include/linux/seccomp.h"
2501typedef struct __anonstruct_seccomp_t_168 seccomp_t;
2502#line 26 "include/linux/seccomp.h"
2503struct plist_head {
2504   struct list_head node_list ;
2505};
2506#line 84 "include/linux/plist.h"
2507struct plist_node {
2508   int prio ;
2509   struct list_head prio_list ;
2510   struct list_head node_list ;
2511};
2512#line 38 "include/linux/rtmutex.h"
2513struct rt_mutex_waiter;
2514#line 38
2515struct rt_mutex_waiter;
2516#line 41 "include/linux/resource.h"
2517struct rlimit {
2518   unsigned long rlim_cur ;
2519   unsigned long rlim_max ;
2520};
2521#line 85 "include/linux/resource.h"
2522struct timerqueue_node {
2523   struct rb_node node ;
2524   ktime_t expires ;
2525};
2526#line 12 "include/linux/timerqueue.h"
2527struct timerqueue_head {
2528   struct rb_root head ;
2529   struct timerqueue_node *next ;
2530};
2531#line 50
2532struct hrtimer_clock_base;
2533#line 50
2534struct hrtimer_clock_base;
2535#line 51
2536struct hrtimer_cpu_base;
2537#line 51
2538struct hrtimer_cpu_base;
2539#line 60
2540enum hrtimer_restart {
2541    HRTIMER_NORESTART = 0,
2542    HRTIMER_RESTART = 1
2543} ;
2544#line 65 "include/linux/timerqueue.h"
2545struct hrtimer {
2546   struct timerqueue_node node ;
2547   ktime_t _softexpires ;
2548   enum hrtimer_restart (*function)(struct hrtimer * ) ;
2549   struct hrtimer_clock_base *base ;
2550   unsigned long state ;
2551   int start_pid ;
2552   void *start_site ;
2553   char start_comm[16U] ;
2554};
2555#line 132 "include/linux/hrtimer.h"
2556struct hrtimer_clock_base {
2557   struct hrtimer_cpu_base *cpu_base ;
2558   int index ;
2559   clockid_t clockid ;
2560   struct timerqueue_head active ;
2561   ktime_t resolution ;
2562   ktime_t (*get_time)(void) ;
2563   ktime_t softirq_time ;
2564   ktime_t offset ;
2565};
2566#line 162 "include/linux/hrtimer.h"
2567struct hrtimer_cpu_base {
2568   raw_spinlock_t lock ;
2569   unsigned long active_bases ;
2570   ktime_t expires_next ;
2571   int hres_active ;
2572   int hang_detected ;
2573   unsigned long nr_events ;
2574   unsigned long nr_retries ;
2575   unsigned long nr_hangs ;
2576   ktime_t max_hang_time ;
2577   struct hrtimer_clock_base clock_base[3U] ;
2578};
2579#line 452 "include/linux/hrtimer.h"
2580struct task_io_accounting {
2581   u64 rchar ;
2582   u64 wchar ;
2583   u64 syscr ;
2584   u64 syscw ;
2585   u64 read_bytes ;
2586   u64 write_bytes ;
2587   u64 cancelled_write_bytes ;
2588};
2589#line 45 "include/linux/task_io_accounting.h"
2590struct latency_record {
2591   unsigned long backtrace[12U] ;
2592   unsigned int count ;
2593   unsigned long time ;
2594   unsigned long max ;
2595};
2596#line 29 "include/linux/key.h"
2597typedef int32_t key_serial_t;
2598#line 32 "include/linux/key.h"
2599typedef uint32_t key_perm_t;
2600#line 33
2601struct key;
2602#line 33
2603struct key;
2604#line 34
2605struct signal_struct;
2606#line 34
2607struct signal_struct;
2608#line 35
2609struct key_type;
2610#line 35
2611struct key_type;
2612#line 37
2613struct keyring_list;
2614#line 37
2615struct keyring_list;
2616#line 115
2617struct key_user;
2618#line 115 "include/linux/key.h"
2619union __anonunion_ldv_20099_169 {
2620   time_t expiry ;
2621   time_t revoked_at ;
2622};
2623#line 115 "include/linux/key.h"
2624union __anonunion_type_data_170 {
2625   struct list_head link ;
2626   unsigned long x[2U] ;
2627   void *p[2U] ;
2628   int reject_error ;
2629};
2630#line 115 "include/linux/key.h"
2631union __anonunion_payload_171 {
2632   unsigned long value ;
2633   void *rcudata ;
2634   void *data ;
2635   struct keyring_list *subscriptions ;
2636};
2637#line 115 "include/linux/key.h"
2638struct key {
2639   atomic_t usage ;
2640   key_serial_t serial ;
2641   struct rb_node serial_node ;
2642   struct key_type *type ;
2643   struct rw_semaphore sem ;
2644   struct key_user *user ;
2645   void *security ;
2646   union __anonunion_ldv_20099_169 ldv_20099 ;
2647   uid_t uid ;
2648   gid_t gid ;
2649   key_perm_t perm ;
2650   unsigned short quotalen ;
2651   unsigned short datalen ;
2652   unsigned long flags ;
2653   char *description ;
2654   union __anonunion_type_data_170 type_data ;
2655   union __anonunion_payload_171 payload ;
2656};
2657#line 316
2658struct audit_context;
2659#line 316
2660struct audit_context;
2661#line 27 "include/linux/selinux.h"
2662struct group_info {
2663   atomic_t usage ;
2664   int ngroups ;
2665   int nblocks ;
2666   gid_t small_block[32U] ;
2667   gid_t *blocks[0U] ;
2668};
2669#line 77 "include/linux/cred.h"
2670struct thread_group_cred {
2671   atomic_t usage ;
2672   pid_t tgid ;
2673   spinlock_t lock ;
2674   struct key *session_keyring ;
2675   struct key *process_keyring ;
2676   struct rcu_head rcu ;
2677};
2678#line 91 "include/linux/cred.h"
2679struct cred {
2680   atomic_t usage ;
2681   atomic_t subscribers ;
2682   void *put_addr ;
2683   unsigned int magic ;
2684   uid_t uid ;
2685   gid_t gid ;
2686   uid_t suid ;
2687   gid_t sgid ;
2688   uid_t euid ;
2689   gid_t egid ;
2690   uid_t fsuid ;
2691   gid_t fsgid ;
2692   unsigned int securebits ;
2693   kernel_cap_t cap_inheritable ;
2694   kernel_cap_t cap_permitted ;
2695   kernel_cap_t cap_effective ;
2696   kernel_cap_t cap_bset ;
2697   unsigned char jit_keyring ;
2698   struct key *thread_keyring ;
2699   struct key *request_key_auth ;
2700   struct thread_group_cred *tgcred ;
2701   void *security ;
2702   struct user_struct *user ;
2703   struct user_namespace *user_ns ;
2704   struct group_info *group_info ;
2705   struct rcu_head rcu ;
2706};
2707#line 264
2708struct llist_node;
2709#line 64 "include/linux/llist.h"
2710struct llist_node {
2711   struct llist_node *next ;
2712};
2713#line 185
2714struct futex_pi_state;
2715#line 185
2716struct futex_pi_state;
2717#line 186
2718struct robust_list_head;
2719#line 186
2720struct robust_list_head;
2721#line 187
2722struct bio_list;
2723#line 187
2724struct bio_list;
2725#line 188
2726struct fs_struct;
2727#line 188
2728struct fs_struct;
2729#line 189
2730struct perf_event_context;
2731#line 189
2732struct perf_event_context;
2733#line 190
2734struct blk_plug;
2735#line 190
2736struct blk_plug;
2737#line 149 "include/linux/sched.h"
2738struct cfs_rq;
2739#line 149
2740struct cfs_rq;
2741#line 44 "include/linux/aio_abi.h"
2742struct io_event {
2743   __u64 data ;
2744   __u64 obj ;
2745   __s64 res ;
2746   __s64 res2 ;
2747};
2748#line 106 "include/linux/aio_abi.h"
2749struct iovec {
2750   void *iov_base ;
2751   __kernel_size_t iov_len ;
2752};
2753#line 54 "include/linux/uio.h"
2754struct kioctx;
2755#line 54
2756struct kioctx;
2757#line 55 "include/linux/uio.h"
2758union __anonunion_ki_obj_172 {
2759   void *user ;
2760   struct task_struct *tsk ;
2761};
2762#line 55
2763struct eventfd_ctx;
2764#line 55 "include/linux/uio.h"
2765struct kiocb {
2766   struct list_head ki_run_list ;
2767   unsigned long ki_flags ;
2768   int ki_users ;
2769   unsigned int ki_key ;
2770   struct file *ki_filp ;
2771   struct kioctx *ki_ctx ;
2772   int (*ki_cancel)(struct kiocb * , struct io_event * ) ;
2773   ssize_t (*ki_retry)(struct kiocb * ) ;
2774   void (*ki_dtor)(struct kiocb * ) ;
2775   union __anonunion_ki_obj_172 ki_obj ;
2776   __u64 ki_user_data ;
2777   loff_t ki_pos ;
2778   void *private ;
2779   unsigned short ki_opcode ;
2780   size_t ki_nbytes ;
2781   char *ki_buf ;
2782   size_t ki_left ;
2783   struct iovec ki_inline_vec ;
2784   struct iovec *ki_iovec ;
2785   unsigned long ki_nr_segs ;
2786   unsigned long ki_cur_seg ;
2787   struct list_head ki_list ;
2788   struct list_head ki_batch ;
2789   struct eventfd_ctx *ki_eventfd ;
2790};
2791#line 162 "include/linux/aio.h"
2792struct aio_ring_info {
2793   unsigned long mmap_base ;
2794   unsigned long mmap_size ;
2795   struct page **ring_pages ;
2796   spinlock_t ring_lock ;
2797   long nr_pages ;
2798   unsigned int nr ;
2799   unsigned int tail ;
2800   struct page *internal_pages[8U] ;
2801};
2802#line 178 "include/linux/aio.h"
2803struct kioctx {
2804   atomic_t users ;
2805   int dead ;
2806   struct mm_struct *mm ;
2807   unsigned long user_id ;
2808   struct hlist_node list ;
2809   wait_queue_head_t wait ;
2810   spinlock_t ctx_lock ;
2811   int reqs_active ;
2812   struct list_head active_reqs ;
2813   struct list_head run_list ;
2814   unsigned int max_reqs ;
2815   struct aio_ring_info ring_info ;
2816   struct delayed_work wq ;
2817   struct rcu_head rcu_head ;
2818};
2819#line 406 "include/linux/sched.h"
2820struct sighand_struct {
2821   atomic_t count ;
2822   struct k_sigaction action[64U] ;
2823   spinlock_t siglock ;
2824   wait_queue_head_t signalfd_wqh ;
2825};
2826#line 449 "include/linux/sched.h"
2827struct pacct_struct {
2828   int ac_flag ;
2829   long ac_exitcode ;
2830   unsigned long ac_mem ;
2831   cputime_t ac_utime ;
2832   cputime_t ac_stime ;
2833   unsigned long ac_minflt ;
2834   unsigned long ac_majflt ;
2835};
2836#line 457 "include/linux/sched.h"
2837struct cpu_itimer {
2838   cputime_t expires ;
2839   cputime_t incr ;
2840   u32 error ;
2841   u32 incr_error ;
2842};
2843#line 464 "include/linux/sched.h"
2844struct task_cputime {
2845   cputime_t utime ;
2846   cputime_t stime ;
2847   unsigned long long sum_exec_runtime ;
2848};
2849#line 481 "include/linux/sched.h"
2850struct thread_group_cputimer {
2851   struct task_cputime cputime ;
2852   int running ;
2853   raw_spinlock_t lock ;
2854};
2855#line 517
2856struct autogroup;
2857#line 517
2858struct autogroup;
2859#line 518
2860struct tty_struct;
2861#line 518
2862struct taskstats;
2863#line 518
2864struct tty_audit_buf;
2865#line 518 "include/linux/sched.h"
2866struct signal_struct {
2867   atomic_t sigcnt ;
2868   atomic_t live ;
2869   int nr_threads ;
2870   wait_queue_head_t wait_chldexit ;
2871   struct task_struct *curr_target ;
2872   struct sigpending shared_pending ;
2873   int group_exit_code ;
2874   int notify_count ;
2875   struct task_struct *group_exit_task ;
2876   int group_stop_count ;
2877   unsigned int flags ;
2878   unsigned char is_child_subreaper : 1 ;
2879   unsigned char has_child_subreaper : 1 ;
2880   struct list_head posix_timers ;
2881   struct hrtimer real_timer ;
2882   struct pid *leader_pid ;
2883   ktime_t it_real_incr ;
2884   struct cpu_itimer it[2U] ;
2885   struct thread_group_cputimer cputimer ;
2886   struct task_cputime cputime_expires ;
2887   struct list_head cpu_timers[3U] ;
2888   struct pid *tty_old_pgrp ;
2889   int leader ;
2890   struct tty_struct *tty ;
2891   struct autogroup *autogroup ;
2892   cputime_t utime ;
2893   cputime_t stime ;
2894   cputime_t cutime ;
2895   cputime_t cstime ;
2896   cputime_t gtime ;
2897   cputime_t cgtime ;
2898   cputime_t prev_utime ;
2899   cputime_t prev_stime ;
2900   unsigned long nvcsw ;
2901   unsigned long nivcsw ;
2902   unsigned long cnvcsw ;
2903   unsigned long cnivcsw ;
2904   unsigned long min_flt ;
2905   unsigned long maj_flt ;
2906   unsigned long cmin_flt ;
2907   unsigned long cmaj_flt ;
2908   unsigned long inblock ;
2909   unsigned long oublock ;
2910   unsigned long cinblock ;
2911   unsigned long coublock ;
2912   unsigned long maxrss ;
2913   unsigned long cmaxrss ;
2914   struct task_io_accounting ioac ;
2915   unsigned long long sum_sched_runtime ;
2916   struct rlimit rlim[16U] ;
2917   struct pacct_struct pacct ;
2918   struct taskstats *stats ;
2919   unsigned int audit_tty ;
2920   struct tty_audit_buf *tty_audit_buf ;
2921   struct rw_semaphore group_rwsem ;
2922   int oom_adj ;
2923   int oom_score_adj ;
2924   int oom_score_adj_min ;
2925   struct mutex cred_guard_mutex ;
2926};
2927#line 699 "include/linux/sched.h"
2928struct user_struct {
2929   atomic_t __count ;
2930   atomic_t processes ;
2931   atomic_t files ;
2932   atomic_t sigpending ;
2933   atomic_t inotify_watches ;
2934   atomic_t inotify_devs ;
2935   atomic_t fanotify_listeners ;
2936   atomic_long_t epoll_watches ;
2937   unsigned long mq_bytes ;
2938   unsigned long locked_shm ;
2939   struct key *uid_keyring ;
2940   struct key *session_keyring ;
2941   struct hlist_node uidhash_node ;
2942   uid_t uid ;
2943   struct user_namespace *user_ns ;
2944   atomic_long_t locked_vm ;
2945};
2946#line 744
2947struct reclaim_state;
2948#line 744
2949struct reclaim_state;
2950#line 745 "include/linux/sched.h"
2951struct sched_info {
2952   unsigned long pcount ;
2953   unsigned long long run_delay ;
2954   unsigned long long last_arrival ;
2955   unsigned long long last_queued ;
2956};
2957#line 760 "include/linux/sched.h"
2958struct task_delay_info {
2959   spinlock_t lock ;
2960   unsigned int flags ;
2961   struct timespec blkio_start ;
2962   struct timespec blkio_end ;
2963   u64 blkio_delay ;
2964   u64 swapin_delay ;
2965   u32 blkio_count ;
2966   u32 swapin_count ;
2967   struct timespec freepages_start ;
2968   struct timespec freepages_end ;
2969   u64 freepages_delay ;
2970   u32 freepages_count ;
2971};
2972#line 1069
2973struct io_context;
2974#line 1069
2975struct io_context;
2976#line 1098
2977struct rq;
2978#line 1098
2979struct rq;
2980#line 1099 "include/linux/sched.h"
2981struct sched_class {
2982   struct sched_class  const  *next ;
2983   void (*enqueue_task)(struct rq * , struct task_struct * , int  ) ;
2984   void (*dequeue_task)(struct rq * , struct task_struct * , int  ) ;
2985   void (*yield_task)(struct rq * ) ;
2986   bool (*yield_to_task)(struct rq * , struct task_struct * , bool  ) ;
2987   void (*check_preempt_curr)(struct rq * , struct task_struct * , int  ) ;
2988   struct task_struct *(*pick_next_task)(struct rq * ) ;
2989   void (*put_prev_task)(struct rq * , struct task_struct * ) ;
2990   int (*select_task_rq)(struct task_struct * , int  , int  ) ;
2991   void (*pre_schedule)(struct rq * , struct task_struct * ) ;
2992   void (*post_schedule)(struct rq * ) ;
2993   void (*task_waking)(struct task_struct * ) ;
2994   void (*task_woken)(struct rq * , struct task_struct * ) ;
2995   void (*set_cpus_allowed)(struct task_struct * , struct cpumask  const  * ) ;
2996   void (*rq_online)(struct rq * ) ;
2997   void (*rq_offline)(struct rq * ) ;
2998   void (*set_curr_task)(struct rq * ) ;
2999   void (*task_tick)(struct rq * , struct task_struct * , int  ) ;
3000   void (*task_fork)(struct task_struct * ) ;
3001   void (*switched_from)(struct rq * , struct task_struct * ) ;
3002   void (*switched_to)(struct rq * , struct task_struct * ) ;
3003   void (*prio_changed)(struct rq * , struct task_struct * , int  ) ;
3004   unsigned int (*get_rr_interval)(struct rq * , struct task_struct * ) ;
3005   void (*task_move_group)(struct task_struct * , int  ) ;
3006};
3007#line 1165 "include/linux/sched.h"
3008struct load_weight {
3009   unsigned long weight ;
3010   unsigned long inv_weight ;
3011};
3012#line 1170 "include/linux/sched.h"
3013struct sched_statistics {
3014   u64 wait_start ;
3015   u64 wait_max ;
3016   u64 wait_count ;
3017   u64 wait_sum ;
3018   u64 iowait_count ;
3019   u64 iowait_sum ;
3020   u64 sleep_start ;
3021   u64 sleep_max ;
3022   s64 sum_sleep_runtime ;
3023   u64 block_start ;
3024   u64 block_max ;
3025   u64 exec_max ;
3026   u64 slice_max ;
3027   u64 nr_migrations_cold ;
3028   u64 nr_failed_migrations_affine ;
3029   u64 nr_failed_migrations_running ;
3030   u64 nr_failed_migrations_hot ;
3031   u64 nr_forced_migrations ;
3032   u64 nr_wakeups ;
3033   u64 nr_wakeups_sync ;
3034   u64 nr_wakeups_migrate ;
3035   u64 nr_wakeups_local ;
3036   u64 nr_wakeups_remote ;
3037   u64 nr_wakeups_affine ;
3038   u64 nr_wakeups_affine_attempts ;
3039   u64 nr_wakeups_passive ;
3040   u64 nr_wakeups_idle ;
3041};
3042#line 1205 "include/linux/sched.h"
3043struct sched_entity {
3044   struct load_weight load ;
3045   struct rb_node run_node ;
3046   struct list_head group_node ;
3047   unsigned int on_rq ;
3048   u64 exec_start ;
3049   u64 sum_exec_runtime ;
3050   u64 vruntime ;
3051   u64 prev_sum_exec_runtime ;
3052   u64 nr_migrations ;
3053   struct sched_statistics statistics ;
3054   struct sched_entity *parent ;
3055   struct cfs_rq *cfs_rq ;
3056   struct cfs_rq *my_q ;
3057};
3058#line 1231
3059struct rt_rq;
3060#line 1231 "include/linux/sched.h"
3061struct sched_rt_entity {
3062   struct list_head run_list ;
3063   unsigned long timeout ;
3064   unsigned int time_slice ;
3065   int nr_cpus_allowed ;
3066   struct sched_rt_entity *back ;
3067   struct sched_rt_entity *parent ;
3068   struct rt_rq *rt_rq ;
3069   struct rt_rq *my_q ;
3070};
3071#line 1255
3072struct mem_cgroup;
3073#line 1255 "include/linux/sched.h"
3074struct memcg_batch_info {
3075   int do_batch ;
3076   struct mem_cgroup *memcg ;
3077   unsigned long nr_pages ;
3078   unsigned long memsw_nr_pages ;
3079};
3080#line 1616
3081struct css_set;
3082#line 1616
3083struct compat_robust_list_head;
3084#line 1616 "include/linux/sched.h"
3085struct task_struct {
3086   long volatile   state ;
3087   void *stack ;
3088   atomic_t usage ;
3089   unsigned int flags ;
3090   unsigned int ptrace ;
3091   struct llist_node wake_entry ;
3092   int on_cpu ;
3093   int on_rq ;
3094   int prio ;
3095   int static_prio ;
3096   int normal_prio ;
3097   unsigned int rt_priority ;
3098   struct sched_class  const  *sched_class ;
3099   struct sched_entity se ;
3100   struct sched_rt_entity rt ;
3101   struct hlist_head preempt_notifiers ;
3102   unsigned char fpu_counter ;
3103   unsigned int policy ;
3104   cpumask_t cpus_allowed ;
3105   struct sched_info sched_info ;
3106   struct list_head tasks ;
3107   struct plist_node pushable_tasks ;
3108   struct mm_struct *mm ;
3109   struct mm_struct *active_mm ;
3110   unsigned char brk_randomized : 1 ;
3111   int exit_state ;
3112   int exit_code ;
3113   int exit_signal ;
3114   int pdeath_signal ;
3115   unsigned int jobctl ;
3116   unsigned int personality ;
3117   unsigned char did_exec : 1 ;
3118   unsigned char in_execve : 1 ;
3119   unsigned char in_iowait : 1 ;
3120   unsigned char sched_reset_on_fork : 1 ;
3121   unsigned char sched_contributes_to_load : 1 ;
3122   unsigned char irq_thread : 1 ;
3123   pid_t pid ;
3124   pid_t tgid ;
3125   unsigned long stack_canary ;
3126   struct task_struct *real_parent ;
3127   struct task_struct *parent ;
3128   struct list_head children ;
3129   struct list_head sibling ;
3130   struct task_struct *group_leader ;
3131   struct list_head ptraced ;
3132   struct list_head ptrace_entry ;
3133   struct pid_link pids[3U] ;
3134   struct list_head thread_group ;
3135   struct completion *vfork_done ;
3136   int *set_child_tid ;
3137   int *clear_child_tid ;
3138   cputime_t utime ;
3139   cputime_t stime ;
3140   cputime_t utimescaled ;
3141   cputime_t stimescaled ;
3142   cputime_t gtime ;
3143   cputime_t prev_utime ;
3144   cputime_t prev_stime ;
3145   unsigned long nvcsw ;
3146   unsigned long nivcsw ;
3147   struct timespec start_time ;
3148   struct timespec real_start_time ;
3149   unsigned long min_flt ;
3150   unsigned long maj_flt ;
3151   struct task_cputime cputime_expires ;
3152   struct list_head cpu_timers[3U] ;
3153   struct cred  const  *real_cred ;
3154   struct cred  const  *cred ;
3155   struct cred *replacement_session_keyring ;
3156   char comm[16U] ;
3157   int link_count ;
3158   int total_link_count ;
3159   struct sysv_sem sysvsem ;
3160   unsigned long last_switch_count ;
3161   struct thread_struct thread ;
3162   struct fs_struct *fs ;
3163   struct files_struct *files ;
3164   struct nsproxy *nsproxy ;
3165   struct signal_struct *signal ;
3166   struct sighand_struct *sighand ;
3167   sigset_t blocked ;
3168   sigset_t real_blocked ;
3169   sigset_t saved_sigmask ;
3170   struct sigpending pending ;
3171   unsigned long sas_ss_sp ;
3172   size_t sas_ss_size ;
3173   int (*notifier)(void * ) ;
3174   void *notifier_data ;
3175   sigset_t *notifier_mask ;
3176   struct audit_context *audit_context ;
3177   uid_t loginuid ;
3178   unsigned int sessionid ;
3179   seccomp_t seccomp ;
3180   u32 parent_exec_id ;
3181   u32 self_exec_id ;
3182   spinlock_t alloc_lock ;
3183   raw_spinlock_t pi_lock ;
3184   struct plist_head pi_waiters ;
3185   struct rt_mutex_waiter *pi_blocked_on ;
3186   struct mutex_waiter *blocked_on ;
3187   unsigned int irq_events ;
3188   unsigned long hardirq_enable_ip ;
3189   unsigned long hardirq_disable_ip ;
3190   unsigned int hardirq_enable_event ;
3191   unsigned int hardirq_disable_event ;
3192   int hardirqs_enabled ;
3193   int hardirq_context ;
3194   unsigned long softirq_disable_ip ;
3195   unsigned long softirq_enable_ip ;
3196   unsigned int softirq_disable_event ;
3197   unsigned int softirq_enable_event ;
3198   int softirqs_enabled ;
3199   int softirq_context ;
3200   u64 curr_chain_key ;
3201   int lockdep_depth ;
3202   unsigned int lockdep_recursion ;
3203   struct held_lock held_locks[48U] ;
3204   gfp_t lockdep_reclaim_gfp ;
3205   void *journal_info ;
3206   struct bio_list *bio_list ;
3207   struct blk_plug *plug ;
3208   struct reclaim_state *reclaim_state ;
3209   struct backing_dev_info *backing_dev_info ;
3210   struct io_context *io_context ;
3211   unsigned long ptrace_message ;
3212   siginfo_t *last_siginfo ;
3213   struct task_io_accounting ioac ;
3214   u64 acct_rss_mem1 ;
3215   u64 acct_vm_mem1 ;
3216   cputime_t acct_timexpd ;
3217   nodemask_t mems_allowed ;
3218   seqcount_t mems_allowed_seq ;
3219   int cpuset_mem_spread_rotor ;
3220   int cpuset_slab_spread_rotor ;
3221   struct css_set *cgroups ;
3222   struct list_head cg_list ;
3223   struct robust_list_head *robust_list ;
3224   struct compat_robust_list_head *compat_robust_list ;
3225   struct list_head pi_state_list ;
3226   struct futex_pi_state *pi_state_cache ;
3227   struct perf_event_context *perf_event_ctxp[2U] ;
3228   struct mutex perf_event_mutex ;
3229   struct list_head perf_event_list ;
3230   struct mempolicy *mempolicy ;
3231   short il_next ;
3232   short pref_node_fork ;
3233   struct rcu_head rcu ;
3234   struct pipe_inode_info *splice_pipe ;
3235   struct task_delay_info *delays ;
3236   int make_it_fail ;
3237   int nr_dirtied ;
3238   int nr_dirtied_pause ;
3239   unsigned long dirty_paused_when ;
3240   int latency_record_count ;
3241   struct latency_record latency_record[32U] ;
3242   unsigned long timer_slack_ns ;
3243   unsigned long default_timer_slack_ns ;
3244   struct list_head *scm_work_list ;
3245   unsigned long trace ;
3246   unsigned long trace_recursion ;
3247   struct memcg_batch_info memcg_batch ;
3248   atomic_t ptrace_bp_refcnt ;
3249};
3250#line 44 "include/linux/kthread.h"
3251struct kthread_work;
3252#line 44
3253struct kthread_work;
3254#line 57 "include/linux/kthread.h"
3255struct kthread_worker {
3256   spinlock_t lock ;
3257   struct list_head work_list ;
3258   struct task_struct *task ;
3259};
3260#line 63 "include/linux/kthread.h"
3261struct kthread_work {
3262   struct list_head node ;
3263   void (*func)(struct kthread_work * ) ;
3264   wait_queue_head_t done ;
3265   atomic_t flushing ;
3266   int queue_seq ;
3267   int done_seq ;
3268};
3269#line 32 "include/linux/spi/spi.h"
3270struct spi_master;
3271#line 32 "include/linux/spi/spi.h"
3272struct spi_device {
3273   struct device dev ;
3274   struct spi_master *master ;
3275   u32 max_speed_hz ;
3276   u8 chip_select ;
3277   u8 mode ;
3278   u8 bits_per_word ;
3279   int irq ;
3280   void *controller_state ;
3281   void *controller_data ;
3282   char modalias[32U] ;
3283};
3284#line 144
3285struct spi_message;
3286#line 144
3287struct spi_message;
3288#line 203 "include/linux/spi/spi.h"
3289struct spi_master {
3290   struct device dev ;
3291   struct list_head list ;
3292   s16 bus_num ;
3293   u16 num_chipselect ;
3294   u16 dma_alignment ;
3295   u16 mode_bits ;
3296   u16 flags ;
3297   spinlock_t bus_lock_spinlock ;
3298   struct mutex bus_lock_mutex ;
3299   bool bus_lock_flag ;
3300   int (*setup)(struct spi_device * ) ;
3301   int (*transfer)(struct spi_device * , struct spi_message * ) ;
3302   void (*cleanup)(struct spi_device * ) ;
3303   bool queued ;
3304   struct kthread_worker kworker ;
3305   struct task_struct *kworker_task ;
3306   struct kthread_work pump_messages ;
3307   spinlock_t queue_lock ;
3308   struct list_head queue ;
3309   struct spi_message *cur_msg ;
3310   bool busy ;
3311   bool running ;
3312   bool rt ;
3313   int (*prepare_transfer_hardware)(struct spi_master * ) ;
3314   int (*transfer_one_message)(struct spi_master * , struct spi_message * ) ;
3315   int (*unprepare_transfer_hardware)(struct spi_master * ) ;
3316};
3317#line 406 "include/linux/spi/spi.h"
3318struct spi_transfer {
3319   void const   *tx_buf ;
3320   void *rx_buf ;
3321   unsigned int len ;
3322   dma_addr_t tx_dma ;
3323   dma_addr_t rx_dma ;
3324   unsigned char cs_change : 1 ;
3325   u8 bits_per_word ;
3326   u16 delay_usecs ;
3327   u32 speed_hz ;
3328   struct list_head transfer_list ;
3329};
3330#line 512 "include/linux/spi/spi.h"
3331struct spi_message {
3332   struct list_head transfers ;
3333   struct spi_device *spi ;
3334   unsigned char is_dma_mapped : 1 ;
3335   void (*complete)(void * ) ;
3336   void *context ;
3337   unsigned int actual_length ;
3338   int status ;
3339   struct list_head queue ;
3340   void *state ;
3341};
3342#line 858
3343struct adxl34x;
3344#line 858
3345struct adxl34x;
3346#line 859 "include/linux/spi/spi.h"
3347struct adxl34x_bus_ops {
3348   u16 bustype ;
3349   int (*read)(struct device * , unsigned char  ) ;
3350   int (*read_block)(struct device * , unsigned char  , int  , void * ) ;
3351   int (*write)(struct device * , unsigned char  , unsigned char  ) ;
3352};
3353#line 1 "<compiler builtins>"
3354long __builtin_expect(long  , long  ) ;
3355#line 2 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
3356void ldv_spin_lock(void) ;
3357#line 3
3358void ldv_spin_unlock(void) ;
3359#line 4
3360int ldv_spin_trylock(void) ;
3361#line 24 "include/linux/list.h"
3362__inline static void INIT_LIST_HEAD(struct list_head *list ) 
3363{ unsigned long __cil_tmp2 ;
3364  unsigned long __cil_tmp3 ;
3365
3366  {
3367#line 26
3368  *((struct list_head **)list) = list;
3369#line 27
3370  __cil_tmp2 = (unsigned long )list;
3371#line 27
3372  __cil_tmp3 = __cil_tmp2 + 8;
3373#line 27
3374  *((struct list_head **)__cil_tmp3) = list;
3375#line 28
3376  return;
3377}
3378}
3379#line 47
3380extern void __list_add(struct list_head * , struct list_head * , struct list_head * ) ;
3381#line 74 "include/linux/list.h"
3382__inline static void list_add_tail(struct list_head *new , struct list_head *head ) 
3383{ unsigned long __cil_tmp3 ;
3384  unsigned long __cil_tmp4 ;
3385  struct list_head *__cil_tmp5 ;
3386
3387  {
3388  {
3389#line 76
3390  __cil_tmp3 = (unsigned long )head;
3391#line 76
3392  __cil_tmp4 = __cil_tmp3 + 8;
3393#line 76
3394  __cil_tmp5 = *((struct list_head **)__cil_tmp4);
3395#line 76
3396  __list_add(new, __cil_tmp5, head);
3397  }
3398#line 77
3399  return;
3400}
3401}
3402#line 55 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/string_64.h"
3403extern void *memset(void * , int  , size_t  ) ;
3404#line 27 "include/linux/err.h"
3405__inline static long PTR_ERR(void const   *ptr ) 
3406{ 
3407
3408  {
3409#line 29
3410  return ((long )ptr);
3411}
3412}
3413#line 32 "include/linux/err.h"
3414__inline static long IS_ERR(void const   *ptr ) 
3415{ long tmp ;
3416  unsigned long __cil_tmp3 ;
3417  int __cil_tmp4 ;
3418  long __cil_tmp5 ;
3419
3420  {
3421  {
3422#line 34
3423  __cil_tmp3 = (unsigned long )ptr;
3424#line 34
3425  __cil_tmp4 = __cil_tmp3 > 0xfffffffffffff000UL;
3426#line 34
3427  __cil_tmp5 = (long )__cil_tmp4;
3428#line 34
3429  tmp = __builtin_expect(__cil_tmp5, 0L);
3430  }
3431#line 34
3432  return (tmp);
3433}
3434}
3435#line 220 "include/linux/slub_def.h"
3436extern void *kmem_cache_alloc(struct kmem_cache * , gfp_t  ) ;
3437#line 223
3438void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
3439#line 11 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
3440void ldv_check_alloc_flags(gfp_t flags ) ;
3441#line 12
3442void ldv_check_alloc_nonatomic(void) ;
3443#line 14
3444struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) ;
3445#line 793 "include/linux/device.h"
3446extern int dev_set_drvdata(struct device * , void * ) ;
3447#line 892
3448extern int dev_err(struct device  const  * , char const   *  , ...) ;
3449#line 105 "include/linux/spi/spi.h"
3450__inline static struct spi_device *to_spi_device(struct device *dev ) 
3451{ struct device  const  *__mptr ;
3452  struct spi_device *tmp ;
3453  struct device *__cil_tmp4 ;
3454  unsigned long __cil_tmp5 ;
3455  unsigned long __cil_tmp6 ;
3456
3457  {
3458  {
3459#line 107
3460  __cil_tmp4 = (struct device *)0;
3461#line 107
3462  __cil_tmp5 = (unsigned long )__cil_tmp4;
3463#line 107
3464  __cil_tmp6 = (unsigned long )dev;
3465#line 107
3466  if (__cil_tmp6 != __cil_tmp5) {
3467#line 107
3468    __mptr = (struct device  const  *)dev;
3469#line 107
3470    tmp = (struct spi_device *)__mptr;
3471  } else {
3472#line 107
3473    tmp = (struct spi_device *)0;
3474  }
3475  }
3476#line 107
3477  return (tmp);
3478}
3479}
3480#line 135 "include/linux/spi/spi.h"
3481__inline static void spi_set_drvdata(struct spi_device *spi , void *data ) 
3482{ struct device *__cil_tmp3 ;
3483
3484  {
3485  {
3486#line 137
3487  __cil_tmp3 = (struct device *)spi;
3488#line 137
3489  dev_set_drvdata(__cil_tmp3, data);
3490  }
3491#line 138
3492  return;
3493}
3494}
3495#line 573 "include/linux/spi/spi.h"
3496__inline static void spi_message_init(struct spi_message *m ) 
3497{ void *__cil_tmp2 ;
3498  struct list_head *__cil_tmp3 ;
3499
3500  {
3501  {
3502#line 575
3503  __cil_tmp2 = (void *)m;
3504#line 575
3505  memset(__cil_tmp2, 0, 80UL);
3506#line 576
3507  __cil_tmp3 = (struct list_head *)m;
3508#line 576
3509  INIT_LIST_HEAD(__cil_tmp3);
3510  }
3511#line 577
3512  return;
3513}
3514}
3515#line 580 "include/linux/spi/spi.h"
3516__inline static void spi_message_add_tail(struct spi_transfer *t , struct spi_message *m ) 
3517{ unsigned long __cil_tmp3 ;
3518  unsigned long __cil_tmp4 ;
3519  struct list_head *__cil_tmp5 ;
3520  struct list_head *__cil_tmp6 ;
3521
3522  {
3523  {
3524#line 582
3525  __cil_tmp3 = (unsigned long )t;
3526#line 582
3527  __cil_tmp4 = __cil_tmp3 + 48;
3528#line 582
3529  __cil_tmp5 = (struct list_head *)__cil_tmp4;
3530#line 582
3531  __cil_tmp6 = (struct list_head *)m;
3532#line 582
3533  list_add_tail(__cil_tmp5, __cil_tmp6);
3534  }
3535#line 583
3536  return;
3537}
3538}
3539#line 630
3540extern int spi_sync(struct spi_device * , struct spi_message * ) ;
3541#line 646 "include/linux/spi/spi.h"
3542__inline static int spi_write(struct spi_device *spi , void const   *buf , size_t len ) 
3543{ struct spi_transfer t ;
3544  struct spi_message m ;
3545  int tmp ;
3546  struct spi_transfer *__cil_tmp7 ;
3547  unsigned long __cil_tmp8 ;
3548  unsigned long __cil_tmp9 ;
3549  unsigned long __cil_tmp10 ;
3550  unsigned long __cil_tmp11 ;
3551  unsigned long __cil_tmp12 ;
3552  unsigned long __cil_tmp13 ;
3553  unsigned long __cil_tmp14 ;
3554  unsigned long __cil_tmp15 ;
3555  unsigned long __cil_tmp16 ;
3556  unsigned long __cil_tmp17 ;
3557  unsigned long __cil_tmp18 ;
3558
3559  {
3560  {
3561#line 648
3562  __cil_tmp7 = & t;
3563#line 648
3564  *((void const   **)__cil_tmp7) = buf;
3565#line 648
3566  __cil_tmp8 = (unsigned long )(& t) + 8;
3567#line 648
3568  *((void **)__cil_tmp8) = (void *)0;
3569#line 648
3570  __cil_tmp9 = (unsigned long )(& t) + 16;
3571#line 648
3572  *((unsigned int *)__cil_tmp9) = (unsigned int )len;
3573#line 648
3574  __cil_tmp10 = (unsigned long )(& t) + 24;
3575#line 648
3576  *((dma_addr_t *)__cil_tmp10) = 0ULL;
3577#line 648
3578  __cil_tmp11 = (unsigned long )(& t) + 32;
3579#line 648
3580  *((dma_addr_t *)__cil_tmp11) = 0ULL;
3581#line 648
3582  __cil_tmp12 = (unsigned long )(& t) + 40;
3583#line 648
3584  *((unsigned char *)__cil_tmp12) = (unsigned char)0;
3585#line 648
3586  __cil_tmp13 = (unsigned long )(& t) + 41;
3587#line 648
3588  *((u8 *)__cil_tmp13) = (unsigned char)0;
3589#line 648
3590  __cil_tmp14 = (unsigned long )(& t) + 42;
3591#line 648
3592  *((u16 *)__cil_tmp14) = (unsigned short)0;
3593#line 648
3594  __cil_tmp15 = (unsigned long )(& t) + 44;
3595#line 648
3596  *((u32 *)__cil_tmp15) = 0U;
3597#line 648
3598  __cil_tmp16 = (unsigned long )(& t) + 48;
3599#line 648
3600  *((struct list_head **)__cil_tmp16) = (struct list_head *)0;
3601#line 648
3602  __cil_tmp17 = 48 + 8;
3603#line 648
3604  __cil_tmp18 = (unsigned long )(& t) + __cil_tmp17;
3605#line 648
3606  *((struct list_head **)__cil_tmp18) = (struct list_head *)0;
3607#line 654
3608  spi_message_init(& m);
3609#line 655
3610  spi_message_add_tail(& t, & m);
3611#line 656
3612  tmp = spi_sync(spi, & m);
3613  }
3614#line 656
3615  return (tmp);
3616}
3617}
3618#line 684
3619extern int spi_write_then_read(struct spi_device * , void const   * , unsigned int  ,
3620                               void * , unsigned int  ) ;
3621#line 698 "include/linux/spi/spi.h"
3622__inline static ssize_t spi_w8r8(struct spi_device *spi , u8 cmd ) 
3623{ ssize_t status ;
3624  u8 result ;
3625  int tmp ;
3626  ssize_t tmp___0 ;
3627  void const   *__cil_tmp7 ;
3628  void *__cil_tmp8 ;
3629  u8 *__cil_tmp9 ;
3630  u8 __cil_tmp10 ;
3631
3632  {
3633  {
3634#line 703
3635  __cil_tmp7 = (void const   *)(& cmd);
3636#line 703
3637  __cil_tmp8 = (void *)(& result);
3638#line 703
3639  tmp = spi_write_then_read(spi, __cil_tmp7, 1U, __cil_tmp8, 1U);
3640#line 703
3641  status = (ssize_t )tmp;
3642  }
3643#line 706
3644  if (status >= 0L) {
3645#line 706
3646    __cil_tmp9 = & result;
3647#line 706
3648    __cil_tmp10 = *__cil_tmp9;
3649#line 706
3650    tmp___0 = (ssize_t )__cil_tmp10;
3651  } else {
3652#line 706
3653    tmp___0 = status;
3654  }
3655#line 706
3656  return (tmp___0);
3657}
3658}
3659#line 25 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/input/misc/adxl34x.h"
3660extern struct adxl34x *adxl34x_probe(struct device * , int  , bool  , struct adxl34x_bus_ops  const  * ) ;
3661#line 41 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
3662static int adxl34x_spi_read(struct device *dev , unsigned char reg ) 
3663{ struct spi_device *spi ;
3664  struct spi_device *tmp ;
3665  unsigned char cmd ;
3666  ssize_t tmp___0 ;
3667  signed char __cil_tmp7 ;
3668  int __cil_tmp8 ;
3669  int __cil_tmp9 ;
3670  int __cil_tmp10 ;
3671  int __cil_tmp11 ;
3672  u8 __cil_tmp12 ;
3673
3674  {
3675  {
3676#line 43
3677  tmp = to_spi_device(dev);
3678#line 43
3679  spi = tmp;
3680#line 46
3681  __cil_tmp7 = (signed char )reg;
3682#line 46
3683  __cil_tmp8 = (int )__cil_tmp7;
3684#line 46
3685  __cil_tmp9 = __cil_tmp8 & 63;
3686#line 46
3687  __cil_tmp10 = __cil_tmp9 | -128;
3688#line 46
3689  cmd = (unsigned char )__cil_tmp10;
3690#line 48
3691  __cil_tmp11 = (int )cmd;
3692#line 48
3693  __cil_tmp12 = (u8 )__cil_tmp11;
3694#line 48
3695  tmp___0 = spi_w8r8(spi, __cil_tmp12);
3696  }
3697#line 48
3698  return ((int )tmp___0);
3699}
3700}
3701#line 51 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
3702static int adxl34x_spi_write(struct device *dev , unsigned char reg , unsigned char val ) 
3703{ struct spi_device *spi ;
3704  struct spi_device *tmp ;
3705  unsigned char buf[2U] ;
3706  int tmp___0 ;
3707  unsigned long __cil_tmp8 ;
3708  unsigned long __cil_tmp9 ;
3709  unsigned int __cil_tmp10 ;
3710  unsigned int __cil_tmp11 ;
3711  unsigned long __cil_tmp12 ;
3712  unsigned long __cil_tmp13 ;
3713  void const   *__cil_tmp14 ;
3714
3715  {
3716  {
3717#line 54
3718  tmp = to_spi_device(dev);
3719#line 54
3720  spi = tmp;
3721#line 57
3722  __cil_tmp8 = 0 * 1UL;
3723#line 57
3724  __cil_tmp9 = (unsigned long )(buf) + __cil_tmp8;
3725#line 57
3726  __cil_tmp10 = (unsigned int )reg;
3727#line 57
3728  __cil_tmp11 = __cil_tmp10 & 63U;
3729#line 57
3730  *((unsigned char *)__cil_tmp9) = (unsigned char )__cil_tmp11;
3731#line 58
3732  __cil_tmp12 = 1 * 1UL;
3733#line 58
3734  __cil_tmp13 = (unsigned long )(buf) + __cil_tmp12;
3735#line 58
3736  *((unsigned char *)__cil_tmp13) = val;
3737#line 60
3738  __cil_tmp14 = (void const   *)(& buf);
3739#line 60
3740  tmp___0 = spi_write(spi, __cil_tmp14, 2UL);
3741  }
3742#line 60
3743  return (tmp___0);
3744}
3745}
3746#line 63 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
3747static int adxl34x_spi_read_block(struct device *dev , unsigned char reg , int count ,
3748                                  void *buf ) 
3749{ struct spi_device *spi ;
3750  struct spi_device *tmp ;
3751  ssize_t status ;
3752  int tmp___0 ;
3753  long tmp___1 ;
3754  unsigned char *__cil_tmp10 ;
3755  unsigned char *__cil_tmp11 ;
3756  unsigned char __cil_tmp12 ;
3757  unsigned int __cil_tmp13 ;
3758  unsigned int __cil_tmp14 ;
3759  void const   *__cil_tmp15 ;
3760  unsigned int __cil_tmp16 ;
3761
3762  {
3763  {
3764#line 67
3765  tmp = to_spi_device(dev);
3766#line 67
3767  spi = tmp;
3768#line 70
3769  __cil_tmp10 = & reg;
3770#line 70
3771  __cil_tmp11 = & reg;
3772#line 70
3773  __cil_tmp12 = *__cil_tmp11;
3774#line 70
3775  __cil_tmp13 = (unsigned int )__cil_tmp12;
3776#line 70
3777  __cil_tmp14 = __cil_tmp13 | 192U;
3778#line 70
3779  *__cil_tmp10 = (unsigned char )__cil_tmp14;
3780#line 71
3781  __cil_tmp15 = (void const   *)(& reg);
3782#line 71
3783  __cil_tmp16 = (unsigned int )count;
3784#line 71
3785  tmp___0 = spi_write_then_read(spi, __cil_tmp15, 1U, buf, __cil_tmp16);
3786#line 71
3787  status = (ssize_t )tmp___0;
3788  }
3789#line 73
3790  if (0L < status) {
3791#line 73
3792    tmp___1 = 0L;
3793  } else {
3794#line 73
3795    tmp___1 = status;
3796  }
3797#line 73
3798  return ((int )tmp___1);
3799}
3800}
3801#line 76 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
3802static struct adxl34x_bus_ops  const  adxl34x_spi_bops  =    {(u16 )28U, & adxl34x_spi_read, & adxl34x_spi_read_block, & adxl34x_spi_write};
3803#line 83 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
3804static int adxl34x_spi_probe(struct spi_device *spi ) 
3805{ struct adxl34x *ac ;
3806  long tmp ;
3807  long tmp___0 ;
3808  unsigned long __cil_tmp5 ;
3809  unsigned long __cil_tmp6 ;
3810  u32 __cil_tmp7 ;
3811  struct device *__cil_tmp8 ;
3812  struct device  const  *__cil_tmp9 ;
3813  unsigned long __cil_tmp10 ;
3814  unsigned long __cil_tmp11 ;
3815  u32 __cil_tmp12 ;
3816  struct device *__cil_tmp13 ;
3817  unsigned long __cil_tmp14 ;
3818  unsigned long __cil_tmp15 ;
3819  int __cil_tmp16 ;
3820  unsigned long __cil_tmp17 ;
3821  unsigned long __cil_tmp18 ;
3822  u32 __cil_tmp19 ;
3823  int __cil_tmp20 ;
3824  bool __cil_tmp21 ;
3825  void const   *__cil_tmp22 ;
3826  void const   *__cil_tmp23 ;
3827  void *__cil_tmp24 ;
3828
3829  {
3830  {
3831#line 88
3832  __cil_tmp5 = (unsigned long )spi;
3833#line 88
3834  __cil_tmp6 = __cil_tmp5 + 1160;
3835#line 88
3836  __cil_tmp7 = *((u32 *)__cil_tmp6);
3837#line 88
3838  if (__cil_tmp7 > 5000000U) {
3839    {
3840#line 89
3841    __cil_tmp8 = (struct device *)spi;
3842#line 89
3843    __cil_tmp9 = (struct device  const  *)__cil_tmp8;
3844#line 89
3845    __cil_tmp10 = (unsigned long )spi;
3846#line 89
3847    __cil_tmp11 = __cil_tmp10 + 1160;
3848#line 89
3849    __cil_tmp12 = *((u32 *)__cil_tmp11);
3850#line 89
3851    dev_err(__cil_tmp9, "SPI CLK %d Hz too fast\n", __cil_tmp12);
3852    }
3853#line 90
3854    return (-22);
3855  } else {
3856
3857  }
3858  }
3859  {
3860#line 93
3861  __cil_tmp13 = (struct device *)spi;
3862#line 93
3863  __cil_tmp14 = (unsigned long )spi;
3864#line 93
3865  __cil_tmp15 = __cil_tmp14 + 1168;
3866#line 93
3867  __cil_tmp16 = *((int *)__cil_tmp15);
3868#line 93
3869  __cil_tmp17 = (unsigned long )spi;
3870#line 93
3871  __cil_tmp18 = __cil_tmp17 + 1160;
3872#line 93
3873  __cil_tmp19 = *((u32 *)__cil_tmp18);
3874#line 93
3875  __cil_tmp20 = __cil_tmp19 > 1500000U;
3876#line 93
3877  __cil_tmp21 = (bool )__cil_tmp20;
3878#line 93
3879  ac = adxl34x_probe(__cil_tmp13, __cil_tmp16, __cil_tmp21, & adxl34x_spi_bops);
3880#line 97
3881  __cil_tmp22 = (void const   *)ac;
3882#line 97
3883  tmp___0 = IS_ERR(__cil_tmp22);
3884  }
3885#line 97
3886  if (tmp___0 != 0L) {
3887    {
3888#line 98
3889    __cil_tmp23 = (void const   *)ac;
3890#line 98
3891    tmp = PTR_ERR(__cil_tmp23);
3892    }
3893#line 98
3894    return ((int )tmp);
3895  } else {
3896
3897  }
3898  {
3899#line 100
3900  __cil_tmp24 = (void *)ac;
3901#line 100
3902  spi_set_drvdata(spi, __cil_tmp24);
3903  }
3904#line 102
3905  return (0);
3906}
3907}
3908#line 169
3909extern void ldv_check_final_state(void) ;
3910#line 172
3911extern void ldv_check_return_value(int  ) ;
3912#line 175
3913extern void ldv_initialize(void) ;
3914#line 178
3915extern int __VERIFIER_nondet_int(void) ;
3916#line 181 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
3917int LDV_IN_INTERRUPT  ;
3918#line 184 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
3919void main(void) 
3920{ struct device *var_group1 ;
3921  unsigned char var_adxl34x_spi_write_1_p1 ;
3922  unsigned char var_adxl34x_spi_write_1_p2 ;
3923  unsigned char var_adxl34x_spi_read_0_p1 ;
3924  unsigned char var_adxl34x_spi_read_block_2_p1 ;
3925  int var_adxl34x_spi_read_block_2_p2 ;
3926  void *var_adxl34x_spi_read_block_2_p3 ;
3927  struct spi_device *var_group2 ;
3928  int res_adxl34x_spi_probe_3 ;
3929  int ldv_s_adxl34x_driver_spi_driver ;
3930  int tmp ;
3931  int tmp___0 ;
3932  int __cil_tmp13 ;
3933  unsigned char __cil_tmp14 ;
3934  int __cil_tmp15 ;
3935  unsigned char __cil_tmp16 ;
3936  int __cil_tmp17 ;
3937  unsigned char __cil_tmp18 ;
3938  int __cil_tmp19 ;
3939  unsigned char __cil_tmp20 ;
3940
3941  {
3942  {
3943#line 290
3944  ldv_s_adxl34x_driver_spi_driver = 0;
3945#line 278
3946  LDV_IN_INTERRUPT = 1;
3947#line 287
3948  ldv_initialize();
3949  }
3950#line 293
3951  goto ldv_22343;
3952  ldv_22342: 
3953  {
3954#line 297
3955  tmp = __VERIFIER_nondet_int();
3956  }
3957#line 299
3958  if (tmp == 0) {
3959#line 299
3960    goto case_0;
3961  } else
3962#line 328
3963  if (tmp == 1) {
3964#line 328
3965    goto case_1;
3966  } else
3967#line 357
3968  if (tmp == 2) {
3969#line 357
3970    goto case_2;
3971  } else
3972#line 386
3973  if (tmp == 3) {
3974#line 386
3975    goto case_3;
3976  } else {
3977    {
3978#line 418
3979    goto switch_default;
3980#line 297
3981    if (0) {
3982      case_0: /* CIL Label */ 
3983      {
3984#line 316
3985      __cil_tmp13 = (int )var_adxl34x_spi_write_1_p1;
3986#line 316
3987      __cil_tmp14 = (unsigned char )__cil_tmp13;
3988#line 316
3989      __cil_tmp15 = (int )var_adxl34x_spi_write_1_p2;
3990#line 316
3991      __cil_tmp16 = (unsigned char )__cil_tmp15;
3992#line 316
3993      adxl34x_spi_write(var_group1, __cil_tmp14, __cil_tmp16);
3994      }
3995#line 327
3996      goto ldv_22336;
3997      case_1: /* CIL Label */ 
3998      {
3999#line 345
4000      __cil_tmp17 = (int )var_adxl34x_spi_read_0_p1;
4001#line 345
4002      __cil_tmp18 = (unsigned char )__cil_tmp17;
4003#line 345
4004      adxl34x_spi_read(var_group1, __cil_tmp18);
4005      }
4006#line 356
4007      goto ldv_22336;
4008      case_2: /* CIL Label */ 
4009      {
4010#line 374
4011      __cil_tmp19 = (int )var_adxl34x_spi_read_block_2_p1;
4012#line 374
4013      __cil_tmp20 = (unsigned char )__cil_tmp19;
4014#line 374
4015      adxl34x_spi_read_block(var_group1, __cil_tmp20, var_adxl34x_spi_read_block_2_p2,
4016                             var_adxl34x_spi_read_block_2_p3);
4017      }
4018#line 385
4019      goto ldv_22336;
4020      case_3: /* CIL Label */ ;
4021#line 389
4022      if (ldv_s_adxl34x_driver_spi_driver == 0) {
4023        {
4024#line 403
4025        res_adxl34x_spi_probe_3 = adxl34x_spi_probe(var_group2);
4026#line 404
4027        ldv_check_return_value(res_adxl34x_spi_probe_3);
4028        }
4029#line 405
4030        if (res_adxl34x_spi_probe_3 != 0) {
4031#line 406
4032          goto ldv_module_exit;
4033        } else {
4034
4035        }
4036#line 411
4037        ldv_s_adxl34x_driver_spi_driver = 0;
4038      } else {
4039
4040      }
4041#line 417
4042      goto ldv_22336;
4043      switch_default: /* CIL Label */ ;
4044#line 418
4045      goto ldv_22336;
4046    } else {
4047      switch_break: /* CIL Label */ ;
4048    }
4049    }
4050  }
4051  ldv_22336: ;
4052  ldv_22343: 
4053  {
4054#line 293
4055  tmp___0 = __VERIFIER_nondet_int();
4056  }
4057#line 293
4058  if (tmp___0 != 0) {
4059#line 295
4060    goto ldv_22342;
4061  } else
4062#line 293
4063  if (ldv_s_adxl34x_driver_spi_driver != 0) {
4064#line 295
4065    goto ldv_22342;
4066  } else {
4067#line 297
4068    goto ldv_22344;
4069  }
4070  ldv_22344: ;
4071  ldv_module_exit: ;
4072  {
4073#line 427
4074  ldv_check_final_state();
4075  }
4076#line 430
4077  return;
4078}
4079}
4080#line 5 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast-assert.h"
4081void ldv_blast_assert(void) 
4082{ 
4083
4084  {
4085  ERROR: ;
4086#line 6
4087  goto ERROR;
4088}
4089}
4090#line 6 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast.h"
4091extern int __VERIFIER_nondet_int(void) ;
4092#line 451 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
4093int ldv_spin  =    0;
4094#line 455 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
4095void ldv_check_alloc_flags(gfp_t flags ) 
4096{ 
4097
4098  {
4099#line 458
4100  if (ldv_spin != 0) {
4101#line 458
4102    if (flags != 32U) {
4103      {
4104#line 458
4105      ldv_blast_assert();
4106      }
4107    } else {
4108
4109    }
4110  } else {
4111
4112  }
4113#line 461
4114  return;
4115}
4116}
4117#line 461
4118extern struct page *ldv_some_page(void) ;
4119#line 464 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
4120struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) 
4121{ struct page *tmp ;
4122
4123  {
4124#line 467
4125  if (ldv_spin != 0) {
4126#line 467
4127    if (flags != 32U) {
4128      {
4129#line 467
4130      ldv_blast_assert();
4131      }
4132    } else {
4133
4134    }
4135  } else {
4136
4137  }
4138  {
4139#line 469
4140  tmp = ldv_some_page();
4141  }
4142#line 469
4143  return (tmp);
4144}
4145}
4146#line 473 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
4147void ldv_check_alloc_nonatomic(void) 
4148{ 
4149
4150  {
4151#line 476
4152  if (ldv_spin != 0) {
4153    {
4154#line 476
4155    ldv_blast_assert();
4156    }
4157  } else {
4158
4159  }
4160#line 479
4161  return;
4162}
4163}
4164#line 480 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
4165void ldv_spin_lock(void) 
4166{ 
4167
4168  {
4169#line 483
4170  ldv_spin = 1;
4171#line 484
4172  return;
4173}
4174}
4175#line 487 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
4176void ldv_spin_unlock(void) 
4177{ 
4178
4179  {
4180#line 490
4181  ldv_spin = 0;
4182#line 491
4183  return;
4184}
4185}
4186#line 494 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
4187int ldv_spin_trylock(void) 
4188{ int is_lock ;
4189
4190  {
4191  {
4192#line 499
4193  is_lock = __VERIFIER_nondet_int();
4194  }
4195#line 501
4196  if (is_lock != 0) {
4197#line 504
4198    return (0);
4199  } else {
4200#line 509
4201    ldv_spin = 1;
4202#line 511
4203    return (1);
4204  }
4205}
4206}
4207#line 678 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/3015/dscv_tempdir/dscv/ri/43_1a/drivers/input/misc/adxl34x-spi.c.p"
4208void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) 
4209{ 
4210
4211  {
4212  {
4213#line 684
4214  ldv_check_alloc_flags(ldv_func_arg2);
4215#line 686
4216  kmem_cache_alloc(ldv_func_arg1, ldv_func_arg2);
4217  }
4218#line 687
4219  return ((void *)0);
4220}
4221}