Showing error 1193

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--rtc--rtc-max6902.ko-ldv_main0_sequence_infinite_withcheck_stateful.cil.out.c
Line in file: 4371
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 202 "include/linux/types.h"
  89typedef unsigned int gfp_t;
  90#line 203 "include/linux/types.h"
  91typedef unsigned int fmode_t;
  92#line 221 "include/linux/types.h"
  93struct __anonstruct_atomic_t_6 {
  94   int counter ;
  95};
  96#line 221 "include/linux/types.h"
  97typedef struct __anonstruct_atomic_t_6 atomic_t;
  98#line 226 "include/linux/types.h"
  99struct __anonstruct_atomic64_t_7 {
 100   long counter ;
 101};
 102#line 226 "include/linux/types.h"
 103typedef struct __anonstruct_atomic64_t_7 atomic64_t;
 104#line 227 "include/linux/types.h"
 105struct list_head {
 106   struct list_head *next ;
 107   struct list_head *prev ;
 108};
 109#line 232
 110struct hlist_node;
 111#line 232 "include/linux/types.h"
 112struct hlist_head {
 113   struct hlist_node *first ;
 114};
 115#line 236 "include/linux/types.h"
 116struct hlist_node {
 117   struct hlist_node *next ;
 118   struct hlist_node **pprev ;
 119};
 120#line 247 "include/linux/types.h"
 121struct rcu_head {
 122   struct rcu_head *next ;
 123   void (*func)(struct rcu_head * ) ;
 124};
 125#line 55 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/alternative.h"
 126struct module;
 127#line 55
 128struct module;
 129#line 146 "include/linux/init.h"
 130typedef void (*ctor_fn_t)(void);
 131#line 46 "include/linux/dynamic_debug.h"
 132struct device;
 133#line 46
 134struct device;
 135#line 57
 136struct completion;
 137#line 57
 138struct completion;
 139#line 58
 140struct pt_regs;
 141#line 58
 142struct pt_regs;
 143#line 348 "include/linux/kernel.h"
 144struct pid;
 145#line 348
 146struct pid;
 147#line 112 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/stat.h"
 148struct timespec;
 149#line 112
 150struct timespec;
 151#line 58 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/page_types.h"
 152struct page;
 153#line 58
 154struct page;
 155#line 26 "include/asm-generic/getorder.h"
 156struct task_struct;
 157#line 26
 158struct task_struct;
 159#line 28
 160struct mm_struct;
 161#line 28
 162struct mm_struct;
 163#line 268 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/segment.h"
 164struct pt_regs {
 165   unsigned long r15 ;
 166   unsigned long r14 ;
 167   unsigned long r13 ;
 168   unsigned long r12 ;
 169   unsigned long bp ;
 170   unsigned long bx ;
 171   unsigned long r11 ;
 172   unsigned long r10 ;
 173   unsigned long r9 ;
 174   unsigned long r8 ;
 175   unsigned long ax ;
 176   unsigned long cx ;
 177   unsigned long dx ;
 178   unsigned long si ;
 179   unsigned long di ;
 180   unsigned long orig_ax ;
 181   unsigned long ip ;
 182   unsigned long cs ;
 183   unsigned long flags ;
 184   unsigned long sp ;
 185   unsigned long ss ;
 186};
 187#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 188struct __anonstruct_ldv_2180_13 {
 189   unsigned int a ;
 190   unsigned int b ;
 191};
 192#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 193struct __anonstruct_ldv_2195_14 {
 194   u16 limit0 ;
 195   u16 base0 ;
 196   unsigned char base1 ;
 197   unsigned char type : 4 ;
 198   unsigned char s : 1 ;
 199   unsigned char dpl : 2 ;
 200   unsigned char p : 1 ;
 201   unsigned char limit : 4 ;
 202   unsigned char avl : 1 ;
 203   unsigned char l : 1 ;
 204   unsigned char d : 1 ;
 205   unsigned char g : 1 ;
 206   unsigned char base2 ;
 207};
 208#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 209union __anonunion_ldv_2196_12 {
 210   struct __anonstruct_ldv_2180_13 ldv_2180 ;
 211   struct __anonstruct_ldv_2195_14 ldv_2195 ;
 212};
 213#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 214struct desc_struct {
 215   union __anonunion_ldv_2196_12 ldv_2196 ;
 216};
 217#line 13 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 218typedef unsigned long pgdval_t;
 219#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 220typedef unsigned long pgprotval_t;
 221#line 18 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
 222struct pgprot {
 223   pgprotval_t pgprot ;
 224};
 225#line 192 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 226typedef struct pgprot pgprot_t;
 227#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 228struct __anonstruct_pgd_t_16 {
 229   pgdval_t pgd ;
 230};
 231#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 232typedef struct __anonstruct_pgd_t_16 pgd_t;
 233#line 282 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
 234typedef struct page *pgtable_t;
 235#line 290
 236struct file;
 237#line 290
 238struct file;
 239#line 305
 240struct seq_file;
 241#line 305
 242struct seq_file;
 243#line 337
 244struct thread_struct;
 245#line 337
 246struct thread_struct;
 247#line 339
 248struct cpumask;
 249#line 339
 250struct cpumask;
 251#line 327 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt_types.h"
 252struct arch_spinlock;
 253#line 327
 254struct arch_spinlock;
 255#line 300 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
 256struct kernel_vm86_regs {
 257   struct pt_regs pt ;
 258   unsigned short es ;
 259   unsigned short __esh ;
 260   unsigned short ds ;
 261   unsigned short __dsh ;
 262   unsigned short fs ;
 263   unsigned short __fsh ;
 264   unsigned short gs ;
 265   unsigned short __gsh ;
 266};
 267#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
 268union __anonunion_ldv_2824_19 {
 269   struct pt_regs *regs ;
 270   struct kernel_vm86_regs *vm86 ;
 271};
 272#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
 273struct math_emu_info {
 274   long ___orig_eip ;
 275   union __anonunion_ldv_2824_19 ldv_2824 ;
 276};
 277#line 306 "include/linux/bitmap.h"
 278struct bug_entry {
 279   int bug_addr_disp ;
 280   int file_disp ;
 281   unsigned short line ;
 282   unsigned short flags ;
 283};
 284#line 89 "include/linux/bug.h"
 285struct cpumask {
 286   unsigned long bits[64U] ;
 287};
 288#line 14 "include/linux/cpumask.h"
 289typedef struct cpumask cpumask_t;
 290#line 637 "include/linux/cpumask.h"
 291typedef struct cpumask *cpumask_var_t;
 292#line 234 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt.h"
 293struct static_key;
 294#line 234
 295struct static_key;
 296#line 153 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 297struct seq_operations;
 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 15 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
