Showing error 1062

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