Showing error 826

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