1162struct klist_node;
1163#line 15
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 215 "include/linux/mod_devicetable.h"
1365struct of_device_id {
1366   char name[32U] ;
1367   char type[32U] ;
1368   char compatible[128U] ;
1369   void *data ;
1370};
1371#line 272 "include/linux/platform_device.h"
1372struct rtc_time {
1373   int tm_sec ;
1374   int tm_min ;
1375   int tm_hour ;
1376   int tm_mday ;
1377   int tm_mon ;
1378   int tm_year ;
1379   int tm_wday ;
1380   int tm_yday ;
1381   int tm_isdst ;
1382};
1383#line 31 "include/linux/rtc.h"
1384struct rtc_wkalrm {
1385   unsigned char enabled ;
1386   unsigned char pending ;
1387   struct rtc_time time ;
1388};
1389#line 41 "include/asm-generic/sections.h"
1390struct exception_table_entry {
1391   unsigned long insn ;
1392   unsigned long fixup ;
1393};
1394#line 189 "include/linux/hardirq.h"
1395struct timerqueue_node {
1396   struct rb_node node ;
1397   ktime_t expires ;
1398};
1399#line 12 "include/linux/timerqueue.h"
1400struct timerqueue_head {
1401   struct rb_root head ;
1402   struct timerqueue_node *next ;
1403};
1404#line 50
1405struct hrtimer_clock_base;
1406#line 50
1407struct hrtimer_clock_base;
1408#line 51
1409struct hrtimer_cpu_base;
1410#line 51
1411struct hrtimer_cpu_base;
1412#line 60
1413enum hrtimer_restart {
1414    HRTIMER_NORESTART = 0,
1415    HRTIMER_RESTART = 1
1416} ;
1417#line 65 "include/linux/timerqueue.h"
1418struct hrtimer {
1419   struct timerqueue_node node ;
1420   ktime_t _softexpires ;
1421   enum hrtimer_restart (*function)(struct hrtimer * ) ;
1422   struct hrtimer_clock_base *base ;
1423   unsigned long state ;
1424   int start_pid ;
1425   void *start_site ;
1426   char start_comm[16U] ;
1427};
1428#line 132 "include/linux/hrtimer.h"
1429struct hrtimer_clock_base {
1430   struct hrtimer_cpu_base *cpu_base ;
1431   int index ;
1432   clockid_t clockid ;
1433   struct timerqueue_head active ;
1434   ktime_t resolution ;
1435   ktime_t (*get_time)(void) ;
1436   ktime_t softirq_time ;
1437   ktime_t offset ;
1438};
1439#line 162 "include/linux/hrtimer.h"
1440struct hrtimer_cpu_base {
1441   raw_spinlock_t lock ;
1442   unsigned long active_bases ;
1443   ktime_t expires_next ;
1444   int hres_active ;
1445   int hang_detected ;
1446   unsigned long nr_events ;
1447   unsigned long nr_retries ;
1448   unsigned long nr_hangs ;
1449   ktime_t max_hang_time ;
1450   struct hrtimer_clock_base clock_base[3U] ;
1451};
1452#line 115 "include/linux/rtc.h"
1453struct path;
1454#line 115
1455struct path;
1456#line 116
1457struct inode;
1458#line 116
1459struct inode;
1460#line 117
1461struct dentry;
1462#line 117
1463struct dentry;
1464#line 118 "include/linux/rtc.h"
1465struct seq_file {
1466   char *buf ;
1467   size_t size ;
1468   size_t from ;
1469   size_t count ;
1470   loff_t index ;
1471   loff_t read_pos ;
1472   u64 version ;
1473   struct mutex lock ;
1474   struct seq_operations  const  *op ;
1475   int poll_event ;
1476   void *private ;
1477};
1478#line 30 "include/linux/seq_file.h"
1479struct seq_operations {
1480   void *(*start)(struct seq_file * , loff_t * ) ;
1481   void (*stop)(struct seq_file * , void * ) ;
1482   void *(*next)(struct seq_file * , void * , loff_t * ) ;
1483   int (*show)(struct seq_file * , void * ) ;
1484};
1485#line 89 "include/linux/kdev_t.h"
1486struct file_operations;
1487#line 89
1488struct file_operations;
1489#line 90 "include/linux/kdev_t.h"
1490struct cdev {
1491   struct kobject kobj ;
1492   struct module *owner ;
1493   struct file_operations  const  *ops ;
1494   struct list_head list ;
1495   dev_t dev ;
1496   unsigned int count ;
1497};
1498#line 33 "include/linux/cdev.h"
1499struct backing_dev_info;
1500#line 41 "include/asm-generic/poll.h"
1501struct block_device;
1502#line 41
1503struct block_device;
1504#line 93 "include/linux/bit_spinlock.h"
1505struct hlist_bl_node;
1506#line 93 "include/linux/bit_spinlock.h"
1507struct hlist_bl_head {
1508   struct hlist_bl_node *first ;
1509};
1510#line 36 "include/linux/list_bl.h"
1511struct hlist_bl_node {
1512   struct hlist_bl_node *next ;
1513   struct hlist_bl_node **pprev ;
1514};
1515#line 114 "include/linux/rculist_bl.h"
1516struct nameidata;
1517#line 114
1518struct nameidata;
1519#line 115
1520struct vfsmount;
1521#line 115
1522struct vfsmount;
1523#line 116 "include/linux/rculist_bl.h"
1524struct qstr {
1525   unsigned int hash ;
1526   unsigned int len ;
1527   unsigned char const   *name ;
1528};
1529#line 72 "include/linux/dcache.h"
1530struct dentry_operations;
1531#line 72
1532struct super_block;
1533#line 72 "include/linux/dcache.h"
1534union __anonunion_d_u_137 {
1535   struct list_head d_child ;
1536   struct rcu_head d_rcu ;
1537};
1538#line 72 "include/linux/dcache.h"
1539struct dentry {
1540   unsigned int d_flags ;
1541   seqcount_t d_seq ;
1542   struct hlist_bl_node d_hash ;
1543   struct dentry *d_parent ;
1544   struct qstr d_name ;
1545   struct inode *d_inode ;
1546   unsigned char d_iname[32U] ;
1547   unsigned int d_count ;
1548   spinlock_t d_lock ;
1549   struct dentry_operations  const  *d_op ;
1550   struct super_block *d_sb ;
1551   unsigned long d_time ;
1552   void *d_fsdata ;
1553   struct list_head d_lru ;
1554   union __anonunion_d_u_137 d_u ;
1555   struct list_head d_subdirs ;
1556   struct list_head d_alias ;
1557};
1558#line 123 "include/linux/dcache.h"
1559struct dentry_operations {
1560   int (*d_revalidate)(struct dentry * , struct nameidata * ) ;
1561   int (*d_hash)(struct dentry  const  * , struct inode  const  * , struct qstr * ) ;
1562   int (*d_compare)(struct dentry  const  * , struct inode  const  * , struct dentry  const  * ,
1563                    struct inode  const  * , unsigned int  , char const   * , struct qstr  const  * ) ;
1564   int (*d_delete)(struct dentry  const  * ) ;
1565   void (*d_release)(struct dentry * ) ;
1566   void (*d_prune)(struct dentry * ) ;
1567   void (*d_iput)(struct dentry * , struct inode * ) ;
1568   char *(*d_dname)(struct dentry * , char * , int  ) ;
1569   struct vfsmount *(*d_automount)(struct path * ) ;
1570   int (*d_manage)(struct dentry * , bool  ) ;
1571};
1572#line 402 "include/linux/dcache.h"
1573struct path {
1574   struct vfsmount *mnt ;
1575   struct dentry *dentry ;
1576};
1577#line 58 "include/linux/radix-tree.h"
1578struct radix_tree_node;
1579#line 58 "include/linux/radix-tree.h"
1580struct radix_tree_root {
1581   unsigned int height ;
1582   gfp_t gfp_mask ;
1583   struct radix_tree_node *rnode ;
1584};
1585#line 377
1586struct prio_tree_node;
1587#line 377 "include/linux/radix-tree.h"
1588struct raw_prio_tree_node {
1589   struct prio_tree_node *left ;
1590   struct prio_tree_node *right ;
1591   struct prio_tree_node *parent ;
1592};
1593#line 19 "include/linux/prio_tree.h"
1594struct prio_tree_node {
1595   struct prio_tree_node *left ;
1596   struct prio_tree_node *right ;
1597   struct prio_tree_node *parent ;
1598   unsigned long start ;
1599   unsigned long last ;
1600};
1601#line 27 "include/linux/prio_tree.h"
1602struct prio_tree_root {
1603   struct prio_tree_node *prio_tree_node ;
1604   unsigned short index_bits ;
1605   unsigned short raw ;
1606};
1607#line 111
1608enum pid_type {
1609    PIDTYPE_PID = 0,
1610    PIDTYPE_PGID = 1,
1611    PIDTYPE_SID = 2,
1612    PIDTYPE_MAX = 3
1613} ;
1614#line 118
1615struct pid_namespace;
1616#line 118 "include/linux/prio_tree.h"
1617struct upid {
1618   int nr ;
1619   struct pid_namespace *ns ;
1620   struct hlist_node pid_chain ;
1621};
1622#line 56 "include/linux/pid.h"
1623struct pid {
1624   atomic_t count ;
1625   unsigned int level ;
1626   struct hlist_head tasks[3U] ;
1627   struct rcu_head rcu ;
1628   struct upid numbers[1U] ;
1629};
1630#line 68 "include/linux/pid.h"
1631struct pid_link {
1632   struct hlist_node node ;
1633   struct pid *pid ;
1634};
1635#line 93 "include/linux/capability.h"
1636struct kernel_cap_struct {
1637   __u32 cap[2U] ;
1638};
1639#line 96 "include/linux/capability.h"
1640typedef struct kernel_cap_struct kernel_cap_t;
1641#line 104
1642struct user_namespace;
1643#line 104
1644struct user_namespace;
1645#line 45 "include/linux/semaphore.h"
1646struct fiemap_extent {
1647   __u64 fe_logical ;
1648   __u64 fe_physical ;
1649   __u64 fe_length ;
1650   __u64 fe_reserved64[2U] ;
1651   __u32 fe_flags ;
1652   __u32 fe_reserved[3U] ;
1653};
1654#line 38 "include/linux/fiemap.h"
1655struct shrink_control {
1656   gfp_t gfp_mask ;
1657   unsigned long nr_to_scan ;
1658};
1659#line 14 "include/linux/shrinker.h"
1660struct shrinker {
1661   int (*shrink)(struct shrinker * , struct shrink_control * ) ;
1662   int seeks ;
1663   long batch ;
1664   struct list_head list ;
1665   atomic_long_t nr_in_batch ;
1666};
1667#line 43
1668enum migrate_mode {
1669    MIGRATE_ASYNC = 0,
1670    MIGRATE_SYNC_LIGHT = 1,
1671    MIGRATE_SYNC = 2
1672} ;
1673#line 49
1674struct export_operations;
1675#line 49
1676struct export_operations;
1677#line 51
1678struct iovec;
1679#line 51
1680struct iovec;
1681#line 52
1682struct kiocb;
1683#line 52
1684struct kiocb;
1685#line 53
1686struct pipe_inode_info;
1687#line 53
1688struct pipe_inode_info;
1689#line 54
1690struct poll_table_struct;
1691#line 54
1692struct poll_table_struct;
1693#line 55
1694struct kstatfs;
1695#line 55
1696struct kstatfs;
1697#line 435 "include/linux/fs.h"
1698struct iattr {
1699   unsigned int ia_valid ;
1700   umode_t ia_mode ;
1701   uid_t ia_uid ;
1702   gid_t ia_gid ;
1703   loff_t ia_size ;
1704   struct timespec ia_atime ;
1705   struct timespec ia_mtime ;
1706   struct timespec ia_ctime ;
1707   struct file *ia_file ;
1708};
1709#line 119 "include/linux/quota.h"
1710struct if_dqinfo {
1711   __u64 dqi_bgrace ;
1712   __u64 dqi_igrace ;
1713   __u32 dqi_flags ;
1714   __u32 dqi_valid ;
1715};
1716#line 176 "include/linux/percpu_counter.h"
1717struct fs_disk_quota {
1718   __s8 d_version ;
1719   __s8 d_flags ;
1720   __u16 d_fieldmask ;
1721   __u32 d_id ;
1722   __u64 d_blk_hardlimit ;
1723   __u64 d_blk_softlimit ;
1724   __u64 d_ino_hardlimit ;
1725   __u64 d_ino_softlimit ;
1726   __u64 d_bcount ;
1727   __u64 d_icount ;
1728   __s32 d_itimer ;
1729   __s32 d_btimer ;
1730   __u16 d_iwarns ;
1731   __u16 d_bwarns ;
1732   __s32 d_padding2 ;
1733   __u64 d_rtb_hardlimit ;
1734   __u64 d_rtb_softlimit ;
1735   __u64 d_rtbcount ;
1736   __s32 d_rtbtimer ;
1737   __u16 d_rtbwarns ;
1738   __s16 d_padding3 ;
1739   char d_padding4[8U] ;
1740};
1741#line 75 "include/linux/dqblk_xfs.h"
1742struct fs_qfilestat {
1743   __u64 qfs_ino ;
1744   __u64 qfs_nblks ;
1745   __u32 qfs_nextents ;
1746};
1747#line 150 "include/linux/dqblk_xfs.h"
1748typedef struct fs_qfilestat fs_qfilestat_t;
1749#line 151 "include/linux/dqblk_xfs.h"
1750struct fs_quota_stat {
1751   __s8 qs_version ;
1752   __u16 qs_flags ;
1753   __s8 qs_pad ;
1754   fs_qfilestat_t qs_uquota ;
1755   fs_qfilestat_t qs_gquota ;
1756   __u32 qs_incoredqs ;
1757   __s32 qs_btimelimit ;
1758   __s32 qs_itimelimit ;
1759   __s32 qs_rtbtimelimit ;
1760   __u16 qs_bwarnlimit ;
1761   __u16 qs_iwarnlimit ;
1762};
1763#line 165
1764struct dquot;
1765#line 165
1766struct dquot;
1767#line 185 "include/linux/quota.h"
1768typedef __kernel_uid32_t qid_t;
1769#line 186 "include/linux/quota.h"
1770typedef long long qsize_t;
1771#line 189 "include/linux/quota.h"
1772struct mem_dqblk {
1773   qsize_t dqb_bhardlimit ;
1774   qsize_t dqb_bsoftlimit ;
1775   qsize_t dqb_curspace ;
1776   qsize_t dqb_rsvspace ;
1777   qsize_t dqb_ihardlimit ;
1778   qsize_t dqb_isoftlimit ;
1779   qsize_t dqb_curinodes ;
1780   time_t dqb_btime ;
1781   time_t dqb_itime ;
1782};
1783#line 211
1784struct quota_format_type;
1785#line 211
1786struct quota_format_type;
1787#line 212 "include/linux/quota.h"
1788struct mem_dqinfo {
1789   struct quota_format_type *dqi_format ;
1790   int dqi_fmt_id ;
1791   struct list_head dqi_dirty_list ;
1792   unsigned long dqi_flags ;
1793   unsigned int dqi_bgrace ;
1794   unsigned int dqi_igrace ;
1795   qsize_t dqi_maxblimit ;
1796   qsize_t dqi_maxilimit ;
1797   void *dqi_priv ;
1798};
1799#line 275 "include/linux/quota.h"
1800struct dquot {
1801   struct hlist_node dq_hash ;
1802   struct list_head dq_inuse ;
1803   struct list_head dq_free ;
1804   struct list_head dq_dirty ;
1805   struct mutex dq_lock ;
1806   atomic_t dq_count ;
1807   wait_queue_head_t dq_wait_unused ;
1808   struct super_block *dq_sb ;
1809   unsigned int dq_id ;
1810   loff_t dq_off ;
1811   unsigned long dq_flags ;
1812   short dq_type ;
1813   struct mem_dqblk dq_dqb ;
1814};
1815#line 303 "include/linux/quota.h"
1816struct quota_format_ops {
1817   int (*check_quota_file)(struct super_block * , int  ) ;
1818   int (*read_file_info)(struct super_block * , int  ) ;
1819   int (*write_file_info)(struct super_block * , int  ) ;
1820   int (*free_file_info)(struct super_block * , int  ) ;
1821   int (*read_dqblk)(struct dquot * ) ;
1822   int (*commit_dqblk)(struct dquot * ) ;
1823   int (*release_dqblk)(struct dquot * ) ;
1824};
1825#line 314 "include/linux/quota.h"
1826struct dquot_operations {
1827   int (*write_dquot)(struct dquot * ) ;
1828   struct dquot *(*alloc_dquot)(struct super_block * , int  ) ;
1829   void (*destroy_dquot)(struct dquot * ) ;
1830   int (*acquire_dquot)(struct dquot * ) ;
1831   int (*release_dquot)(struct dquot * ) ;
1832   int (*mark_dirty)(struct dquot * ) ;
1833   int (*write_info)(struct super_block * , int  ) ;
1834   qsize_t *(*get_reserved_space)(struct inode * ) ;
1835};
1836#line 328 "include/linux/quota.h"
1837struct quotactl_ops {
1838   int (*quota_on)(struct super_block * , int  , int  , struct path * ) ;
1839   int (*quota_on_meta)(struct super_block * , int  , int  ) ;
1840   int (*quota_off)(struct super_block * , int  ) ;
1841   int (*quota_sync)(struct super_block * , int  , int  ) ;
1842   int (*get_info)(struct super_block * , int  , struct if_dqinfo * ) ;
1843   int (*set_info)(struct super_block * , int  , struct if_dqinfo * ) ;
1844   int (*get_dqblk)(struct super_block * , int  , qid_t  , struct fs_disk_quota * ) ;
1845   int (*set_dqblk)(struct super_block * , int  , qid_t  , struct fs_disk_quota * ) ;
1846   int (*get_xstate)(struct super_block * , struct fs_quota_stat * ) ;
1847   int (*set_xstate)(struct super_block * , unsigned int  , int  ) ;
1848};
1849#line 344 "include/linux/quota.h"
1850struct quota_format_type {
1851   int qf_fmt_id ;
1852   struct quota_format_ops  const  *qf_ops ;
1853   struct module *qf_owner ;
1854   struct quota_format_type *qf_next ;
1855};
1856#line 390 "include/linux/quota.h"
1857struct quota_info {
1858   unsigned int flags ;
1859   struct mutex dqio_mutex ;
1860   struct mutex dqonoff_mutex ;
1861   struct rw_semaphore dqptr_sem ;
1862   struct inode *files[2U] ;
1863   struct mem_dqinfo info[2U] ;
1864   struct quota_format_ops  const  *ops[2U] ;
1865};
1866#line 421
1867struct address_space;
1868#line 421
1869struct address_space;
1870#line 422
1871struct writeback_control;
1872#line 422
1873struct writeback_control;
1874#line 585 "include/linux/fs.h"
1875union __anonunion_arg_140 {
1876   char *buf ;
1877   void *data ;
1878};
1879#line 585 "include/linux/fs.h"
1880struct __anonstruct_read_descriptor_t_139 {
1881   size_t written ;
1882   size_t count ;
1883   union __anonunion_arg_140 arg ;
1884   int error ;
1885};
1886#line 585 "include/linux/fs.h"
1887typedef struct __anonstruct_read_descriptor_t_139 read_descriptor_t;
1888#line 588 "include/linux/fs.h"
1889struct address_space_operations {
1890   int (*writepage)(struct page * , struct writeback_control * ) ;
1891   int (*readpage)(struct file * , struct page * ) ;
1892   int (*writepages)(struct address_space * , struct writeback_control * ) ;
1893   int (*set_page_dirty)(struct page * ) ;
1894   int (*readpages)(struct file * , struct address_space * , struct list_head * ,
1895                    unsigned int  ) ;
1896   int (*write_begin)(struct file * , struct address_space * , loff_t  , unsigned int  ,
1897                      unsigned int  , struct page ** , void ** ) ;
1898   int (*write_end)(struct file * , struct address_space * , loff_t  , unsigned int  ,
1899                    unsigned int  , struct page * , void * ) ;
1900   sector_t (*bmap)(struct address_space * , sector_t  ) ;
1901   void (*invalidatepage)(struct page * , unsigned long  ) ;
1902   int (*releasepage)(struct page * , gfp_t  ) ;
1903   void (*freepage)(struct page * ) ;
1904   ssize_t (*direct_IO)(int  , struct kiocb * , struct iovec  const  * , loff_t  ,
1905                        unsigned long  ) ;
1906   int (*get_xip_mem)(struct address_space * , unsigned long  , int  , void ** , unsigned long * ) ;
1907   int (*migratepage)(struct address_space * , struct page * , struct page * , enum migrate_mode  ) ;
1908   int (*launder_page)(struct page * ) ;
1909   int (*is_partially_uptodate)(struct page * , read_descriptor_t * , unsigned long  ) ;
1910   int (*error_remove_page)(struct address_space * , struct page * ) ;
1911};
1912#line 642 "include/linux/fs.h"
1913struct address_space {
1914   struct inode *host ;
1915   struct radix_tree_root page_tree ;
1916   spinlock_t tree_lock ;
1917   unsigned int i_mmap_writable ;
1918   struct prio_tree_root i_mmap ;
1919   struct list_head i_mmap_nonlinear ;
1920   struct mutex i_mmap_mutex ;
1921   unsigned long nrpages ;
1922   unsigned long writeback_index ;
1923   struct address_space_operations  const  *a_ops ;
1924   unsigned long flags ;
1925   struct backing_dev_info *backing_dev_info ;
1926   spinlock_t private_lock ;
1927   struct list_head private_list ;
1928   struct address_space *assoc_mapping ;
1929};
1930#line 664
1931struct request_queue;
1932#line 664
1933struct request_queue;
1934#line 665
1935struct hd_struct;
1936#line 665
1937struct gendisk;
1938#line 665 "include/linux/fs.h"
1939struct block_device {
1940   dev_t bd_dev ;
1941   int bd_openers ;
1942   struct inode *bd_inode ;
1943   struct super_block *bd_super ;
1944   struct mutex bd_mutex ;
1945   struct list_head bd_inodes ;
1946   void *bd_claiming ;
1947   void *bd_holder ;
1948   int bd_holders ;
1949   bool bd_write_holder ;
1950   struct list_head bd_holder_disks ;
1951   struct block_device *bd_contains ;
1952   unsigned int bd_block_size ;
1953   struct hd_struct *bd_part ;
1954   unsigned int bd_part_count ;
1955   int bd_invalidated ;
1956   struct gendisk *bd_disk ;
1957   struct request_queue *bd_queue ;
1958   struct list_head bd_list ;
1959   unsigned long bd_private ;
1960   int bd_fsfreeze_count ;
1961   struct mutex bd_fsfreeze_mutex ;
1962};
1963#line 737
1964struct posix_acl;
1965#line 737
1966struct posix_acl;
1967#line 738
1968struct inode_operations;
1969#line 738 "include/linux/fs.h"
1970union __anonunion_ldv_18694_141 {
1971   unsigned int const   i_nlink ;
1972   unsigned int __i_nlink ;
1973};
1974#line 738 "include/linux/fs.h"
1975union __anonunion_ldv_18713_142 {
1976   struct list_head i_dentry ;
1977   struct rcu_head i_rcu ;
1978};
1979#line 738
1980struct file_lock;
1981#line 738 "include/linux/fs.h"
1982union __anonunion_ldv_18729_143 {
1983   struct pipe_inode_info *i_pipe ;
1984   struct block_device *i_bdev ;
1985   struct cdev *i_cdev ;
1986};
1987#line 738 "include/linux/fs.h"
1988struct inode {
1989   umode_t i_mode ;
1990   unsigned short i_opflags ;
1991   uid_t i_uid ;
1992   gid_t i_gid ;
1993   unsigned int i_flags ;
1994   struct posix_acl *i_acl ;
1995   struct posix_acl *i_default_acl ;
1996   struct inode_operations  const  *i_op ;
1997   struct super_block *i_sb ;
1998   struct address_space *i_mapping ;
1999   void *i_security ;
2000   unsigned long i_ino ;
2001   union __anonunion_ldv_18694_141 ldv_18694 ;
2002   dev_t i_rdev ;
2003   struct timespec i_atime ;
2004   struct timespec i_mtime ;
2005   struct timespec i_ctime ;
2006   spinlock_t i_lock ;
2007   unsigned short i_bytes ;
2008   blkcnt_t i_blocks ;
2009   loff_t i_size ;
2010   unsigned long i_state ;
2011   struct mutex i_mutex ;
2012   unsigned long dirtied_when ;
2013   struct hlist_node i_hash ;
2014   struct list_head i_wb_list ;
2015   struct list_head i_lru ;
2016   struct list_head i_sb_list ;
2017   union __anonunion_ldv_18713_142 ldv_18713 ;
2018   atomic_t i_count ;
2019   unsigned int i_blkbits ;
2020   u64 i_version ;
2021   atomic_t i_dio_count ;
2022   atomic_t i_writecount ;
2023   struct file_operations  const  *i_fop ;
2024   struct file_lock *i_flock ;
2025   struct address_space i_data ;
2026   struct dquot *i_dquot[2U] ;
2027   struct list_head i_devices ;
2028   union __anonunion_ldv_18729_143 ldv_18729 ;
2029   __u32 i_generation ;
2030   __u32 i_fsnotify_mask ;
2031   struct hlist_head i_fsnotify_marks ;
2032   atomic_t i_readcount ;
2033   void *i_private ;
2034};
2035#line 941 "include/linux/fs.h"
2036struct fown_struct {
2037   rwlock_t lock ;
2038   struct pid *pid ;
2039   enum pid_type pid_type ;
2040   uid_t uid ;
2041   uid_t euid ;
2042   int signum ;
2043};
2044#line 949 "include/linux/fs.h"
2045struct file_ra_state {
2046   unsigned long start ;
2047   unsigned int size ;
2048   unsigned int async_size ;
2049   unsigned int ra_pages ;
2050   unsigned int mmap_miss ;
2051   loff_t prev_pos ;
2052};
2053#line 972 "include/linux/fs.h"
2054union __anonunion_f_u_144 {
2055   struct list_head fu_list ;
2056   struct rcu_head fu_rcuhead ;
2057};
2058#line 972 "include/linux/fs.h"
2059struct file {
2060   union __anonunion_f_u_144 f_u ;
2061   struct path f_path ;
2062   struct file_operations  const  *f_op ;
2063   spinlock_t f_lock ;
2064   int f_sb_list_cpu ;
2065   atomic_long_t f_count ;
2066   unsigned int f_flags ;
2067   fmode_t f_mode ;
2068   loff_t f_pos ;
2069   struct fown_struct f_owner ;
2070   struct cred  const  *f_cred ;
2071   struct file_ra_state f_ra ;
2072   u64 f_version ;
2073   void *f_security ;
2074   void *private_data ;
2075   struct list_head f_ep_links ;
2076   struct list_head f_tfile_llink ;
2077   struct address_space *f_mapping ;
2078   unsigned long f_mnt_write_state ;
2079};
2080#line 1111
2081struct files_struct;
2082#line 1111 "include/linux/fs.h"
2083typedef struct files_struct *fl_owner_t;
2084#line 1112 "include/linux/fs.h"
2085struct file_lock_operations {
2086   void (*fl_copy_lock)(struct file_lock * , struct file_lock * ) ;
2087   void (*fl_release_private)(struct file_lock * ) ;
2088};
2089#line 1117 "include/linux/fs.h"
2090struct lock_manager_operations {
2091   int (*lm_compare_owner)(struct file_lock * , struct file_lock * ) ;
2092   void (*lm_notify)(struct file_lock * ) ;
2093   int (*lm_grant)(struct file_lock * , struct file_lock * , int  ) ;
2094   void (*lm_release_private)(struct file_lock * ) ;
2095   void (*lm_break)(struct file_lock * ) ;
2096   int (*lm_change)(struct file_lock ** , int  ) ;
2097};
2098#line 1134
2099struct nlm_lockowner;
2100#line 1134
2101struct nlm_lockowner;
2102#line 1135 "include/linux/fs.h"
2103struct nfs_lock_info {
2104   u32 state ;
2105   struct nlm_lockowner *owner ;
2106   struct list_head list ;
2107};
2108#line 14 "include/linux/nfs_fs_i.h"
2109struct nfs4_lock_state;
2110#line 14
2111struct nfs4_lock_state;
2112#line 15 "include/linux/nfs_fs_i.h"
2113struct nfs4_lock_info {
2114   struct nfs4_lock_state *owner ;
2115};
2116#line 19
2117struct fasync_struct;
2118#line 19 "include/linux/nfs_fs_i.h"
2119struct __anonstruct_afs_146 {
2120   struct list_head link ;
2121   int state ;
2122};
2123#line 19 "include/linux/nfs_fs_i.h"
2124union __anonunion_fl_u_145 {
2125   struct nfs_lock_info nfs_fl ;
2126   struct nfs4_lock_info nfs4_fl ;
2127   struct __anonstruct_afs_146 afs ;
2128};
2129#line 19 "include/linux/nfs_fs_i.h"
2130struct file_lock {
2131   struct file_lock *fl_next ;
2132   struct list_head fl_link ;
2133   struct list_head fl_block ;
2134   fl_owner_t fl_owner ;
2135   unsigned int fl_flags ;
2136   unsigned char fl_type ;
2137   unsigned int fl_pid ;
2138   struct pid *fl_nspid ;
2139   wait_queue_head_t fl_wait ;
2140   struct file *fl_file ;
2141   loff_t fl_start ;
2142   loff_t fl_end ;
2143   struct fasync_struct *fl_fasync ;
2144   unsigned long fl_break_time ;
2145   unsigned long fl_downgrade_time ;
2146   struct file_lock_operations  const  *fl_ops ;
2147   struct lock_manager_operations  const  *fl_lmops ;
2148   union __anonunion_fl_u_145 fl_u ;
2149};
2150#line 1221 "include/linux/fs.h"
2151struct fasync_struct {
2152   spinlock_t fa_lock ;
2153   int magic ;
2154   int fa_fd ;
2155   struct fasync_struct *fa_next ;
2156   struct file *fa_file ;
2157   struct rcu_head fa_rcu ;
2158};
2159#line 1417
2160struct file_system_type;
2161#line 1417
2162struct super_operations;
2163#line 1417
2164struct xattr_handler;
2165#line 1417
2166struct mtd_info;
2167#line 1417 "include/linux/fs.h"
2168struct super_block {
2169   struct list_head s_list ;
2170   dev_t s_dev ;
2171   unsigned char s_dirt ;
2172   unsigned char s_blocksize_bits ;
2173   unsigned long s_blocksize ;
2174   loff_t s_maxbytes ;
2175   struct file_system_type *s_type ;
2176   struct super_operations  const  *s_op ;
2177   struct dquot_operations  const  *dq_op ;
2178   struct quotactl_ops  const  *s_qcop ;
2179   struct export_operations  const  *s_export_op ;
2180   unsigned long s_flags ;
2181   unsigned long s_magic ;
2182   struct dentry *s_root ;
2183   struct rw_semaphore s_umount ;
2184   struct mutex s_lock ;
2185   int s_count ;
2186   atomic_t s_active ;
2187   void *s_security ;
2188   struct xattr_handler  const  **s_xattr ;
2189   struct list_head s_inodes ;
2190   struct hlist_bl_head s_anon ;
2191   struct list_head *s_files ;
2192   struct list_head s_mounts ;
2193   struct list_head s_dentry_lru ;
2194   int s_nr_dentry_unused ;
2195   spinlock_t s_inode_lru_lock ;
2196   struct list_head s_inode_lru ;
2197   int s_nr_inodes_unused ;
2198   struct block_device *s_bdev ;
2199   struct backing_dev_info *s_bdi ;
2200   struct mtd_info *s_mtd ;
2201   struct hlist_node s_instances ;
2202   struct quota_info s_dquot ;
2203   int s_frozen ;
2204   wait_queue_head_t s_wait_unfrozen ;
2205   char s_id[32U] ;
2206   u8 s_uuid[16U] ;
2207   void *s_fs_info ;
2208   unsigned int s_max_links ;
2209   fmode_t s_mode ;
2210   u32 s_time_gran ;
2211   struct mutex s_vfs_rename_mutex ;
2212   char *s_subtype ;
2213   char *s_options ;
2214   struct dentry_operations  const  *s_d_op ;
2215   int cleancache_poolid ;
2216   struct shrinker s_shrink ;
2217   atomic_long_t s_remove_count ;
2218   int s_readonly_remount ;
2219};
2220#line 1563 "include/linux/fs.h"
2221struct fiemap_extent_info {
2222   unsigned int fi_flags ;
2223   unsigned int fi_extents_mapped ;
2224   unsigned int fi_extents_max ;
2225   struct fiemap_extent *fi_extents_start ;
2226};
2227#line 1602 "include/linux/fs.h"
2228struct file_operations {
2229   struct module *owner ;
2230   loff_t (*llseek)(struct file * , loff_t  , int  ) ;
2231   ssize_t (*read)(struct file * , char * , size_t  , loff_t * ) ;
2232   ssize_t (*write)(struct file * , char const   * , size_t  , loff_t * ) ;
2233   ssize_t (*aio_read)(struct kiocb * , struct iovec  const  * , unsigned long  ,
2234                       loff_t  ) ;
2235   ssize_t (*aio_write)(struct kiocb * , struct iovec  const  * , unsigned long  ,
2236                        loff_t  ) ;
2237   int (*readdir)(struct file * , void * , int (*)(void * , char const   * , int  ,
2238                                                   loff_t  , u64  , unsigned int  ) ) ;
2239   unsigned int (*poll)(struct file * , struct poll_table_struct * ) ;
2240   long (*unlocked_ioctl)(struct file * , unsigned int  , unsigned long  ) ;
2241   long (*compat_ioctl)(struct file * , unsigned int  , unsigned long  ) ;
2242   int (*mmap)(struct file * , struct vm_area_struct * ) ;
2243   int (*open)(struct inode * , struct file * ) ;
2244   int (*flush)(struct file * , fl_owner_t  ) ;
2245   int (*release)(struct inode * , struct file * ) ;
2246   int (*fsync)(struct file * , loff_t  , loff_t  , int  ) ;
2247   int (*aio_fsync)(struct kiocb * , int  ) ;
2248   int (*fasync)(int  , struct file * , int  ) ;
2249   int (*lock)(struct file * , int  , struct file_lock * ) ;
2250   ssize_t (*sendpage)(struct file * , struct page * , int  , size_t  , loff_t * ,
2251                       int  ) ;
2252   unsigned long (*get_unmapped_area)(struct file * , unsigned long  , unsigned long  ,
2253                                      unsigned long  , unsigned long  ) ;
2254   int (*check_flags)(int  ) ;
2255   int (*flock)(struct file * , int  , struct file_lock * ) ;
2256   ssize_t (*splice_write)(struct pipe_inode_info * , struct file * , loff_t * , size_t  ,
2257                           unsigned int  ) ;
2258   ssize_t (*splice_read)(struct file * , loff_t * , struct pipe_inode_info * , size_t  ,
2259                          unsigned int  ) ;
2260   int (*setlease)(struct file * , long  , struct file_lock ** ) ;
2261   long (*fallocate)(struct file * , int  , loff_t  , loff_t  ) ;
2262};
2263#line 1637 "include/linux/fs.h"
2264struct inode_operations {
2265   struct dentry *(*lookup)(struct inode * , struct dentry * , struct nameidata * ) ;
2266   void *(*follow_link)(struct dentry * , struct nameidata * ) ;
2267   int (*permission)(struct inode * , int  ) ;
2268   struct posix_acl *(*get_acl)(struct inode * , int  ) ;
2269   int (*readlink)(struct dentry * , char * , int  ) ;
2270   void (*put_link)(struct dentry * , struct nameidata * , void * ) ;
2271   int (*create)(struct inode * , struct dentry * , umode_t  , struct nameidata * ) ;
2272   int (*link)(struct dentry * , struct inode * , struct dentry * ) ;
2273   int (*unlink)(struct inode * , struct dentry * ) ;
2274   int (*symlink)(struct inode * , struct dentry * , char const   * ) ;
2275   int (*mkdir)(struct inode * , struct dentry * , umode_t  ) ;
2276   int (*rmdir)(struct inode * , struct dentry * ) ;
2277   int (*mknod)(struct inode * , struct dentry * , umode_t  , dev_t  ) ;
2278   int (*rename)(struct inode * , struct dentry * , struct inode * , struct dentry * ) ;
2279   void (*truncate)(struct inode * ) ;
2280   int (*setattr)(struct dentry * , struct iattr * ) ;
2281   int (*getattr)(struct vfsmount * , struct dentry * , struct kstat * ) ;
2282   int (*setxattr)(struct dentry * , char const   * , void const   * , size_t  , int  ) ;
2283   ssize_t (*getxattr)(struct dentry * , char const   * , void * , size_t  ) ;
2284   ssize_t (*listxattr)(struct dentry * , char * , size_t  ) ;
2285   int (*removexattr)(struct dentry * , char const   * ) ;
2286   void (*truncate_range)(struct inode * , loff_t  , loff_t  ) ;
2287   int (*fiemap)(struct inode * , struct fiemap_extent_info * , u64  , u64  ) ;
2288};
2289#line 1682 "include/linux/fs.h"
2290struct super_operations {
2291   struct inode *(*alloc_inode)(struct super_block * ) ;
2292   void (*destroy_inode)(struct inode * ) ;
2293   void (*dirty_inode)(struct inode * , int  ) ;
2294   int (*write_inode)(struct inode * , struct writeback_control * ) ;
2295   int (*drop_inode)(struct inode * ) ;
2296   void (*evict_inode)(struct inode * ) ;
2297   void (*put_super)(struct super_block * ) ;
2298   void (*write_super)(struct super_block * ) ;
2299   int (*sync_fs)(struct super_block * , int  ) ;
2300   int (*freeze_fs)(struct super_block * ) ;
2301   int (*unfreeze_fs)(struct super_block * ) ;
2302   int (*statfs)(struct dentry * , struct kstatfs * ) ;
2303   int (*remount_fs)(struct super_block * , int * , char * ) ;
2304   void (*umount_begin)(struct super_block * ) ;
2305   int (*show_options)(struct seq_file * , struct dentry * ) ;
2306   int (*show_devname)(struct seq_file * , struct dentry * ) ;
2307   int (*show_path)(struct seq_file * , struct dentry * ) ;
2308   int (*show_stats)(struct seq_file * , struct dentry * ) ;
2309   ssize_t (*quota_read)(struct super_block * , int  , char * , size_t  , loff_t  ) ;
2310   ssize_t (*quota_write)(struct super_block * , int  , char const   * , size_t  ,
2311                          loff_t  ) ;
2312   int (*bdev_try_to_free_page)(struct super_block * , struct page * , gfp_t  ) ;
2313   int (*nr_cached_objects)(struct super_block * ) ;
2314   void (*free_cached_objects)(struct super_block * , int  ) ;
2315};
2316#line 1834 "include/linux/fs.h"
2317struct file_system_type {
2318   char const   *name ;
2319   int fs_flags ;
2320   struct dentry *(*mount)(struct file_system_type * , int  , char const   * , void * ) ;
2321   void (*kill_sb)(struct super_block * ) ;
2322   struct module *owner ;
2323   struct file_system_type *next ;
2324   struct hlist_head fs_supers ;
2325   struct lock_class_key s_lock_key ;
2326   struct lock_class_key s_umount_key ;
2327   struct lock_class_key s_vfs_rename_key ;
2328   struct lock_class_key i_lock_key ;
2329   struct lock_class_key i_mutex_key ;
2330   struct lock_class_key i_mutex_dir_key ;
2331};
2332#line 34 "include/linux/poll.h"
2333struct poll_table_struct {
2334   void (*_qproc)(struct file * , wait_queue_head_t * , struct poll_table_struct * ) ;
2335   unsigned long _key ;
2336};
2337#line 126 "include/linux/rtc.h"
2338struct rtc_class_ops {
2339   int (*open)(struct device * ) ;
2340   void (*release)(struct device * ) ;
2341   int (*ioctl)(struct device * , unsigned int  , unsigned long  ) ;
2342   int (*read_time)(struct device * , struct rtc_time * ) ;
2343   int (*set_time)(struct device * , struct rtc_time * ) ;
2344   int (*read_alarm)(struct device * , struct rtc_wkalrm * ) ;
2345   int (*set_alarm)(struct device * , struct rtc_wkalrm * ) ;
2346   int (*proc)(struct device * , struct seq_file * ) ;
2347   int (*set_mmss)(struct device * , unsigned long  ) ;
2348   int (*read_callback)(struct device * , int  ) ;
2349   int (*alarm_irq_enable)(struct device * , unsigned int  ) ;
2350};
2351#line 156 "include/linux/rtc.h"
2352struct rtc_task {
2353   void (*func)(void * ) ;
2354   void *private_data ;
2355};
2356#line 162 "include/linux/rtc.h"
2357struct rtc_timer {
2358   struct rtc_task task ;
2359   struct timerqueue_node node ;
2360   ktime_t period ;
2361   int enabled ;
2362};
2363#line 170 "include/linux/rtc.h"
2364struct rtc_device {
2365   struct device dev ;
2366   struct module *owner ;
2367   int id ;
2368   char name[20U] ;
2369   struct rtc_class_ops  const  *ops ;
2370   struct mutex ops_lock ;
2371   struct cdev char_dev ;
2372   unsigned long flags ;
2373   unsigned long irq_data ;
2374   spinlock_t irq_lock ;
2375   wait_queue_head_t irq_queue ;
2376   struct fasync_struct *async_queue ;
2377   struct rtc_task *irq_task ;
2378   spinlock_t irq_task_lock ;
2379   int irq_freq ;
2380   int max_user_freq ;
2381   struct timerqueue_head timerqueue ;
2382   struct rtc_timer aie_timer ;
2383   struct rtc_timer uie_rtctimer ;
2384   struct hrtimer pie_timer ;
2385   int pie_enabled ;
2386   struct work_struct irqwork ;
2387   int uie_unsupported ;
2388   struct work_struct uie_task ;
2389   struct timer_list uie_timer ;
2390   unsigned int oldsecs ;
2391   unsigned char uie_irq_active : 1 ;
2392   unsigned char stop_uie_polling : 1 ;
2393   unsigned char uie_task_active : 1 ;
2394   unsigned char uie_timer_active : 1 ;
2395};
2396#line 55 "include/linux/sched.h"
2397union __anonunion_ldv_20891_149 {
2398   unsigned long index ;
2399   void *freelist ;
2400};
2401#line 55 "include/linux/sched.h"
2402struct __anonstruct_ldv_20901_153 {
2403   unsigned short inuse ;
2404   unsigned short objects : 15 ;
2405   unsigned char frozen : 1 ;
2406};
2407#line 55 "include/linux/sched.h"
2408union __anonunion_ldv_20902_152 {
2409   atomic_t _mapcount ;
2410   struct __anonstruct_ldv_20901_153 ldv_20901 ;
2411};
2412#line 55 "include/linux/sched.h"
2413struct __anonstruct_ldv_20904_151 {
2414   union __anonunion_ldv_20902_152 ldv_20902 ;
2415   atomic_t _count ;
2416};
2417#line 55 "include/linux/sched.h"
2418union __anonunion_ldv_20905_150 {
2419   unsigned long counters ;
2420   struct __anonstruct_ldv_20904_151 ldv_20904 ;
2421};
2422#line 55 "include/linux/sched.h"
2423struct __anonstruct_ldv_20906_148 {
2424   union __anonunion_ldv_20891_149 ldv_20891 ;
2425   union __anonunion_ldv_20905_150 ldv_20905 ;
2426};
2427#line 55 "include/linux/sched.h"
2428struct __anonstruct_ldv_20913_155 {
2429   struct page *next ;
2430   int pages ;
2431   int pobjects ;
2432};
2433#line 55 "include/linux/sched.h"
2434union __anonunion_ldv_20914_154 {
2435   struct list_head lru ;
2436   struct __anonstruct_ldv_20913_155 ldv_20913 ;
2437};
2438#line 55 "include/linux/sched.h"
2439union __anonunion_ldv_20919_156 {
2440   unsigned long private ;
2441   struct kmem_cache *slab ;
2442   struct page *first_page ;
2443};
2444#line 55 "include/linux/sched.h"
2445struct page {
2446   unsigned long flags ;
2447   struct address_space *mapping ;
2448   struct __anonstruct_ldv_20906_148 ldv_20906 ;
2449   union __anonunion_ldv_20914_154 ldv_20914 ;
2450   union __anonunion_ldv_20919_156 ldv_20919 ;
2451   unsigned long debug_flags ;
2452};
2453#line 192 "include/linux/mm_types.h"
2454struct __anonstruct_vm_set_158 {
2455   struct list_head list ;
2456   void *parent ;
2457   struct vm_area_struct *head ;
2458};
2459#line 192 "include/linux/mm_types.h"
2460union __anonunion_shared_157 {
2461   struct __anonstruct_vm_set_158 vm_set ;
2462   struct raw_prio_tree_node prio_tree_node ;
2463};
2464#line 192
2465struct anon_vma;
2466#line 192
2467struct vm_operations_struct;
2468#line 192
2469struct mempolicy;
2470#line 192 "include/linux/mm_types.h"
2471struct vm_area_struct {
2472   struct mm_struct *vm_mm ;
2473   unsigned long vm_start ;
2474   unsigned long vm_end ;
2475   struct vm_area_struct *vm_next ;
2476   struct vm_area_struct *vm_prev ;
2477   pgprot_t vm_page_prot ;
2478   unsigned long vm_flags ;
2479   struct rb_node vm_rb ;
2480   union __anonunion_shared_157 shared ;
2481   struct list_head anon_vma_chain ;
2482   struct anon_vma *anon_vma ;
2483   struct vm_operations_struct  const  *vm_ops ;
2484   unsigned long vm_pgoff ;
2485   struct file *vm_file ;
2486   void *vm_private_data ;
2487   struct mempolicy *vm_policy ;
2488};
2489#line 255 "include/linux/mm_types.h"
2490struct core_thread {
2491   struct task_struct *task ;
2492   struct core_thread *next ;
2493};
2494#line 261 "include/linux/mm_types.h"
2495struct core_state {
2496   atomic_t nr_threads ;
2497   struct core_thread dumper ;
2498   struct completion startup ;
2499};
2500#line 274 "include/linux/mm_types.h"
2501struct mm_rss_stat {
2502   atomic_long_t count[3U] ;
2503};
2504#line 287
2505struct linux_binfmt;
2506#line 287
2507struct mmu_notifier_mm;
2508#line 287 "include/linux/mm_types.h"
2509struct mm_struct {
2510   struct vm_area_struct *mmap ;
2511   struct rb_root mm_rb ;
2512   struct vm_area_struct *mmap_cache ;
2513   unsigned long (*get_unmapped_area)(struct file * , unsigned long  , unsigned long  ,
2514                                      unsigned long  , unsigned long  ) ;
2515   void (*unmap_area)(struct mm_struct * , unsigned long  ) ;
2516   unsigned long mmap_base ;
2517   unsigned long task_size ;
2518   unsigned long cached_hole_size ;
2519   unsigned long free_area_cache ;
2520   pgd_t *pgd ;
2521   atomic_t mm_users ;
2522   atomic_t mm_count ;
2523   int map_count ;
2524   spinlock_t page_table_lock ;
2525   struct rw_semaphore mmap_sem ;
2526   struct list_head mmlist ;
2527   unsigned long hiwater_rss ;
2528   unsigned long hiwater_vm ;
2529   unsigned long total_vm ;
2530   unsigned long locked_vm ;
2531   unsigned long pinned_vm ;
2532   unsigned long shared_vm ;
2533   unsigned long exec_vm ;
2534   unsigned long stack_vm ;
2535   unsigned long reserved_vm ;
2536   unsigned long def_flags ;
2537   unsigned long nr_ptes ;
2538   unsigned long start_code ;
2539   unsigned long end_code ;
2540   unsigned long start_data ;
2541   unsigned long end_data ;
2542   unsigned long start_brk ;
2543   unsigned long brk ;
2544   unsigned long start_stack ;
2545   unsigned long arg_start ;
2546   unsigned long arg_end ;
2547   unsigned long env_start ;
2548   unsigned long env_end ;
2549   unsigned long saved_auxv[44U] ;
2550   struct mm_rss_stat rss_stat ;
2551   struct linux_binfmt *binfmt ;
2552   cpumask_var_t cpu_vm_mask_var ;
2553   mm_context_t context ;
2554   unsigned int faultstamp ;
2555   unsigned int token_priority ;
2556   unsigned int last_interval ;
2557   unsigned long flags ;
2558   struct core_state *core_state ;
2559   spinlock_t ioctx_lock ;
2560   struct hlist_head ioctx_list ;
2561   struct task_struct *owner ;
2562   struct file *exe_file ;
2563   unsigned long num_exe_file_vmas ;
2564   struct mmu_notifier_mm *mmu_notifier_mm ;
2565   pgtable_t pmd_huge_pte ;
2566   struct cpumask cpumask_allocation ;
2567};
2568#line 7 "include/asm-generic/cputime.h"
2569typedef unsigned long cputime_t;
2570#line 98 "include/linux/sem.h"
2571struct sem_undo_list;
2572#line 98 "include/linux/sem.h"
2573struct sysv_sem {
2574   struct sem_undo_list *undo_list ;
2575};
2576#line 107
2577struct siginfo;
2578#line 107
2579struct siginfo;
2580#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2581struct __anonstruct_sigset_t_159 {
2582   unsigned long sig[1U] ;
2583};
2584#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2585typedef struct __anonstruct_sigset_t_159 sigset_t;
2586#line 17 "include/asm-generic/signal-defs.h"
2587typedef void __signalfn_t(int  );
2588#line 18 "include/asm-generic/signal-defs.h"
2589typedef __signalfn_t *__sighandler_t;
2590#line 20 "include/asm-generic/signal-defs.h"
2591typedef void __restorefn_t(void);
2592#line 21 "include/asm-generic/signal-defs.h"
2593typedef __restorefn_t *__sigrestore_t;
2594#line 126 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2595struct sigaction {
2596   __sighandler_t sa_handler ;
2597   unsigned long sa_flags ;
2598   __sigrestore_t sa_restorer ;
2599   sigset_t sa_mask ;
2600};
2601#line 173 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2602struct k_sigaction {
2603   struct sigaction sa ;
2604};
2605#line 185 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
2606union sigval {
2607   int sival_int ;
2608   void *sival_ptr ;
2609};
2610#line 10 "include/asm-generic/siginfo.h"
2611typedef union sigval sigval_t;
2612#line 11 "include/asm-generic/siginfo.h"
2613struct __anonstruct__kill_161 {
2614   __kernel_pid_t _pid ;
2615   __kernel_uid32_t _uid ;
2616};
2617#line 11 "include/asm-generic/siginfo.h"
2618struct __anonstruct__timer_162 {
2619   __kernel_timer_t _tid ;
2620   int _overrun ;
2621   char _pad[0U] ;
2622   sigval_t _sigval ;
2623   int _sys_private ;
2624};
2625#line 11 "include/asm-generic/siginfo.h"
2626struct __anonstruct__rt_163 {
2627   __kernel_pid_t _pid ;
2628   __kernel_uid32_t _uid ;
2629   sigval_t _sigval ;
2630};
2631#line 11 "include/asm-generic/siginfo.h"
2632struct __anonstruct__sigchld_164 {
2633   __kernel_pid_t _pid ;
2634   __kernel_uid32_t _uid ;
2635   int _status ;
2636   __kernel_clock_t _utime ;
2637   __kernel_clock_t _stime ;
2638};
2639#line 11 "include/asm-generic/siginfo.h"
2640struct __anonstruct__sigfault_165 {
2641   void *_addr ;
2642   short _addr_lsb ;
2643};
2644#line 11 "include/asm-generic/siginfo.h"
2645struct __anonstruct__sigpoll_166 {
2646   long _band ;
2647   int _fd ;
2648};
2649#line 11 "include/asm-generic/siginfo.h"
2650union __anonunion__sifields_160 {
2651   int _pad[28U] ;
2652   struct __anonstruct__kill_161 _kill ;
2653   struct __anonstruct__timer_162 _timer ;
2654   struct __anonstruct__rt_163 _rt ;
2655   struct __anonstruct__sigchld_164 _sigchld ;
2656   struct __anonstruct__sigfault_165 _sigfault ;
2657   struct __anonstruct__sigpoll_166 _sigpoll ;
2658};
2659#line 11 "include/asm-generic/siginfo.h"
2660struct siginfo {
2661   int si_signo ;
2662   int si_errno ;
2663   int si_code ;
2664   union __anonunion__sifields_160 _sifields ;
2665};
2666#line 102 "include/asm-generic/siginfo.h"
2667typedef struct siginfo siginfo_t;
2668#line 14 "include/linux/signal.h"
2669struct user_struct;
2670#line 24 "include/linux/signal.h"
2671struct sigpending {
2672   struct list_head list ;
2673   sigset_t signal ;
2674};
2675#line 10 "include/linux/seccomp.h"
2676struct __anonstruct_seccomp_t_169 {
2677   int mode ;
2678};
2679#line 10 "include/linux/seccomp.h"
2680typedef struct __anonstruct_seccomp_t_169 seccomp_t;
2681#line 26 "include/linux/seccomp.h"
2682struct plist_head {
2683   struct list_head node_list ;
2684};
2685#line 84 "include/linux/plist.h"
2686struct plist_node {
2687   int prio ;
2688   struct list_head prio_list ;
2689   struct list_head node_list ;
2690};
2691#line 38 "include/linux/rtmutex.h"
2692struct rt_mutex_waiter;
2693#line 38
2694struct rt_mutex_waiter;
2695#line 41 "include/linux/resource.h"
2696struct rlimit {
2697   unsigned long rlim_cur ;
2698   unsigned long rlim_max ;
2699};
2700#line 85 "include/linux/resource.h"
2701struct task_io_accounting {
2702   u64 rchar ;
2703   u64 wchar ;
2704   u64 syscr ;
2705   u64 syscw ;
2706   u64 read_bytes ;
2707   u64 write_bytes ;
2708   u64 cancelled_write_bytes ;
2709};
2710#line 45 "include/linux/task_io_accounting.h"
2711struct latency_record {
2712   unsigned long backtrace[12U] ;
2713   unsigned int count ;
2714   unsigned long time ;
2715   unsigned long max ;
2716};
2717#line 29 "include/linux/key.h"
2718typedef int32_t key_serial_t;
2719#line 32 "include/linux/key.h"
2720typedef uint32_t key_perm_t;
2721#line 33
2722struct key;
2723#line 33
2724struct key;
2725#line 34
2726struct signal_struct;
2727#line 34
2728struct signal_struct;
2729#line 35
2730struct key_type;
2731#line 35
2732struct key_type;
2733#line 37
2734struct keyring_list;
2735#line 37
2736struct keyring_list;
2737#line 115
2738struct key_user;
2739#line 115 "include/linux/key.h"
2740union __anonunion_ldv_21719_170 {
2741   time_t expiry ;
2742   time_t revoked_at ;
2743};
2744#line 115 "include/linux/key.h"
2745union __anonunion_type_data_171 {
2746   struct list_head link ;
2747   unsigned long x[2U] ;
2748   void *p[2U] ;
2749   int reject_error ;
2750};
2751#line 115 "include/linux/key.h"
2752union __anonunion_payload_172 {
2753   unsigned long value ;
2754   void *rcudata ;
2755   void *data ;
2756   struct keyring_list *subscriptions ;
2757};
2758#line 115 "include/linux/key.h"
2759struct key {
2760   atomic_t usage ;
2761   key_serial_t serial ;
2762   struct rb_node serial_node ;
2763   struct key_type *type ;
2764   struct rw_semaphore sem ;
2765   struct key_user *user ;
2766   void *security ;
2767   union __anonunion_ldv_21719_170 ldv_21719 ;
2768   uid_t uid ;
2769   gid_t gid ;
2770   key_perm_t perm ;
2771   unsigned short quotalen ;
2772   unsigned short datalen ;
2773   unsigned long flags ;
2774   char *description ;
2775   union __anonunion_type_data_171 type_data ;
2776   union __anonunion_payload_172 payload ;
2777};
2778#line 316
2779struct audit_context;
2780#line 316
2781struct audit_context;
2782#line 27 "include/linux/selinux.h"
2783struct group_info {
2784   atomic_t usage ;
2785   int ngroups ;
2786   int nblocks ;
2787   gid_t small_block[32U] ;
2788   gid_t *blocks[0U] ;
2789};
2790#line 77 "include/linux/cred.h"
2791struct thread_group_cred {
2792   atomic_t usage ;
2793   pid_t tgid ;
2794   spinlock_t lock ;
2795   struct key *session_keyring ;
2796   struct key *process_keyring ;
2797   struct rcu_head rcu ;
2798};
2799#line 91 "include/linux/cred.h"
2800struct cred {
2801   atomic_t usage ;
2802   atomic_t subscribers ;
2803   void *put_addr ;
2804   unsigned int magic ;
2805   uid_t uid ;
2806   gid_t gid ;
2807   uid_t suid ;
2808   gid_t sgid ;
2809   uid_t euid ;
2810   gid_t egid ;
2811   uid_t fsuid ;
2812   gid_t fsgid ;
2813   unsigned int securebits ;
2814   kernel_cap_t cap_inheritable ;
2815   kernel_cap_t cap_permitted ;
2816   kernel_cap_t cap_effective ;
2817   kernel_cap_t cap_bset ;
2818   unsigned char jit_keyring ;
2819   struct key *thread_keyring ;
2820   struct key *request_key_auth ;
2821   struct thread_group_cred *tgcred ;
2822   void *security ;
2823   struct user_struct *user ;
2824   struct user_namespace *user_ns ;
2825   struct group_info *group_info ;
2826   struct rcu_head rcu ;
2827};
2828#line 264
2829struct llist_node;
2830#line 64 "include/linux/llist.h"
2831struct llist_node {
2832   struct llist_node *next ;
2833};
2834#line 185
2835struct futex_pi_state;
2836#line 185
2837struct futex_pi_state;
2838#line 186
2839struct robust_list_head;
2840#line 186
2841struct robust_list_head;
2842#line 187
2843struct bio_list;
2844#line 187
2845struct bio_list;
2846#line 188
2847struct fs_struct;
2848#line 188
2849struct fs_struct;
2850#line 189
2851struct perf_event_context;
2852#line 189
2853struct perf_event_context;
2854#line 190
2855struct blk_plug;
2856#line 190
2857struct blk_plug;
2858#line 149 "include/linux/sched.h"
2859struct cfs_rq;
2860#line 149
2861struct cfs_rq;
2862#line 44 "include/linux/aio_abi.h"
2863struct io_event {
2864   __u64 data ;
2865   __u64 obj ;
2866   __s64 res ;
2867   __s64 res2 ;
2868};
2869#line 106 "include/linux/aio_abi.h"
2870struct iovec {
2871   void *iov_base ;
2872   __kernel_size_t iov_len ;
2873};
2874#line 54 "include/linux/uio.h"
2875struct kioctx;
2876#line 54
2877struct kioctx;
2878#line 55 "include/linux/uio.h"
2879union __anonunion_ki_obj_173 {
2880   void *user ;
2881   struct task_struct *tsk ;
2882};
2883#line 55
2884struct eventfd_ctx;
2885#line 55 "include/linux/uio.h"
2886struct kiocb {
2887   struct list_head ki_run_list ;
2888   unsigned long ki_flags ;
2889   int ki_users ;
2890   unsigned int ki_key ;
2891   struct file *ki_filp ;
2892   struct kioctx *ki_ctx ;
2893   int (*ki_cancel)(struct kiocb * , struct io_event * ) ;
2894   ssize_t (*ki_retry)(struct kiocb * ) ;
2895   void (*ki_dtor)(struct kiocb * ) ;
2896   union __anonunion_ki_obj_173 ki_obj ;
2897   __u64 ki_user_data ;
2898   loff_t ki_pos ;
2899   void *private ;
2900   unsigned short ki_opcode ;
2901   size_t ki_nbytes ;
2902   char *ki_buf ;
2903   size_t ki_left ;
2904   struct iovec ki_inline_vec ;
2905   struct iovec *ki_iovec ;
2906   unsigned long ki_nr_segs ;
2907   unsigned long ki_cur_seg ;
2908   struct list_head ki_list ;
2909   struct list_head ki_batch ;
2910   struct eventfd_ctx *ki_eventfd ;
2911};
2912#line 162 "include/linux/aio.h"
2913struct aio_ring_info {
2914   unsigned long mmap_base ;
2915   unsigned long mmap_size ;
2916   struct page **ring_pages ;
2917   spinlock_t ring_lock ;
2918   long nr_pages ;
2919   unsigned int nr ;
2920   unsigned int tail ;
2921   struct page *internal_pages[8U] ;
2922};
2923#line 178 "include/linux/aio.h"
2924struct kioctx {
2925   atomic_t users ;
2926   int dead ;
2927   struct mm_struct *mm ;
2928   unsigned long user_id ;
2929   struct hlist_node list ;
2930   wait_queue_head_t wait ;
2931   spinlock_t ctx_lock ;
2932   int reqs_active ;
2933   struct list_head active_reqs ;
2934   struct list_head run_list ;
2935   unsigned int max_reqs ;
2936   struct aio_ring_info ring_info ;
2937   struct delayed_work wq ;
2938   struct rcu_head rcu_head ;
2939};
2940#line 406 "include/linux/sched.h"
2941struct sighand_struct {
2942   atomic_t count ;
2943   struct k_sigaction action[64U] ;
2944   spinlock_t siglock ;
2945   wait_queue_head_t signalfd_wqh ;
2946};
2947#line 449 "include/linux/sched.h"
2948struct pacct_struct {
2949   int ac_flag ;
2950   long ac_exitcode ;
2951   unsigned long ac_mem ;
2952   cputime_t ac_utime ;
2953   cputime_t ac_stime ;
2954   unsigned long ac_minflt ;
2955   unsigned long ac_majflt ;
2956};
2957#line 457 "include/linux/sched.h"
2958struct cpu_itimer {
2959   cputime_t expires ;
2960   cputime_t incr ;
2961   u32 error ;
2962   u32 incr_error ;
2963};
2964#line 464 "include/linux/sched.h"
2965struct task_cputime {
2966   cputime_t utime ;
2967   cputime_t stime ;
2968   unsigned long long sum_exec_runtime ;
2969};
2970#line 481 "include/linux/sched.h"
2971struct thread_group_cputimer {
2972   struct task_cputime cputime ;
2973   int running ;
2974   raw_spinlock_t lock ;
2975};
2976#line 517
2977struct autogroup;
2978#line 517
2979struct autogroup;
2980#line 518
2981struct tty_struct;
2982#line 518
2983struct taskstats;
2984#line 518
2985struct tty_audit_buf;
2986#line 518 "include/linux/sched.h"
2987struct signal_struct {
2988   atomic_t sigcnt ;
2989   atomic_t live ;
2990   int nr_threads ;
2991   wait_queue_head_t wait_chldexit ;
2992   struct task_struct *curr_target ;
2993   struct sigpending shared_pending ;
2994   int group_exit_code ;
2995   int notify_count ;
2996   struct task_struct *group_exit_task ;
2997   int group_stop_count ;
2998   unsigned int flags ;
2999   unsigned char is_child_subreaper : 1 ;
3000   unsigned char has_child_subreaper : 1 ;
3001   struct list_head posix_timers ;
3002   struct hrtimer real_timer ;
3003   struct pid *leader_pid ;
3004   ktime_t it_real_incr ;
3005   struct cpu_itimer it[2U] ;
3006   struct thread_group_cputimer cputimer ;
3007   struct task_cputime cputime_expires ;
3008   struct list_head cpu_timers[3U] ;
3009   struct pid *tty_old_pgrp ;
3010   int leader ;
3011   struct tty_struct *tty ;
3012   struct autogroup *autogroup ;
3013   cputime_t utime ;
3014   cputime_t stime ;
3015   cputime_t cutime ;
3016   cputime_t cstime ;
3017   cputime_t gtime ;
3018   cputime_t cgtime ;
3019   cputime_t prev_utime ;
3020   cputime_t prev_stime ;
3021   unsigned long nvcsw ;
3022   unsigned long nivcsw ;
3023   unsigned long cnvcsw ;
3024   unsigned long cnivcsw ;
3025   unsigned long min_flt ;
3026   unsigned long maj_flt ;
3027   unsigned long cmin_flt ;
3028   unsigned long cmaj_flt ;
3029   unsigned long inblock ;
3030   unsigned long oublock ;
3031   unsigned long cinblock ;
3032   unsigned long coublock ;
3033   unsigned long maxrss ;
3034   unsigned long cmaxrss ;
3035   struct task_io_accounting ioac ;
3036   unsigned long long sum_sched_runtime ;
3037   struct rlimit rlim[16U] ;
3038   struct pacct_struct pacct ;
3039   struct taskstats *stats ;
3040   unsigned int audit_tty ;
3041   struct tty_audit_buf *tty_audit_buf ;
3042   struct rw_semaphore group_rwsem ;
3043   int oom_adj ;
3044   int oom_score_adj ;
3045   int oom_score_adj_min ;
3046   struct mutex cred_guard_mutex ;
3047};
3048#line 699 "include/linux/sched.h"
3049struct user_struct {
3050   atomic_t __count ;
3051   atomic_t processes ;
3052   atomic_t files ;
3053   atomic_t sigpending ;
3054   atomic_t inotify_watches ;
3055   atomic_t inotify_devs ;
3056   atomic_t fanotify_listeners ;
3057   atomic_long_t epoll_watches ;
3058   unsigned long mq_bytes ;
3059   unsigned long locked_shm ;
3060   struct key *uid_keyring ;
3061   struct key *session_keyring ;
3062   struct hlist_node uidhash_node ;
3063   uid_t uid ;
3064   struct user_namespace *user_ns ;
3065   atomic_long_t locked_vm ;
3066};
3067#line 744
3068struct reclaim_state;
3069#line 744
3070struct reclaim_state;
3071#line 745 "include/linux/sched.h"
3072struct sched_info {
3073   unsigned long pcount ;
3074   unsigned long long run_delay ;
3075   unsigned long long last_arrival ;
3076   unsigned long long last_queued ;
3077};
3078#line 760 "include/linux/sched.h"
3079struct task_delay_info {
3080   spinlock_t lock ;
3081   unsigned int flags ;
3082   struct timespec blkio_start ;
3083   struct timespec blkio_end ;
3084   u64 blkio_delay ;
3085   u64 swapin_delay ;
3086   u32 blkio_count ;
3087   u32 swapin_count ;
3088   struct timespec freepages_start ;
3089   struct timespec freepages_end ;
3090   u64 freepages_delay ;
3091   u32 freepages_count ;
3092};
3093#line 1069
3094struct io_context;
3095#line 1069
3096struct io_context;
3097#line 1098
3098struct rq;
3099#line 1098
3100struct rq;
3101#line 1099 "include/linux/sched.h"
3102struct sched_class {
3103   struct sched_class  const  *next ;
3104   void (*enqueue_task)(struct rq * , struct task_struct * , int  ) ;
3105   void (*dequeue_task)(struct rq * , struct task_struct * , int  ) ;
3106   void (*yield_task)(struct rq * ) ;
3107   bool (*yield_to_task)(struct rq * , struct task_struct * , bool  ) ;
3108   void (*check_preempt_curr)(struct rq * , struct task_struct * , int  ) ;
3109   struct task_struct *(*pick_next_task)(struct rq * ) ;
3110   void (*put_prev_task)(struct rq * , struct task_struct * ) ;
3111   int (*select_task_rq)(struct task_struct * , int  , int  ) ;
3112   void (*pre_schedule)(struct rq * , struct task_struct * ) ;
3113   void (*post_schedule)(struct rq * ) ;
3114   void (*task_waking)(struct task_struct * ) ;
3115   void (*task_woken)(struct rq * , struct task_struct * ) ;
3116   void (*set_cpus_allowed)(struct task_struct * , struct cpumask  const  * ) ;
3117   void (*rq_online)(struct rq * ) ;
3118   void (*rq_offline)(struct rq * ) ;
3119   void (*set_curr_task)(struct rq * ) ;
3120   void (*task_tick)(struct rq * , struct task_struct * , int  ) ;
3121   void (*task_fork)(struct task_struct * ) ;
3122   void (*switched_from)(struct rq * , struct task_struct * ) ;
3123   void (*switched_to)(struct rq * , struct task_struct * ) ;
3124   void (*prio_changed)(struct rq * , struct task_struct * , int  ) ;
3125   unsigned int (*get_rr_interval)(struct rq * , struct task_struct * ) ;
3126   void (*task_move_group)(struct task_struct * , int  ) ;
3127};
3128#line 1165 "include/linux/sched.h"
3129struct load_weight {
3130   unsigned long weight ;
3131   unsigned long inv_weight ;
3132};
3133#line 1170 "include/linux/sched.h"
3134struct sched_statistics {
3135   u64 wait_start ;
3136   u64 wait_max ;
3137   u64 wait_count ;
3138   u64 wait_sum ;
3139   u64 iowait_count ;
3140   u64 iowait_sum ;
3141   u64 sleep_start ;
3142   u64 sleep_max ;
3143   s64 sum_sleep_runtime ;
3144   u64 block_start ;
3145   u64 block_max ;
3146   u64 exec_max ;
3147   u64 slice_max ;
3148   u64 nr_migrations_cold ;
3149   u64 nr_failed_migrations_affine ;
3150   u64 nr_failed_migrations_running ;
3151   u64 nr_failed_migrations_hot ;
3152   u64 nr_forced_migrations ;
3153   u64 nr_wakeups ;
3154   u64 nr_wakeups_sync ;
3155   u64 nr_wakeups_migrate ;
3156   u64 nr_wakeups_local ;
3157   u64 nr_wakeups_remote ;
3158   u64 nr_wakeups_affine ;
3159   u64 nr_wakeups_affine_attempts ;
3160   u64 nr_wakeups_passive ;
3161   u64 nr_wakeups_idle ;
3162};
3163#line 1205 "include/linux/sched.h"
3164struct sched_entity {
3165   struct load_weight load ;
3166   struct rb_node run_node ;
3167   struct list_head group_node ;
3168   unsigned int on_rq ;
3169   u64 exec_start ;
3170   u64 sum_exec_runtime ;
3171   u64 vruntime ;
3172   u64 prev_sum_exec_runtime ;
3173   u64 nr_migrations ;
3174   struct sched_statistics statistics ;
3175   struct sched_entity *parent ;
3176   struct cfs_rq *cfs_rq ;
3177   struct cfs_rq *my_q ;
3178};
3179#line 1231
3180struct rt_rq;
3181#line 1231 "include/linux/sched.h"
3182struct sched_rt_entity {
3183   struct list_head run_list ;
3184   unsigned long timeout ;
3185   unsigned int time_slice ;
3186   int nr_cpus_allowed ;
3187   struct sched_rt_entity *back ;
3188   struct sched_rt_entity *parent ;
3189   struct rt_rq *rt_rq ;
3190   struct rt_rq *my_q ;
3191};
3192#line 1255
3193struct mem_cgroup;
3194#line 1255 "include/linux/sched.h"
3195struct memcg_batch_info {
3196   int do_batch ;
3197   struct mem_cgroup *memcg ;
3198   unsigned long nr_pages ;
3199   unsigned long memsw_nr_pages ;
3200};
3201#line 1616
3202struct css_set;
3203#line 1616
3204struct compat_robust_list_head;
3205#line 1616 "include/linux/sched.h"
3206struct task_struct {
3207   long volatile   state ;
3208   void *stack ;
3209   atomic_t usage ;
3210   unsigned int flags ;
3211   unsigned int ptrace ;
3212   struct llist_node wake_entry ;
3213   int on_cpu ;
3214   int on_rq ;
3215   int prio ;
3216   int static_prio ;
3217   int normal_prio ;
3218   unsigned int rt_priority ;
3219   struct sched_class  const  *sched_class ;
3220   struct sched_entity se ;
3221   struct sched_rt_entity rt ;
3222   struct hlist_head preempt_notifiers ;
3223   unsigned char fpu_counter ;
3224   unsigned int policy ;
3225   cpumask_t cpus_allowed ;
3226   struct sched_info sched_info ;
3227   struct list_head tasks ;
3228   struct plist_node pushable_tasks ;
3229   struct mm_struct *mm ;
3230   struct mm_struct *active_mm ;
3231   unsigned char brk_randomized : 1 ;
3232   int exit_state ;
3233   int exit_code ;
3234   int exit_signal ;
3235   int pdeath_signal ;
3236   unsigned int jobctl ;
3237   unsigned int personality ;
3238   unsigned char did_exec : 1 ;
3239   unsigned char in_execve : 1 ;
3240   unsigned char in_iowait : 1 ;
3241   unsigned char sched_reset_on_fork : 1 ;
3242   unsigned char sched_contributes_to_load : 1 ;
3243   unsigned char irq_thread : 1 ;
3244   pid_t pid ;
3245   pid_t tgid ;
3246   unsigned long stack_canary ;
3247   struct task_struct *real_parent ;
3248   struct task_struct *parent ;
3249   struct list_head children ;
3250   struct list_head sibling ;
3251   struct task_struct *group_leader ;
3252   struct list_head ptraced ;
3253   struct list_head ptrace_entry ;
3254   struct pid_link pids[3U] ;
3255   struct list_head thread_group ;
3256   struct completion *vfork_done ;
3257   int *set_child_tid ;
3258   int *clear_child_tid ;
3259   cputime_t utime ;
3260   cputime_t stime ;
3261   cputime_t utimescaled ;
3262   cputime_t stimescaled ;
3263   cputime_t gtime ;
3264   cputime_t prev_utime ;
3265   cputime_t prev_stime ;
3266   unsigned long nvcsw ;
3267   unsigned long nivcsw ;
3268   struct timespec start_time ;
3269   struct timespec real_start_time ;
3270   unsigned long min_flt ;
3271   unsigned long maj_flt ;
3272   struct task_cputime cputime_expires ;
3273   struct list_head cpu_timers[3U] ;
3274   struct cred  const  *real_cred ;
3275   struct cred  const  *cred ;
3276   struct cred *replacement_session_keyring ;
3277   char comm[16U] ;
3278   int link_count ;
3279   int total_link_count ;
3280   struct sysv_sem sysvsem ;
3281   unsigned long last_switch_count ;
3282   struct thread_struct thread ;
3283   struct fs_struct *fs ;
3284   struct files_struct *files ;
3285   struct nsproxy *nsproxy ;
3286   struct signal_struct *signal ;
3287   struct sighand_struct *sighand ;
3288   sigset_t blocked ;
3289   sigset_t real_blocked ;
3290   sigset_t saved_sigmask ;
3291   struct sigpending pending ;
3292   unsigned long sas_ss_sp ;
3293   size_t sas_ss_size ;
3294   int (*notifier)(void * ) ;
3295   void *notifier_data ;
3296   sigset_t *notifier_mask ;
3297   struct audit_context *audit_context ;
3298   uid_t loginuid ;
3299   unsigned int sessionid ;
3300   seccomp_t seccomp ;
3301   u32 parent_exec_id ;
3302   u32 self_exec_id ;
3303   spinlock_t alloc_lock ;
3304   raw_spinlock_t pi_lock ;
3305   struct plist_head pi_waiters ;
3306   struct rt_mutex_waiter *pi_blocked_on ;
3307   struct mutex_waiter *blocked_on ;
3308   unsigned int irq_events ;
3309   unsigned long hardirq_enable_ip ;
3310   unsigned long hardirq_disable_ip ;
3311   unsigned int hardirq_enable_event ;
3312   unsigned int hardirq_disable_event ;
3313   int hardirqs_enabled ;
3314   int hardirq_context ;
3315   unsigned long softirq_disable_ip ;
3316   unsigned long softirq_enable_ip ;
3317   unsigned int softirq_disable_event ;
3318   unsigned int softirq_enable_event ;
3319   int softirqs_enabled ;
3320   int softirq_context ;
3321   u64 curr_chain_key ;
3322   int lockdep_depth ;
3323   unsigned int lockdep_recursion ;
3324   struct held_lock held_locks[48U] ;
3325   gfp_t lockdep_reclaim_gfp ;
3326   void *journal_info ;
3327   struct bio_list *bio_list ;
3328   struct blk_plug *plug ;
3329   struct reclaim_state *reclaim_state ;
3330   struct backing_dev_info *backing_dev_info ;
3331   struct io_context *io_context ;
3332   unsigned long ptrace_message ;
3333   siginfo_t *last_siginfo ;
3334   struct task_io_accounting ioac ;
3335   u64 acct_rss_mem1 ;
3336   u64 acct_vm_mem1 ;
3337   cputime_t acct_timexpd ;
3338   nodemask_t mems_allowed ;
3339   seqcount_t mems_allowed_seq ;
3340   int cpuset_mem_spread_rotor ;
3341   int cpuset_slab_spread_rotor ;
3342   struct css_set *cgroups ;
3343   struct list_head cg_list ;
3344   struct robust_list_head *robust_list ;
3345   struct compat_robust_list_head *compat_robust_list ;
3346   struct list_head pi_state_list ;
3347   struct futex_pi_state *pi_state_cache ;
3348   struct perf_event_context *perf_event_ctxp[2U] ;
3349   struct mutex perf_event_mutex ;
3350   struct list_head perf_event_list ;
3351   struct mempolicy *mempolicy ;
3352   short il_next ;
3353   short pref_node_fork ;
3354   struct rcu_head rcu ;
3355   struct pipe_inode_info *splice_pipe ;
3356   struct task_delay_info *delays ;
3357   int make_it_fail ;
3358   int nr_dirtied ;
3359   int nr_dirtied_pause ;
3360   unsigned long dirty_paused_when ;
3361   int latency_record_count ;
3362   struct latency_record latency_record[32U] ;
3363   unsigned long timer_slack_ns ;
3364   unsigned long default_timer_slack_ns ;
3365   struct list_head *scm_work_list ;
3366   unsigned long trace ;
3367   unsigned long trace_recursion ;
3368   struct memcg_batch_info memcg_batch ;
3369   atomic_t ptrace_bp_refcnt ;
3370};
3371#line 44 "include/linux/kthread.h"
3372struct kthread_work;
3373#line 44
3374struct kthread_work;
3375#line 57 "include/linux/kthread.h"
3376struct kthread_worker {
3377   spinlock_t lock ;
3378   struct list_head work_list ;
3379   struct task_struct *task ;
3380};
3381#line 63 "include/linux/kthread.h"
3382struct kthread_work {
3383   struct list_head node ;
3384   void (*func)(struct kthread_work * ) ;
3385   wait_queue_head_t done ;
3386   atomic_t flushing ;
3387   int queue_seq ;
3388   int done_seq ;
3389};
3390#line 32 "include/linux/spi/spi.h"
3391struct spi_master;
3392#line 32 "include/linux/spi/spi.h"
3393struct spi_device {
3394   struct device dev ;
3395   struct spi_master *master ;
3396   u32 max_speed_hz ;
3397   u8 chip_select ;
3398   u8 mode ;
3399   u8 bits_per_word ;
3400   int irq ;
3401   void *controller_state ;
3402   void *controller_data ;
3403   char modalias[32U] ;
3404};
3405#line 144
3406struct spi_message;
3407#line 144
3408struct spi_message;
3409#line 203 "include/linux/spi/spi.h"
3410struct spi_master {
3411   struct device dev ;
3412   struct list_head list ;
3413   s16 bus_num ;
3414   u16 num_chipselect ;
3415   u16 dma_alignment ;
3416   u16 mode_bits ;
3417   u16 flags ;
3418   spinlock_t bus_lock_spinlock ;
3419   struct mutex bus_lock_mutex ;
3420   bool bus_lock_flag ;
3421   int (*setup)(struct spi_device * ) ;
3422   int (*transfer)(struct spi_device * , struct spi_message * ) ;
3423   void (*cleanup)(struct spi_device * ) ;
3424   bool queued ;
3425   struct kthread_worker kworker ;
3426   struct task_struct *kworker_task ;
3427   struct kthread_work pump_messages ;
3428   spinlock_t queue_lock ;
3429   struct list_head queue ;
3430   struct spi_message *cur_msg ;
3431   bool busy ;
3432   bool running ;
3433   bool rt ;
3434   int (*prepare_transfer_hardware)(struct spi_master * ) ;
3435   int (*transfer_one_message)(struct spi_master * , struct spi_message * ) ;
3436   int (*unprepare_transfer_hardware)(struct spi_master * ) ;
3437};
3438#line 512 "include/linux/spi/spi.h"
3439struct spi_message {
3440   struct list_head transfers ;
3441   struct spi_device *spi ;
3442   unsigned char is_dma_mapped : 1 ;
3443   void (*complete)(void * ) ;
3444   void *context ;
3445   unsigned int actual_length ;
3446   int status ;
3447   struct list_head queue ;
3448   void *state ;
3449};
3450#line 1 "<compiler builtins>"
3451long __builtin_expect(long  , long  ) ;
3452#line 2 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
3453void ldv_spin_lock(void) ;
3454#line 3
3455void ldv_spin_unlock(void) ;
3456#line 4
3457int ldv_spin_trylock(void) ;
3458#line 27 "include/linux/err.h"
3459__inline static long PTR_ERR(void const   *ptr ) 
3460{ 
3461
3462  {
3463#line 29
3464  return ((long )ptr);
3465}
3466}
3467#line 32 "include/linux/err.h"
3468__inline static long IS_ERR(void const   *ptr ) 
3469{ long tmp ;
3470  unsigned long __cil_tmp3 ;
3471  int __cil_tmp4 ;
3472  long __cil_tmp5 ;
3473
3474  {
3475  {
3476#line 34
3477  __cil_tmp3 = (unsigned long )ptr;
3478#line 34
3479  __cil_tmp4 = __cil_tmp3 > 0xfffffffffffff000UL;
3480#line 34
3481  __cil_tmp5 = (long )__cil_tmp4;
3482#line 34
3483  tmp = __builtin_expect(__cil_tmp5, 0L);
3484  }
3485#line 34
3486  return (tmp);
3487}
3488}
3489#line 26 "include/linux/export.h"
3490extern struct module __this_module ;
3491#line 220 "include/linux/slub_def.h"
3492extern void *kmem_cache_alloc(struct kmem_cache * , gfp_t  ) ;
3493#line 223
3494void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
3495#line 11 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
3496void ldv_check_alloc_flags(gfp_t flags ) ;
3497#line 12
3498void ldv_check_alloc_nonatomic(void) ;
3499#line 14
3500struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) ;
3501#line 793 "include/linux/device.h"
3502extern int dev_set_drvdata(struct device * , void * ) ;
3503#line 110 "include/linux/rtc.h"
3504extern int rtc_valid_tm(struct rtc_time * ) ;
3505#line 221
3506extern struct rtc_device *rtc_device_register(char const   * , struct device * , struct rtc_class_ops  const  * ,
3507                                              struct module * ) ;
3508#line 105 "include/linux/spi/spi.h"
3509__inline static struct spi_device *to_spi_device(struct device *dev ) 
3510{ struct device  const  *__mptr ;
3511  struct spi_device *tmp ;
3512  struct device *__cil_tmp4 ;
3513  unsigned long __cil_tmp5 ;
3514  unsigned long __cil_tmp6 ;
3515
3516  {
3517  {
3518#line 107
3519  __cil_tmp4 = (struct device *)0;
3520#line 107
3521  __cil_tmp5 = (unsigned long )__cil_tmp4;
3522#line 107
3523  __cil_tmp6 = (unsigned long )dev;
3524#line 107
3525  if (__cil_tmp6 != __cil_tmp5) {
3526#line 107
3527    __mptr = (struct device  const  *)dev;
3528#line 107
3529    tmp = (struct spi_device *)__mptr;
3530  } else {
3531#line 107
3532    tmp = (struct spi_device *)0;
3533  }
3534  }
3535#line 107
3536  return (tmp);
3537}
3538}
3539#line 618
3540extern int spi_setup(struct spi_device * ) ;
3541#line 684
3542extern int spi_write_then_read(struct spi_device * , void const   * , unsigned int  ,
3543                               void * , unsigned int  ) ;
3544#line 6 "include/linux/bcd.h"
3545extern unsigned int bcd2bin(unsigned char  ) ;
3546#line 7
3547extern unsigned char bin2bcd(unsigned int  ) ;
3548#line 47 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
3549static int max6902_set_reg(struct device *dev , unsigned char address , unsigned char data ) 
3550{ struct spi_device *spi ;
3551  struct spi_device *tmp ;
3552  unsigned char buf[2U] ;
3553  int tmp___0 ;
3554  unsigned long __cil_tmp8 ;
3555  unsigned long __cil_tmp9 ;
3556  unsigned int __cil_tmp10 ;
3557  unsigned int __cil_tmp11 ;
3558  unsigned long __cil_tmp12 ;
3559  unsigned long __cil_tmp13 ;
3560  void const   *__cil_tmp14 ;
3561  void *__cil_tmp15 ;
3562
3563  {
3564  {
3565#line 50
3566  tmp = to_spi_device(dev);
3567#line 50
3568  spi = tmp;
3569#line 54
3570  __cil_tmp8 = 0 * 1UL;
3571#line 54
3572  __cil_tmp9 = (unsigned long )(buf) + __cil_tmp8;
3573#line 54
3574  __cil_tmp10 = (unsigned int )address;
3575#line 54
3576  __cil_tmp11 = __cil_tmp10 & 127U;
3577#line 54
3578  *((unsigned char *)__cil_tmp9) = (unsigned char )__cil_tmp11;
3579#line 55
3580  __cil_tmp12 = 1 * 1UL;
3581#line 55
3582  __cil_tmp13 = (unsigned long )(buf) + __cil_tmp12;
3583#line 55
3584  *((unsigned char *)__cil_tmp13) = data;
3585#line 57
3586  __cil_tmp14 = (void const   *)(& buf);
3587#line 57
3588  __cil_tmp15 = (void *)0;
3589#line 57
3590  tmp___0 = spi_write_then_read(spi, __cil_tmp14, 2U, __cil_tmp15, 0U);
3591  }
3592#line 57
3593  return (tmp___0);
3594}
3595}
3596#line 60 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
3597static int max6902_get_reg(struct device *dev , unsigned char address , unsigned char *data ) 
3598{ struct spi_device *spi ;
3599  struct spi_device *tmp ;
3600  int tmp___0 ;
3601  unsigned int __cil_tmp7 ;
3602  unsigned int __cil_tmp8 ;
3603  void const   *__cil_tmp9 ;
3604  void *__cil_tmp10 ;
3605
3606  {
3607  {
3608#line 63
3609  tmp = to_spi_device(dev);
3610#line 63
3611  spi = tmp;
3612#line 66
3613  __cil_tmp7 = (unsigned int )address;
3614#line 66
3615  __cil_tmp8 = __cil_tmp7 | 128U;
3616#line 66
3617  *data = (unsigned char )__cil_tmp8;
3618#line 68
3619  __cil_tmp9 = (void const   *)data;
3620#line 68
3621  __cil_tmp10 = (void *)data;
3622#line 68
3623  tmp___0 = spi_write_then_read(spi, __cil_tmp9, 1U, __cil_tmp10, 1U);
3624  }
3625#line 68
3626  return (tmp___0);
3627}
3628}
3629#line 71 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
3630static int max6902_read_time(struct device *dev , struct rtc_time *dt ) 
3631{ int err ;
3632  int century ;
3633  struct spi_device *spi ;
3634  struct spi_device *tmp ;
3635  unsigned char buf[8U] ;
3636  unsigned int tmp___0 ;
3637  unsigned int tmp___1 ;
3638  unsigned int tmp___2 ;
3639  unsigned int tmp___3 ;
3640  unsigned int tmp___4 ;
3641  unsigned int tmp___5 ;
3642  unsigned int tmp___6 ;
3643  unsigned int tmp___7 ;
3644  int tmp___8 ;
3645  unsigned long __cil_tmp17 ;
3646  unsigned long __cil_tmp18 ;
3647  void const   *__cil_tmp19 ;
3648  void *__cil_tmp20 ;
3649  unsigned long __cil_tmp21 ;
3650  unsigned long __cil_tmp22 ;
3651  unsigned char __cil_tmp23 ;
3652  int __cil_tmp24 ;
3653  unsigned char __cil_tmp25 ;
3654  unsigned long __cil_tmp26 ;
3655  unsigned long __cil_tmp27 ;
3656  unsigned char __cil_tmp28 ;
3657  int __cil_tmp29 ;
3658  unsigned char __cil_tmp30 ;
3659  unsigned long __cil_tmp31 ;
3660  unsigned long __cil_tmp32 ;
3661  unsigned long __cil_tmp33 ;
3662  unsigned long __cil_tmp34 ;
3663  unsigned char __cil_tmp35 ;
3664  int __cil_tmp36 ;
3665  unsigned char __cil_tmp37 ;
3666  unsigned long __cil_tmp38 ;
3667  unsigned long __cil_tmp39 ;
3668  unsigned long __cil_tmp40 ;
3669  unsigned long __cil_tmp41 ;
3670  unsigned char __cil_tmp42 ;
3671  int __cil_tmp43 ;
3672  unsigned char __cil_tmp44 ;
3673  unsigned long __cil_tmp45 ;
3674  unsigned long __cil_tmp46 ;
3675  unsigned long __cil_tmp47 ;
3676  unsigned long __cil_tmp48 ;
3677  unsigned char __cil_tmp49 ;
3678  int __cil_tmp50 ;
3679  unsigned char __cil_tmp51 ;
3680  unsigned long __cil_tmp52 ;
3681  unsigned long __cil_tmp53 ;
3682  unsigned int __cil_tmp54 ;
3683  unsigned long __cil_tmp55 ;
3684  unsigned long __cil_tmp56 ;
3685  unsigned char __cil_tmp57 ;
3686  int __cil_tmp58 ;
3687  unsigned char __cil_tmp59 ;
3688  unsigned long __cil_tmp60 ;
3689  unsigned long __cil_tmp61 ;
3690  unsigned long __cil_tmp62 ;
3691  unsigned long __cil_tmp63 ;
3692  unsigned char __cil_tmp64 ;
3693  int __cil_tmp65 ;
3694  unsigned char __cil_tmp66 ;
3695  unsigned long __cil_tmp67 ;
3696  unsigned long __cil_tmp68 ;
3697  unsigned char *__cil_tmp69 ;
3698  unsigned long __cil_tmp70 ;
3699  unsigned long __cil_tmp71 ;
3700  unsigned char __cil_tmp72 ;
3701  int __cil_tmp73 ;
3702  unsigned char __cil_tmp74 ;
3703  unsigned int __cil_tmp75 ;
3704  unsigned long __cil_tmp76 ;
3705  unsigned long __cil_tmp77 ;
3706  unsigned long __cil_tmp78 ;
3707  unsigned long __cil_tmp79 ;
3708  int __cil_tmp80 ;
3709  unsigned long __cil_tmp81 ;
3710  unsigned long __cil_tmp82 ;
3711  unsigned long __cil_tmp83 ;
3712  unsigned long __cil_tmp84 ;
3713  int __cil_tmp85 ;
3714
3715  {
3716  {
3717#line 74
3718  tmp = to_spi_device(dev);
3719#line 74
3720  spi = tmp;
3721#line 77
3722  __cil_tmp17 = 0 * 1UL;
3723#line 77
3724  __cil_tmp18 = (unsigned long )(buf) + __cil_tmp17;
3725#line 77
3726  *((unsigned char *)__cil_tmp18) = (unsigned char)191;
3727#line 79
3728  __cil_tmp19 = (void const   *)(& buf);
3729#line 79
3730  __cil_tmp20 = (void *)(& buf);
3731#line 79
3732  err = spi_write_then_read(spi, __cil_tmp19, 1U, __cil_tmp20, 8U);
3733  }
3734#line 80
3735  if (err != 0) {
3736#line 81
3737    return (err);
3738  } else {
3739
3740  }
3741  {
3742#line 85
3743  __cil_tmp21 = 0 * 1UL;
3744#line 85
3745  __cil_tmp22 = (unsigned long )(buf) + __cil_tmp21;
3746#line 85
3747  __cil_tmp23 = *((unsigned char *)__cil_tmp22);
3748#line 85
3749  __cil_tmp24 = (int )__cil_tmp23;
3750#line 85
3751  __cil_tmp25 = (unsigned char )__cil_tmp24;
3752#line 85
3753  tmp___0 = bcd2bin(__cil_tmp25);
3754#line 85
3755  *((int *)dt) = (int )tmp___0;
3756#line 86
3757  __cil_tmp26 = 1 * 1UL;
3758#line 86
3759  __cil_tmp27 = (unsigned long )(buf) + __cil_tmp26;
3760#line 86
3761  __cil_tmp28 = *((unsigned char *)__cil_tmp27);
3762#line 86
3763  __cil_tmp29 = (int )__cil_tmp28;
3764#line 86
3765  __cil_tmp30 = (unsigned char )__cil_tmp29;
3766#line 86
3767  tmp___1 = bcd2bin(__cil_tmp30);
3768#line 86
3769  __cil_tmp31 = (unsigned long )dt;
3770#line 86
3771  __cil_tmp32 = __cil_tmp31 + 4;
3772#line 86
3773  *((int *)__cil_tmp32) = (int )tmp___1;
3774#line 87
3775  __cil_tmp33 = 2 * 1UL;
3776#line 87
3777  __cil_tmp34 = (unsigned long )(buf) + __cil_tmp33;
3778#line 87
3779  __cil_tmp35 = *((unsigned char *)__cil_tmp34);
3780#line 87
3781  __cil_tmp36 = (int )__cil_tmp35;
3782#line 87
3783  __cil_tmp37 = (unsigned char )__cil_tmp36;
3784#line 87
3785  tmp___2 = bcd2bin(__cil_tmp37);
3786#line 87
3787  __cil_tmp38 = (unsigned long )dt;
3788#line 87
3789  __cil_tmp39 = __cil_tmp38 + 8;
3790#line 87
3791  *((int *)__cil_tmp39) = (int )tmp___2;
3792#line 88
3793  __cil_tmp40 = 3 * 1UL;
3794#line 88
3795  __cil_tmp41 = (unsigned long )(buf) + __cil_tmp40;
3796#line 88
3797  __cil_tmp42 = *((unsigned char *)__cil_tmp41);
3798#line 88
3799  __cil_tmp43 = (int )__cil_tmp42;
3800#line 88
3801  __cil_tmp44 = (unsigned char )__cil_tmp43;
3802#line 88
3803  tmp___3 = bcd2bin(__cil_tmp44);
3804#line 88
3805  __cil_tmp45 = (unsigned long )dt;
3806#line 88
3807  __cil_tmp46 = __cil_tmp45 + 12;
3808#line 88
3809  *((int *)__cil_tmp46) = (int )tmp___3;
3810#line 89
3811  __cil_tmp47 = 4 * 1UL;
3812#line 89
3813  __cil_tmp48 = (unsigned long )(buf) + __cil_tmp47;
3814#line 89
3815  __cil_tmp49 = *((unsigned char *)__cil_tmp48);
3816#line 89
3817  __cil_tmp50 = (int )__cil_tmp49;
3818#line 89
3819  __cil_tmp51 = (unsigned char )__cil_tmp50;
3820#line 89
3821  tmp___4 = bcd2bin(__cil_tmp51);
3822#line 89
3823  __cil_tmp52 = (unsigned long )dt;
3824#line 89
3825  __cil_tmp53 = __cil_tmp52 + 16;
3826#line 89
3827  __cil_tmp54 = tmp___4 - 1U;
3828#line 89
3829  *((int *)__cil_tmp53) = (int )__cil_tmp54;
3830#line 90
3831  __cil_tmp55 = 5 * 1UL;
3832#line 90
3833  __cil_tmp56 = (unsigned long )(buf) + __cil_tmp55;
3834#line 90
3835  __cil_tmp57 = *((unsigned char *)__cil_tmp56);
3836#line 90
3837  __cil_tmp58 = (int )__cil_tmp57;
3838#line 90
3839  __cil_tmp59 = (unsigned char )__cil_tmp58;
3840#line 90
3841  tmp___5 = bcd2bin(__cil_tmp59);
3842#line 90
3843  __cil_tmp60 = (unsigned long )dt;
3844#line 90
3845  __cil_tmp61 = __cil_tmp60 + 24;
3846#line 90
3847  *((int *)__cil_tmp61) = (int )tmp___5;
3848#line 91
3849  __cil_tmp62 = 6 * 1UL;
3850#line 91
3851  __cil_tmp63 = (unsigned long )(buf) + __cil_tmp62;
3852#line 91
3853  __cil_tmp64 = *((unsigned char *)__cil_tmp63);
3854#line 91
3855  __cil_tmp65 = (int )__cil_tmp64;
3856#line 91
3857  __cil_tmp66 = (unsigned char )__cil_tmp65;
3858#line 91
3859  tmp___6 = bcd2bin(__cil_tmp66);
3860#line 91
3861  __cil_tmp67 = (unsigned long )dt;
3862#line 91
3863  __cil_tmp68 = __cil_tmp67 + 20;
3864#line 91
3865  *((int *)__cil_tmp68) = (int )tmp___6;
3866#line 94
3867  __cil_tmp69 = (unsigned char *)(& buf);
3868#line 94
3869  err = max6902_get_reg(dev, (unsigned char)19, __cil_tmp69);
3870  }
3871#line 95
3872  if (err != 0) {
3873#line 96
3874    return (err);
3875  } else {
3876
3877  }
3878  {
3879#line 98
3880  __cil_tmp70 = 0 * 1UL;
3881#line 98
3882  __cil_tmp71 = (unsigned long )(buf) + __cil_tmp70;
3883#line 98
3884  __cil_tmp72 = *((unsigned char *)__cil_tmp71);
3885#line 98
3886  __cil_tmp73 = (int )__cil_tmp72;
3887#line 98
3888  __cil_tmp74 = (unsigned char )__cil_tmp73;
3889#line 98
3890  tmp___7 = bcd2bin(__cil_tmp74);
3891#line 98
3892  __cil_tmp75 = tmp___7 * 100U;
3893#line 98
3894  century = (int )__cil_tmp75;
3895#line 100
3896  __cil_tmp76 = (unsigned long )dt;
3897#line 100
3898  __cil_tmp77 = __cil_tmp76 + 20;
3899#line 100
3900  __cil_tmp78 = (unsigned long )dt;
3901#line 100
3902  __cil_tmp79 = __cil_tmp78 + 20;
3903#line 100
3904  __cil_tmp80 = *((int *)__cil_tmp79);
3905#line 100
3906  *((int *)__cil_tmp77) = __cil_tmp80 + century;
3907#line 101
3908  __cil_tmp81 = (unsigned long )dt;
3909#line 101
3910  __cil_tmp82 = __cil_tmp81 + 20;
3911#line 101
3912  __cil_tmp83 = (unsigned long )dt;
3913#line 101
3914  __cil_tmp84 = __cil_tmp83 + 20;
3915#line 101
3916  __cil_tmp85 = *((int *)__cil_tmp84);
3917#line 101
3918  *((int *)__cil_tmp82) = __cil_tmp85 + -1900;
3919#line 103
3920  tmp___8 = rtc_valid_tm(dt);
3921  }
3922#line 103
3923  return (tmp___8);
3924}
3925}
3926#line 106 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
3927static int max6902_set_time(struct device *dev , struct rtc_time *dt ) 
3928{ unsigned char tmp ;
3929  unsigned char tmp___0 ;
3930  unsigned char tmp___1 ;
3931  unsigned char tmp___2 ;
3932  unsigned char tmp___3 ;
3933  unsigned char tmp___4 ;
3934  unsigned char tmp___5 ;
3935  unsigned char tmp___6 ;
3936  unsigned long __cil_tmp11 ;
3937  unsigned long __cil_tmp12 ;
3938  unsigned long __cil_tmp13 ;
3939  unsigned long __cil_tmp14 ;
3940  int __cil_tmp15 ;
3941  int __cil_tmp16 ;
3942  unsigned int __cil_tmp17 ;
3943  int __cil_tmp18 ;
3944  unsigned char __cil_tmp19 ;
3945  unsigned long __cil_tmp20 ;
3946  unsigned long __cil_tmp21 ;
3947  int __cil_tmp22 ;
3948  unsigned int __cil_tmp23 ;
3949  int __cil_tmp24 ;
3950  unsigned char __cil_tmp25 ;
3951  unsigned long __cil_tmp26 ;
3952  unsigned long __cil_tmp27 ;
3953  int __cil_tmp28 ;
3954  unsigned int __cil_tmp29 ;
3955  int __cil_tmp30 ;
3956  unsigned char __cil_tmp31 ;
3957  unsigned long __cil_tmp32 ;
3958  unsigned long __cil_tmp33 ;
3959  int __cil_tmp34 ;
3960  unsigned int __cil_tmp35 ;
3961  int __cil_tmp36 ;
3962  unsigned char __cil_tmp37 ;
3963  unsigned long __cil_tmp38 ;
3964  unsigned long __cil_tmp39 ;
3965  int __cil_tmp40 ;
3966  int __cil_tmp41 ;
3967  unsigned int __cil_tmp42 ;
3968  int __cil_tmp43 ;
3969  unsigned char __cil_tmp44 ;
3970  unsigned long __cil_tmp45 ;
3971  unsigned long __cil_tmp46 ;
3972  int __cil_tmp47 ;
3973  unsigned int __cil_tmp48 ;
3974  int __cil_tmp49 ;
3975  unsigned char __cil_tmp50 ;
3976  unsigned long __cil_tmp51 ;
3977  unsigned long __cil_tmp52 ;
3978  int __cil_tmp53 ;
3979  int __cil_tmp54 ;
3980  unsigned int __cil_tmp55 ;
3981  int __cil_tmp56 ;
3982  unsigned char __cil_tmp57 ;
3983  unsigned long __cil_tmp58 ;
3984  unsigned long __cil_tmp59 ;
3985  int __cil_tmp60 ;
3986  int __cil_tmp61 ;
3987  unsigned int __cil_tmp62 ;
3988  int __cil_tmp63 ;
3989  unsigned char __cil_tmp64 ;
3990
3991  {
3992  {
3993#line 108
3994  __cil_tmp11 = (unsigned long )dt;
3995#line 108
3996  __cil_tmp12 = __cil_tmp11 + 20;
3997#line 108
3998  __cil_tmp13 = (unsigned long )dt;
3999#line 108
4000  __cil_tmp14 = __cil_tmp13 + 20;
4001#line 108
4002  __cil_tmp15 = *((int *)__cil_tmp14);
4003#line 108
4004  *((int *)__cil_tmp12) = __cil_tmp15 + 1900;
4005#line 111
4006  max6902_set_reg(dev, (unsigned char)15, (unsigned char)0);
4007#line 113
4008  __cil_tmp16 = *((int *)dt);
4009#line 113
4010  __cil_tmp17 = (unsigned int )__cil_tmp16;
4011#line 113
4012  tmp = bin2bcd(__cil_tmp17);
4013#line 113
4014  __cil_tmp18 = (int )tmp;
4015#line 113
4016  __cil_tmp19 = (unsigned char )__cil_tmp18;
4017#line 113
4018  max6902_set_reg(dev, (unsigned char)1, __cil_tmp19);
4019#line 114
4020  __cil_tmp20 = (unsigned long )dt;
4021#line 114
4022  __cil_tmp21 = __cil_tmp20 + 4;
4023#line 114
4024  __cil_tmp22 = *((int *)__cil_tmp21);
4025#line 114
4026  __cil_tmp23 = (unsigned int )__cil_tmp22;
4027#line 114
4028  tmp___0 = bin2bcd(__cil_tmp23);
4029#line 114
4030  __cil_tmp24 = (int )tmp___0;
4031#line 114
4032  __cil_tmp25 = (unsigned char )__cil_tmp24;
4033#line 114
4034  max6902_set_reg(dev, (unsigned char)3, __cil_tmp25);
4035#line 115
4036  __cil_tmp26 = (unsigned long )dt;
4037#line 115
4038  __cil_tmp27 = __cil_tmp26 + 8;
4039#line 115
4040  __cil_tmp28 = *((int *)__cil_tmp27);
4041#line 115
4042  __cil_tmp29 = (unsigned int )__cil_tmp28;
4043#line 115
4044  tmp___1 = bin2bcd(__cil_tmp29);
4045#line 115
4046  __cil_tmp30 = (int )tmp___1;
4047#line 115
4048  __cil_tmp31 = (unsigned char )__cil_tmp30;
4049#line 115
4050  max6902_set_reg(dev, (unsigned char)5, __cil_tmp31);
4051#line 117
4052  __cil_tmp32 = (unsigned long )dt;
4053#line 117
4054  __cil_tmp33 = __cil_tmp32 + 12;
4055#line 117
4056  __cil_tmp34 = *((int *)__cil_tmp33);
4057#line 117
4058  __cil_tmp35 = (unsigned int )__cil_tmp34;
4059#line 117
4060  tmp___2 = bin2bcd(__cil_tmp35);
4061#line 117
4062  __cil_tmp36 = (int )tmp___2;
4063#line 117
4064  __cil_tmp37 = (unsigned char )__cil_tmp36;
4065#line 117
4066  max6902_set_reg(dev, (unsigned char)7, __cil_tmp37);
4067#line 118
4068  __cil_tmp38 = (unsigned long )dt;
4069#line 118
4070  __cil_tmp39 = __cil_tmp38 + 16;
4071#line 118
4072  __cil_tmp40 = *((int *)__cil_tmp39);
4073#line 118
4074  __cil_tmp41 = __cil_tmp40 + 1;
4075#line 118
4076  __cil_tmp42 = (unsigned int )__cil_tmp41;
4077#line 118
4078  tmp___3 = bin2bcd(__cil_tmp42);
4079#line 118
4080  __cil_tmp43 = (int )tmp___3;
4081#line 118
4082  __cil_tmp44 = (unsigned char )__cil_tmp43;
4083#line 118
4084  max6902_set_reg(dev, (unsigned char)9, __cil_tmp44);
4085#line 119
4086  __cil_tmp45 = (unsigned long )dt;
4087#line 119
4088  __cil_tmp46 = __cil_tmp45 + 24;
4089#line 119
4090  __cil_tmp47 = *((int *)__cil_tmp46);
4091#line 119
4092  __cil_tmp48 = (unsigned int )__cil_tmp47;
4093#line 119
4094  tmp___4 = bin2bcd(__cil_tmp48);
4095#line 119
4096  __cil_tmp49 = (int )tmp___4;
4097#line 119
4098  __cil_tmp50 = (unsigned char )__cil_tmp49;
4099#line 119
4100  max6902_set_reg(dev, (unsigned char)11, __cil_tmp50);
4101#line 120
4102  __cil_tmp51 = (unsigned long )dt;
4103#line 120
4104  __cil_tmp52 = __cil_tmp51 + 20;
4105#line 120
4106  __cil_tmp53 = *((int *)__cil_tmp52);
4107#line 120
4108  __cil_tmp54 = __cil_tmp53 % 100;
4109#line 120
4110  __cil_tmp55 = (unsigned int )__cil_tmp54;
4111#line 120
4112  tmp___5 = bin2bcd(__cil_tmp55);
4113#line 120
4114  __cil_tmp56 = (int )tmp___5;
4115#line 120
4116  __cil_tmp57 = (unsigned char )__cil_tmp56;
4117#line 120
4118  max6902_set_reg(dev, (unsigned char)13, __cil_tmp57);
4119#line 121
4120  __cil_tmp58 = (unsigned long )dt;
4121#line 121
4122  __cil_tmp59 = __cil_tmp58 + 20;
4123#line 121
4124  __cil_tmp60 = *((int *)__cil_tmp59);
4125#line 121
4126  __cil_tmp61 = __cil_tmp60 / 100;
4127#line 121
4128  __cil_tmp62 = (unsigned int )__cil_tmp61;
4129#line 121
4130  tmp___6 = bin2bcd(__cil_tmp62);
4131#line 121
4132  __cil_tmp63 = (int )tmp___6;
4133#line 121
4134  __cil_tmp64 = (unsigned char )__cil_tmp63;
4135#line 121
4136  max6902_set_reg(dev, (unsigned char)19, __cil_tmp64);
4137#line 128
4138  max6902_set_reg(dev, (unsigned char)15, (unsigned char)128);
4139  }
4140#line 130
4141  return (0);
4142}
4143}
4144#line 133 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4145static struct rtc_class_ops  const  max6902_rtc_ops  = 
4146#line 133
4147     {(int (*)(struct device * ))0, (void (*)(struct device * ))0, (int (*)(struct device * ,
4148                                                                          unsigned int  ,
4149                                                                          unsigned long  ))0,
4150    & max6902_read_time, & max6902_set_time, (int (*)(struct device * , struct rtc_wkalrm * ))0,
4151    (int (*)(struct device * , struct rtc_wkalrm * ))0, (int (*)(struct device * ,
4152                                                                 struct seq_file * ))0,
4153    (int (*)(struct device * , unsigned long  ))0, (int (*)(struct device * , int  ))0,
4154    (int (*)(struct device * , unsigned int  ))0};
4155#line 138 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4156static int max6902_probe(struct spi_device *spi ) 
4157{ struct rtc_device *rtc ;
4158  unsigned char tmp ;
4159  int res ;
4160  long tmp___0 ;
4161  long tmp___1 ;
4162  unsigned long __cil_tmp7 ;
4163  unsigned long __cil_tmp8 ;
4164  unsigned long __cil_tmp9 ;
4165  unsigned long __cil_tmp10 ;
4166  struct device *__cil_tmp11 ;
4167  struct device *__cil_tmp12 ;
4168  void const   *__cil_tmp13 ;
4169  void const   *__cil_tmp14 ;
4170  struct device *__cil_tmp15 ;
4171  void *__cil_tmp16 ;
4172
4173  {
4174  {
4175#line 144
4176  __cil_tmp7 = (unsigned long )spi;
4177#line 144
4178  __cil_tmp8 = __cil_tmp7 + 1165;
4179#line 144
4180  *((u8 *)__cil_tmp8) = (u8 )3U;
4181#line 145
4182  __cil_tmp9 = (unsigned long )spi;
4183#line 145
4184  __cil_tmp10 = __cil_tmp9 + 1166;
4185#line 145
4186  *((u8 *)__cil_tmp10) = (u8 )8U;
4187#line 146
4188  spi_setup(spi);
4189#line 148
4190  __cil_tmp11 = (struct device *)spi;
4191#line 148
4192  res = max6902_get_reg(__cil_tmp11, (unsigned char)1, & tmp);
4193  }
4194#line 149
4195  if (res != 0) {
4196#line 150
4197    return (res);
4198  } else {
4199
4200  }
4201  {
4202#line 152
4203  __cil_tmp12 = (struct device *)spi;
4204#line 152
4205  rtc = rtc_device_register("max6902", __cil_tmp12, & max6902_rtc_ops, & __this_module);
4206#line 154
4207  __cil_tmp13 = (void const   *)rtc;
4208#line 154
4209  tmp___1 = IS_ERR(__cil_tmp13);
4210  }
4211#line 154
4212  if (tmp___1 != 0L) {
4213    {
4214#line 155
4215    __cil_tmp14 = (void const   *)rtc;
4216#line 155
4217    tmp___0 = PTR_ERR(__cil_tmp14);
4218    }
4219#line 155
4220    return ((int )tmp___0);
4221  } else {
4222
4223  }
4224  {
4225#line 157
4226  __cil_tmp15 = (struct device *)spi;
4227#line 157
4228  __cil_tmp16 = (void *)rtc;
4229#line 157
4230  dev_set_drvdata(__cil_tmp15, __cil_tmp16);
4231  }
4232#line 158
4233  return (0);
4234}
4235}
4236#line 201
4237extern void ldv_check_final_state(void) ;
4238#line 204
4239extern void ldv_check_return_value(int  ) ;
4240#line 207
4241extern void ldv_initialize(void) ;
4242#line 210
4243extern int __VERIFIER_nondet_int(void) ;
4244#line 213 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4245int LDV_IN_INTERRUPT  ;
4246#line 216 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4247void main(void) 
4248{ struct device *var_group1 ;
4249  struct rtc_time *var_group2 ;
4250  struct spi_device *var_group3 ;
4251  int res_max6902_probe_4 ;
4252  int ldv_s_max6902_driver_spi_driver ;
4253  int tmp ;
4254  int tmp___0 ;
4255
4256  {
4257  {
4258#line 288
4259  ldv_s_max6902_driver_spi_driver = 0;
4260#line 276
4261  LDV_IN_INTERRUPT = 1;
4262#line 285
4263  ldv_initialize();
4264  }
4265#line 291
4266  goto ldv_23931;
4267  ldv_23930: 
4268  {
4269#line 295
4270  tmp = __VERIFIER_nondet_int();
4271  }
4272#line 297
4273  if (tmp == 0) {
4274#line 297
4275    goto case_0;
4276  } else
4277#line 323
4278  if (tmp == 1) {
4279#line 323
4280    goto case_1;
4281  } else
4282#line 349
4283  if (tmp == 2) {
4284#line 349
4285    goto case_2;
4286  } else {
4287    {
4288#line 378
4289    goto switch_default;
4290#line 295
4291    if (0) {
4292      case_0: /* CIL Label */ 
4293      {
4294#line 315
4295      max6902_read_time(var_group1, var_group2);
4296      }
4297#line 322
4298      goto ldv_23925;
4299      case_1: /* CIL Label */ 
4300      {
4301#line 341
4302      max6902_set_time(var_group1, var_group2);
4303      }
4304#line 348
4305      goto ldv_23925;
4306      case_2: /* CIL Label */ ;
4307#line 352
4308      if (ldv_s_max6902_driver_spi_driver == 0) {
4309        {
4310#line 367
4311        res_max6902_probe_4 = max6902_probe(var_group3);
4312#line 368
4313        ldv_check_return_value(res_max6902_probe_4);
4314        }
4315#line 369
4316        if (res_max6902_probe_4 != 0) {
4317#line 370
4318          goto ldv_module_exit;
4319        } else {
4320
4321        }
4322#line 371
4323        ldv_s_max6902_driver_spi_driver = 0;
4324      } else {
4325
4326      }
4327#line 377
4328      goto ldv_23925;
4329      switch_default: /* CIL Label */ ;
4330#line 378
4331      goto ldv_23925;
4332    } else {
4333      switch_break: /* CIL Label */ ;
4334    }
4335    }
4336  }
4337  ldv_23925: ;
4338  ldv_23931: 
4339  {
4340#line 291
4341  tmp___0 = __VERIFIER_nondet_int();
4342  }
4343#line 291
4344  if (tmp___0 != 0) {
4345#line 293
4346    goto ldv_23930;
4347  } else
4348#line 291
4349  if (ldv_s_max6902_driver_spi_driver != 0) {
4350#line 293
4351    goto ldv_23930;
4352  } else {
4353#line 295
4354    goto ldv_23932;
4355  }
4356  ldv_23932: ;
4357  ldv_module_exit: ;
4358  {
4359#line 387
4360  ldv_check_final_state();
4361  }
4362#line 390
4363  return;
4364}
4365}
4366#line 5 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast-assert.h"
4367void ldv_blast_assert(void) 
4368{ 
4369
4370  {
4371  ERROR: ;
4372#line 6
4373  goto ERROR;
4374}
4375}
4376#line 6 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast.h"
4377extern int __VERIFIER_nondet_int(void) ;
4378#line 411 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4379int ldv_spin  =    0;
4380#line 415 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4381void ldv_check_alloc_flags(gfp_t flags ) 
4382{ 
4383
4384  {
4385#line 418
4386  if (ldv_spin != 0) {
4387#line 418
4388    if (flags != 32U) {
4389      {
4390#line 418
4391      ldv_blast_assert();
4392      }
4393    } else {
4394
4395    }
4396  } else {
4397
4398  }
4399#line 421
4400  return;
4401}
4402}
4403#line 421
4404extern struct page *ldv_some_page(void) ;
4405#line 424 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4406struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) 
4407{ struct page *tmp ;
4408
4409  {
4410#line 427
4411  if (ldv_spin != 0) {
4412#line 427
4413    if (flags != 32U) {
4414      {
4415#line 427
4416      ldv_blast_assert();
4417      }
4418    } else {
4419
4420    }
4421  } else {
4422
4423  }
4424  {
4425#line 429
4426  tmp = ldv_some_page();
4427  }
4428#line 429
4429  return (tmp);
4430}
4431}
4432#line 433 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4433void ldv_check_alloc_nonatomic(void) 
4434{ 
4435
4436  {
4437#line 436
4438  if (ldv_spin != 0) {
4439    {
4440#line 436
4441    ldv_blast_assert();
4442    }
4443  } else {
4444
4445  }
4446#line 439
4447  return;
4448}
4449}
4450#line 440 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4451void ldv_spin_lock(void) 
4452{ 
4453
4454  {
4455#line 443
4456  ldv_spin = 1;
4457#line 444
4458  return;
4459}
4460}
4461#line 447 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4462void ldv_spin_unlock(void) 
4463{ 
4464
4465  {
4466#line 450
4467  ldv_spin = 0;
4468#line 451
4469  return;
4470}
4471}
4472#line 454 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4473int ldv_spin_trylock(void) 
4474{ int is_lock ;
4475
4476  {
4477  {
4478#line 459
4479  is_lock = __VERIFIER_nondet_int();
4480  }
4481#line 461
4482  if (is_lock != 0) {
4483#line 464
4484    return (0);
4485  } else {
4486#line 469
4487    ldv_spin = 1;
4488#line 471
4489    return (1);
4490  }
4491}
4492}
4493#line 638 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/2655/dscv_tempdir/dscv/ri/43_1a/drivers/rtc/rtc-max6902.c.p"
4494void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) 
4495{ 
4496
4497  {
4498  {
4499#line 644
4500  ldv_check_alloc_flags(ldv_func_arg2);
4501#line 646
4502  kmem_cache_alloc(ldv_func_arg1, ldv_func_arg2);
4503  }
4504#line 647
4505  return ((void *)0);
4506}
4507}