Showing error 1058

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