Showing error 1298

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