1
2
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 42 "include/asm-generic/int-ll64.h"
21typedef signed char s8;
22#line 43 "include/asm-generic/int-ll64.h"
23typedef unsigned char u8;
24#line 45 "include/asm-generic/int-ll64.h"
25typedef short s16;
26#line 46 "include/asm-generic/int-ll64.h"
27typedef unsigned short u16;
28#line 48 "include/asm-generic/int-ll64.h"
29typedef int s32;
30#line 49 "include/asm-generic/int-ll64.h"
31typedef unsigned int u32;
32#line 51 "include/asm-generic/int-ll64.h"
33typedef long long s64;
34#line 52 "include/asm-generic/int-ll64.h"
35typedef unsigned long long u64;
36#line 14 "include/asm-generic/posix_types.h"
37typedef long __kernel_long_t;
38#line 15 "include/asm-generic/posix_types.h"
39typedef unsigned long __kernel_ulong_t;
40#line 27 "include/asm-generic/posix_types.h"
41typedef __kernel_ulong_t __kernel_nlink_t;
42#line 31 "include/asm-generic/posix_types.h"
43typedef int __kernel_pid_t;
44#line 52 "include/asm-generic/posix_types.h"
45typedef unsigned int __kernel_uid32_t;
46#line 53 "include/asm-generic/posix_types.h"
47typedef unsigned int __kernel_gid32_t;
48#line 75 "include/asm-generic/posix_types.h"
49typedef __kernel_ulong_t __kernel_size_t;
50#line 76 "include/asm-generic/posix_types.h"
51typedef __kernel_long_t __kernel_ssize_t;
52#line 90 "include/asm-generic/posix_types.h"
53typedef __kernel_long_t __kernel_off_t;
54#line 91 "include/asm-generic/posix_types.h"
55typedef long long __kernel_loff_t;
56#line 92 "include/asm-generic/posix_types.h"
57typedef __kernel_long_t __kernel_time_t;
58#line 93 "include/asm-generic/posix_types.h"
59typedef __kernel_long_t __kernel_clock_t;
60#line 94 "include/asm-generic/posix_types.h"
61typedef int __kernel_timer_t;
62#line 95 "include/asm-generic/posix_types.h"
63typedef int __kernel_clockid_t;
64#line 21 "include/linux/types.h"
65typedef __u32 __kernel_dev_t;
66#line 24 "include/linux/types.h"
67typedef __kernel_dev_t dev_t;
68#line 27 "include/linux/types.h"
69typedef unsigned short umode_t;
70#line 28 "include/linux/types.h"
71typedef __kernel_nlink_t nlink_t;
72#line 29 "include/linux/types.h"
73typedef __kernel_off_t off_t;
74#line 30 "include/linux/types.h"
75typedef __kernel_pid_t pid_t;
76#line 35 "include/linux/types.h"
77typedef __kernel_clockid_t clockid_t;
78#line 38 "include/linux/types.h"
79typedef _Bool bool;
80#line 40 "include/linux/types.h"
81typedef __kernel_uid32_t uid_t;
82#line 41 "include/linux/types.h"
83typedef __kernel_gid32_t gid_t;
84#line 54 "include/linux/types.h"
85typedef __kernel_loff_t loff_t;
86#line 63 "include/linux/types.h"
87typedef __kernel_size_t size_t;
88#line 68 "include/linux/types.h"
89typedef __kernel_ssize_t ssize_t;
90#line 78 "include/linux/types.h"
91typedef __kernel_time_t time_t;
92#line 111 "include/linux/types.h"
93typedef __s32 int32_t;
94#line 115 "include/linux/types.h"
95typedef __u8 uint8_t;
96#line 117 "include/linux/types.h"
97typedef __u32 uint32_t;
98#line 120 "include/linux/types.h"
99typedef __u64 uint64_t;
100#line 142 "include/linux/types.h"
101typedef unsigned long sector_t;
102#line 143 "include/linux/types.h"
103typedef unsigned long blkcnt_t;
104#line 155 "include/linux/types.h"
105typedef u64 dma_addr_t;
106#line 179 "include/linux/types.h"
107typedef __u16 __be16;
108#line 181 "include/linux/types.h"
109typedef __u32 __be32;
110#line 186 "include/linux/types.h"
111typedef __u32 __wsum;
112#line 202 "include/linux/types.h"
113typedef unsigned int gfp_t;
114#line 203 "include/linux/types.h"
115typedef unsigned int fmode_t;
116#line 221 "include/linux/types.h"
117struct __anonstruct_atomic_t_6 {
118 int counter ;
119};
120#line 221 "include/linux/types.h"
121typedef struct __anonstruct_atomic_t_6 atomic_t;
122#line 226 "include/linux/types.h"
123struct __anonstruct_atomic64_t_7 {
124 long counter ;
125};
126#line 226 "include/linux/types.h"
127typedef struct __anonstruct_atomic64_t_7 atomic64_t;
128#line 227 "include/linux/types.h"
129struct list_head {
130 struct list_head *next ;
131 struct list_head *prev ;
132};
133#line 232
134struct hlist_node;
135#line 232 "include/linux/types.h"
136struct hlist_head {
137 struct hlist_node *first ;
138};
139#line 236 "include/linux/types.h"
140struct hlist_node {
141 struct hlist_node *next ;
142 struct hlist_node **pprev ;
143};
144#line 247 "include/linux/types.h"
145struct rcu_head {
146 struct rcu_head *next ;
147 void (*func)(struct rcu_head * ) ;
148};
149#line 55 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/alternative.h"
150struct module;
151#line 55
152struct module;
153#line 146 "include/linux/init.h"
154typedef void (*ctor_fn_t)(void);
155#line 46 "include/linux/dynamic_debug.h"
156struct device;
157#line 46
158struct device;
159#line 51
160struct net_device;
161#line 51
162struct net_device;
163#line 57
164struct completion;
165#line 57
166struct completion;
167#line 58
168struct pt_regs;
169#line 58
170struct pt_regs;
171#line 348 "include/linux/kernel.h"
172struct pid;
173#line 348
174struct pid;
175#line 112 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/stat.h"
176struct timespec;
177#line 112
178struct timespec;
179#line 58 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/page_types.h"
180struct page;
181#line 58
182struct page;
183#line 26 "include/asm-generic/getorder.h"
184struct task_struct;
185#line 26
186struct task_struct;
187#line 28
188struct mm_struct;
189#line 28
190struct mm_struct;
191#line 268 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/segment.h"
192struct pt_regs {
193 unsigned long r15 ;
194 unsigned long r14 ;
195 unsigned long r13 ;
196 unsigned long r12 ;
197 unsigned long bp ;
198 unsigned long bx ;
199 unsigned long r11 ;
200 unsigned long r10 ;
201 unsigned long r9 ;
202 unsigned long r8 ;
203 unsigned long ax ;
204 unsigned long cx ;
205 unsigned long dx ;
206 unsigned long si ;
207 unsigned long di ;
208 unsigned long orig_ax ;
209 unsigned long ip ;
210 unsigned long cs ;
211 unsigned long flags ;
212 unsigned long sp ;
213 unsigned long ss ;
214};
215#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
216struct __anonstruct_ldv_2180_13 {
217 unsigned int a ;
218 unsigned int b ;
219};
220#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
221struct __anonstruct_ldv_2195_14 {
222 u16 limit0 ;
223 u16 base0 ;
224 unsigned char base1 ;
225 unsigned char type : 4 ;
226 unsigned char s : 1 ;
227 unsigned char dpl : 2 ;
228 unsigned char p : 1 ;
229 unsigned char limit : 4 ;
230 unsigned char avl : 1 ;
231 unsigned char l : 1 ;
232 unsigned char d : 1 ;
233 unsigned char g : 1 ;
234 unsigned char base2 ;
235};
236#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
237union __anonunion_ldv_2196_12 {
238 struct __anonstruct_ldv_2180_13 ldv_2180 ;
239 struct __anonstruct_ldv_2195_14 ldv_2195 ;
240};
241#line 125 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
242struct desc_struct {
243 union __anonunion_ldv_2196_12 ldv_2196 ;
244};
245#line 13 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
246typedef unsigned long pgdval_t;
247#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
248typedef unsigned long pgprotval_t;
249#line 18 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_64_types.h"
250struct pgprot {
251 pgprotval_t pgprot ;
252};
253#line 192 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
254typedef struct pgprot pgprot_t;
255#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
256struct __anonstruct_pgd_t_16 {
257 pgdval_t pgd ;
258};
259#line 194 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
260typedef struct __anonstruct_pgd_t_16 pgd_t;
261#line 282 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/pgtable_types.h"
262typedef struct page *pgtable_t;
263#line 290
264struct file;
265#line 290
266struct file;
267#line 305
268struct seq_file;
269#line 305
270struct seq_file;
271#line 337
272struct thread_struct;
273#line 337
274struct thread_struct;
275#line 339
276struct cpumask;
277#line 339
278struct cpumask;
279#line 327 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt_types.h"
280struct arch_spinlock;
281#line 327
282struct arch_spinlock;
283#line 300 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/ptrace.h"
284struct kernel_vm86_regs {
285 struct pt_regs pt ;
286 unsigned short es ;
287 unsigned short __esh ;
288 unsigned short ds ;
289 unsigned short __dsh ;
290 unsigned short fs ;
291 unsigned short __fsh ;
292 unsigned short gs ;
293 unsigned short __gsh ;
294};
295#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
296union __anonunion_ldv_2824_19 {
297 struct pt_regs *regs ;
298 struct kernel_vm86_regs *vm86 ;
299};
300#line 203 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/vm86.h"
301struct math_emu_info {
302 long ___orig_eip ;
303 union __anonunion_ldv_2824_19 ldv_2824 ;
304};
305#line 306 "include/linux/bitmap.h"
306struct bug_entry {
307 int bug_addr_disp ;
308 int file_disp ;
309 unsigned short line ;
310 unsigned short flags ;
311};
312#line 89 "include/linux/bug.h"
313struct cpumask {
314 unsigned long bits[64U] ;
315};
316#line 14 "include/linux/cpumask.h"
317typedef struct cpumask cpumask_t;
318#line 637 "include/linux/cpumask.h"
319typedef struct cpumask *cpumask_var_t;
320#line 234 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt.h"
321struct static_key;
322#line 234
323struct static_key;
324#line 153 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
325struct seq_operations;
326#line 287 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
327struct i387_fsave_struct {
328 u32 cwd ;
329 u32 swd ;
330 u32 twd ;
331 u32 fip ;
332 u32 fcs ;
333 u32 foo ;
334 u32 fos ;
335 u32 st_space[20U] ;
336 u32 status ;
337};
338#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
339struct __anonstruct_ldv_5180_24 {
340 u64 rip ;
341 u64 rdp ;
342};
343#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
344struct __anonstruct_ldv_5186_25 {
345 u32 fip ;
346 u32 fcs ;
347 u32 foo ;
348 u32 fos ;
349};
350#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
351union __anonunion_ldv_5187_23 {
352 struct __anonstruct_ldv_5180_24 ldv_5180 ;
353 struct __anonstruct_ldv_5186_25 ldv_5186 ;
354};
355#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
356union __anonunion_ldv_5196_26 {
357 u32 padding1[12U] ;
358 u32 sw_reserved[12U] ;
359};
360#line 305 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
361struct i387_fxsave_struct {
362 u16 cwd ;
363 u16 swd ;
364 u16 twd ;
365 u16 fop ;
366 union __anonunion_ldv_5187_23 ldv_5187 ;
367 u32 mxcsr ;
368 u32 mxcsr_mask ;
369 u32 st_space[32U] ;
370 u32 xmm_space[64U] ;
371 u32 padding[12U] ;
372 union __anonunion_ldv_5196_26 ldv_5196 ;
373};
374#line 339 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
375struct i387_soft_struct {
376 u32 cwd ;
377 u32 swd ;
378 u32 twd ;
379 u32 fip ;
380 u32 fcs ;
381 u32 foo ;
382 u32 fos ;
383 u32 st_space[20U] ;
384 u8 ftop ;
385 u8 changed ;
386 u8 lookahead ;
387 u8 no_update ;
388 u8 rm ;
389 u8 alimit ;
390 struct math_emu_info *info ;
391 u32 entry_eip ;
392};
393#line 360 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
394struct ymmh_struct {
395 u32 ymmh_space[64U] ;
396};
397#line 365 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
398struct xsave_hdr_struct {
399 u64 xstate_bv ;
400 u64 reserved1[2U] ;
401 u64 reserved2[5U] ;
402};
403#line 371 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
404struct xsave_struct {
405 struct i387_fxsave_struct i387 ;
406 struct xsave_hdr_struct xsave_hdr ;
407 struct ymmh_struct ymmh ;
408};
409#line 377 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
410union thread_xstate {
411 struct i387_fsave_struct fsave ;
412 struct i387_fxsave_struct fxsave ;
413 struct i387_soft_struct soft ;
414 struct xsave_struct xsave ;
415};
416#line 385 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
417struct fpu {
418 unsigned int last_cpu ;
419 unsigned int has_fpu ;
420 union thread_xstate *state ;
421};
422#line 433
423struct kmem_cache;
424#line 434
425struct perf_event;
426#line 434
427struct perf_event;
428#line 435 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
429struct thread_struct {
430 struct desc_struct tls_array[3U] ;
431 unsigned long sp0 ;
432 unsigned long sp ;
433 unsigned long usersp ;
434 unsigned short es ;
435 unsigned short ds ;
436 unsigned short fsindex ;
437 unsigned short gsindex ;
438 unsigned long fs ;
439 unsigned long gs ;
440 struct perf_event *ptrace_bps[4U] ;
441 unsigned long debugreg6 ;
442 unsigned long ptrace_dr7 ;
443 unsigned long cr2 ;
444 unsigned long trap_nr ;
445 unsigned long error_code ;
446 struct fpu fpu ;
447 unsigned long *io_bitmap_ptr ;
448 unsigned long iopl ;
449 unsigned int io_bitmap_max ;
450};
451#line 23 "include/asm-generic/atomic-long.h"
452typedef atomic64_t atomic_long_t;
453#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
454typedef u16 __ticket_t;
455#line 15 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
456typedef u32 __ticketpair_t;
457#line 16 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
458struct __raw_tickets {
459 __ticket_t head ;
460 __ticket_t tail ;
461};
462#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
463union __anonunion_ldv_5907_29 {
464 __ticketpair_t head_tail ;
465 struct __raw_tickets tickets ;
466};
467#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
468struct arch_spinlock {
469 union __anonunion_ldv_5907_29 ldv_5907 ;
470};
471#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
472typedef struct arch_spinlock arch_spinlock_t;
473#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
474struct __anonstruct_ldv_5914_31 {
475 u32 read ;
476 s32 write ;
477};
478#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
479union __anonunion_arch_rwlock_t_30 {
480 s64 lock ;
481 struct __anonstruct_ldv_5914_31 ldv_5914 ;
482};
483#line 33 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
484typedef union __anonunion_arch_rwlock_t_30 arch_rwlock_t;
485#line 34
486struct lockdep_map;
487#line 34
488struct lockdep_map;
489#line 55 "include/linux/debug_locks.h"
490struct stack_trace {
491 unsigned int nr_entries ;
492 unsigned int max_entries ;
493 unsigned long *entries ;
494 int skip ;
495};
496#line 26 "include/linux/stacktrace.h"
497struct lockdep_subclass_key {
498 char __one_byte ;
499};
500#line 53 "include/linux/lockdep.h"
501struct lock_class_key {
502 struct lockdep_subclass_key subkeys[8U] ;
503};
504#line 59 "include/linux/lockdep.h"
505struct lock_class {
506 struct list_head hash_entry ;
507 struct list_head lock_entry ;
508 struct lockdep_subclass_key *key ;
509 unsigned int subclass ;
510 unsigned int dep_gen_id ;
511 unsigned long usage_mask ;
512 struct stack_trace usage_traces[13U] ;
513 struct list_head locks_after ;
514 struct list_head locks_before ;
515 unsigned int version ;
516 unsigned long ops ;
517 char const *name ;
518 int name_version ;
519 unsigned long contention_point[4U] ;
520 unsigned long contending_point[4U] ;
521};
522#line 144 "include/linux/lockdep.h"
523struct lockdep_map {
524 struct lock_class_key *key ;
525 struct lock_class *class_cache[2U] ;
526 char const *name ;
527 int cpu ;
528 unsigned long ip ;
529};
530#line 187 "include/linux/lockdep.h"
531struct held_lock {
532 u64 prev_chain_key ;
533 unsigned long acquire_ip ;
534 struct lockdep_map *instance ;
535 struct lockdep_map *nest_lock ;
536 u64 waittime_stamp ;
537 u64 holdtime_stamp ;
538 unsigned short class_idx : 13 ;
539 unsigned char irq_context : 2 ;
540 unsigned char trylock : 1 ;
541 unsigned char read : 2 ;
542 unsigned char check : 2 ;
543 unsigned char hardirqs_off : 1 ;
544 unsigned short references : 11 ;
545};
546#line 556 "include/linux/lockdep.h"
547struct raw_spinlock {
548 arch_spinlock_t raw_lock ;
549 unsigned int magic ;
550 unsigned int owner_cpu ;
551 void *owner ;
552 struct lockdep_map dep_map ;
553};
554#line 32 "include/linux/spinlock_types.h"
555typedef struct raw_spinlock raw_spinlock_t;
556#line 33 "include/linux/spinlock_types.h"
557struct __anonstruct_ldv_6122_33 {
558 u8 __padding[24U] ;
559 struct lockdep_map dep_map ;
560};
561#line 33 "include/linux/spinlock_types.h"
562union __anonunion_ldv_6123_32 {
563 struct raw_spinlock rlock ;
564 struct __anonstruct_ldv_6122_33 ldv_6122 ;
565};
566#line 33 "include/linux/spinlock_types.h"
567struct spinlock {
568 union __anonunion_ldv_6123_32 ldv_6123 ;
569};
570#line 76 "include/linux/spinlock_types.h"
571typedef struct spinlock spinlock_t;
572#line 23 "include/linux/rwlock_types.h"
573struct __anonstruct_rwlock_t_34 {
574 arch_rwlock_t raw_lock ;
575 unsigned int magic ;
576 unsigned int owner_cpu ;
577 void *owner ;
578 struct lockdep_map dep_map ;
579};
580#line 23 "include/linux/rwlock_types.h"
581typedef struct __anonstruct_rwlock_t_34 rwlock_t;
582#line 36 "include/linux/seqlock.h"
583struct __anonstruct_seqlock_t_35 {
584 unsigned int sequence ;
585 spinlock_t lock ;
586};
587#line 36 "include/linux/seqlock.h"
588typedef struct __anonstruct_seqlock_t_35 seqlock_t;
589#line 110 "include/linux/seqlock.h"
590struct seqcount {
591 unsigned int sequence ;
592};
593#line 121 "include/linux/seqlock.h"
594typedef struct seqcount seqcount_t;
595#line 254 "include/linux/seqlock.h"
596struct timespec {
597 __kernel_time_t tv_sec ;
598 long tv_nsec ;
599};
600#line 286 "include/linux/time.h"
601struct kstat {
602 u64 ino ;
603 dev_t dev ;
604 umode_t mode ;
605 unsigned int nlink ;
606 uid_t uid ;
607 gid_t gid ;
608 dev_t rdev ;
609 loff_t size ;
610 struct timespec atime ;
611 struct timespec mtime ;
612 struct timespec ctime ;
613 unsigned long blksize ;
614 unsigned long long blocks ;
615};
616#line 48 "include/linux/wait.h"
617struct __wait_queue_head {
618 spinlock_t lock ;
619 struct list_head task_list ;
620};
621#line 53 "include/linux/wait.h"
622typedef struct __wait_queue_head wait_queue_head_t;
623#line 98 "include/linux/nodemask.h"
624struct __anonstruct_nodemask_t_36 {
625 unsigned long bits[16U] ;
626};
627#line 98 "include/linux/nodemask.h"
628typedef struct __anonstruct_nodemask_t_36 nodemask_t;
629#line 670 "include/linux/mmzone.h"
630struct mutex {
631 atomic_t count ;
632 spinlock_t wait_lock ;
633 struct list_head wait_list ;
634 struct task_struct *owner ;
635 char const *name ;
636 void *magic ;
637 struct lockdep_map dep_map ;
638};
639#line 63 "include/linux/mutex.h"
640struct mutex_waiter {
641 struct list_head list ;
642 struct task_struct *task ;
643 void *magic ;
644};
645#line 171
646struct rw_semaphore;
647#line 171
648struct rw_semaphore;
649#line 172 "include/linux/mutex.h"
650struct rw_semaphore {
651 long count ;
652 raw_spinlock_t wait_lock ;
653 struct list_head wait_list ;
654 struct lockdep_map dep_map ;
655};
656#line 128 "include/linux/rwsem.h"
657struct completion {
658 unsigned int done ;
659 wait_queue_head_t wait ;
660};
661#line 188 "include/linux/rcupdate.h"
662struct notifier_block;
663#line 188
664struct notifier_block;
665#line 239 "include/linux/srcu.h"
666struct notifier_block {
667 int (*notifier_call)(struct notifier_block * , unsigned long , void * ) ;
668 struct notifier_block *next ;
669 int priority ;
670};
671#line 60 "include/linux/notifier.h"
672struct blocking_notifier_head {
673 struct rw_semaphore rwsem ;
674 struct notifier_block *head ;
675};
676#line 793 "include/linux/mmzone.h"
677struct ctl_table;
678#line 793
679struct ctl_table;
680#line 312 "include/linux/jiffies.h"
681union ktime {
682 s64 tv64 ;
683};
684#line 59 "include/linux/ktime.h"
685typedef union ktime ktime_t;
686#line 341
687struct tvec_base;
688#line 341
689struct tvec_base;
690#line 342 "include/linux/ktime.h"
691struct timer_list {
692 struct list_head entry ;
693 unsigned long expires ;
694 struct tvec_base *base ;
695 void (*function)(unsigned long ) ;
696 unsigned long data ;
697 int slack ;
698 int start_pid ;
699 void *start_site ;
700 char start_comm[16U] ;
701 struct lockdep_map lockdep_map ;
702};
703#line 289 "include/linux/timer.h"
704struct hrtimer;
705#line 289
706struct hrtimer;
707#line 290
708enum hrtimer_restart;
709#line 302
710struct work_struct;
711#line 302
712struct work_struct;
713#line 45 "include/linux/workqueue.h"
714struct work_struct {
715 atomic_long_t data ;
716 struct list_head entry ;
717 void (*func)(struct work_struct * ) ;
718 struct lockdep_map lockdep_map ;
719};
720#line 86 "include/linux/workqueue.h"
721struct delayed_work {
722 struct work_struct work ;
723 struct timer_list timer ;
724};
725#line 46 "include/linux/pm.h"
726struct pm_message {
727 int event ;
728};
729#line 52 "include/linux/pm.h"
730typedef struct pm_message pm_message_t;
731#line 53 "include/linux/pm.h"
732struct dev_pm_ops {
733 int (*prepare)(struct device * ) ;
734 void (*complete)(struct device * ) ;
735 int (*suspend)(struct device * ) ;
736 int (*resume)(struct device * ) ;
737 int (*freeze)(struct device * ) ;
738 int (*thaw)(struct device * ) ;
739 int (*poweroff)(struct device * ) ;
740 int (*restore)(struct device * ) ;
741 int (*suspend_late)(struct device * ) ;
742 int (*resume_early)(struct device * ) ;
743 int (*freeze_late)(struct device * ) ;
744 int (*thaw_early)(struct device * ) ;
745 int (*poweroff_late)(struct device * ) ;
746 int (*restore_early)(struct device * ) ;
747 int (*suspend_noirq)(struct device * ) ;
748 int (*resume_noirq)(struct device * ) ;
749 int (*freeze_noirq)(struct device * ) ;
750 int (*thaw_noirq)(struct device * ) ;
751 int (*poweroff_noirq)(struct device * ) ;
752 int (*restore_noirq)(struct device * ) ;
753 int (*runtime_suspend)(struct device * ) ;
754 int (*runtime_resume)(struct device * ) ;
755 int (*runtime_idle)(struct device * ) ;
756};
757#line 289
758enum rpm_status {
759 RPM_ACTIVE = 0,
760 RPM_RESUMING = 1,
761 RPM_SUSPENDED = 2,
762 RPM_SUSPENDING = 3
763} ;
764#line 296
765enum rpm_request {
766 RPM_REQ_NONE = 0,
767 RPM_REQ_IDLE = 1,
768 RPM_REQ_SUSPEND = 2,
769 RPM_REQ_AUTOSUSPEND = 3,
770 RPM_REQ_RESUME = 4
771} ;
772#line 304
773struct wakeup_source;
774#line 304
775struct wakeup_source;
776#line 494 "include/linux/pm.h"
777struct pm_subsys_data {
778 spinlock_t lock ;
779 unsigned int refcount ;
780};
781#line 499
782struct dev_pm_qos_request;
783#line 499
784struct pm_qos_constraints;
785#line 499 "include/linux/pm.h"
786struct dev_pm_info {
787 pm_message_t power_state ;
788 unsigned char can_wakeup : 1 ;
789 unsigned char async_suspend : 1 ;
790 bool is_prepared ;
791 bool is_suspended ;
792 bool ignore_children ;
793 spinlock_t lock ;
794 struct list_head entry ;
795 struct completion completion ;
796 struct wakeup_source *wakeup ;
797 bool wakeup_path ;
798 struct timer_list suspend_timer ;
799 unsigned long timer_expires ;
800 struct work_struct work ;
801 wait_queue_head_t wait_queue ;
802 atomic_t usage_count ;
803 atomic_t child_count ;
804 unsigned char disable_depth : 3 ;
805 unsigned char idle_notification : 1 ;
806 unsigned char request_pending : 1 ;
807 unsigned char deferred_resume : 1 ;
808 unsigned char run_wake : 1 ;
809 unsigned char runtime_auto : 1 ;
810 unsigned char no_callbacks : 1 ;
811 unsigned char irq_safe : 1 ;
812 unsigned char use_autosuspend : 1 ;
813 unsigned char timer_autosuspends : 1 ;
814 enum rpm_request request ;
815 enum rpm_status runtime_status ;
816 int runtime_error ;
817 int autosuspend_delay ;
818 unsigned long last_busy ;
819 unsigned long active_jiffies ;
820 unsigned long suspended_jiffies ;
821 unsigned long accounting_timestamp ;
822 ktime_t suspend_time ;
823 s64 max_time_suspended_ns ;
824 struct dev_pm_qos_request *pq_req ;
825 struct pm_subsys_data *subsys_data ;
826 struct pm_qos_constraints *constraints ;
827};
828#line 558 "include/linux/pm.h"
829struct dev_pm_domain {
830 struct dev_pm_ops ops ;
831};
832#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
833struct __anonstruct_mm_context_t_101 {
834 void *ldt ;
835 int size ;
836 unsigned short ia32_compat ;
837 struct mutex lock ;
838 void *vdso ;
839};
840#line 22 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/mmu.h"
841typedef struct __anonstruct_mm_context_t_101 mm_context_t;
842#line 18 "include/asm-generic/pci_iomap.h"
843struct vm_area_struct;
844#line 18
845struct vm_area_struct;
846#line 835 "include/linux/sysctl.h"
847struct rb_node {
848 unsigned long rb_parent_color ;
849 struct rb_node *rb_right ;
850 struct rb_node *rb_left ;
851};
852#line 108 "include/linux/rbtree.h"
853struct rb_root {
854 struct rb_node *rb_node ;
855};
856#line 176
857struct nsproxy;
858#line 176
859struct nsproxy;
860#line 177
861struct ctl_table_root;
862#line 177
863struct ctl_table_root;
864#line 178
865struct ctl_table_header;
866#line 178
867struct ctl_table_header;
868#line 179
869struct ctl_dir;
870#line 179
871struct ctl_dir;
872#line 946 "include/linux/sysctl.h"
873typedef int proc_handler(struct ctl_table * , int , void * , size_t * , loff_t * );
874#line 966 "include/linux/sysctl.h"
875struct ctl_table_poll {
876 atomic_t event ;
877 wait_queue_head_t wait ;
878};
879#line 1005 "include/linux/sysctl.h"
880struct ctl_table {
881 char const *procname ;
882 void *data ;
883 int maxlen ;
884 umode_t mode ;
885 struct ctl_table *child ;
886 proc_handler *proc_handler ;
887 struct ctl_table_poll *poll ;
888 void *extra1 ;
889 void *extra2 ;
890};
891#line 1026 "include/linux/sysctl.h"
892struct ctl_node {
893 struct rb_node node ;
894 struct ctl_table_header *header ;
895};
896#line 1031 "include/linux/sysctl.h"
897struct __anonstruct_ldv_12569_129 {
898 struct ctl_table *ctl_table ;
899 int used ;
900 int count ;
901 int nreg ;
902};
903#line 1031 "include/linux/sysctl.h"
904union __anonunion_ldv_12571_128 {
905 struct __anonstruct_ldv_12569_129 ldv_12569 ;
906 struct rcu_head rcu ;
907};
908#line 1031
909struct ctl_table_set;
910#line 1031 "include/linux/sysctl.h"
911struct ctl_table_header {
912 union __anonunion_ldv_12571_128 ldv_12571 ;
913 struct completion *unregistering ;
914 struct ctl_table *ctl_table_arg ;
915 struct ctl_table_root *root ;
916 struct ctl_table_set *set ;
917 struct ctl_dir *parent ;
918 struct ctl_node *node ;
919};
920#line 1052 "include/linux/sysctl.h"
921struct ctl_dir {
922 struct ctl_table_header header ;
923 struct rb_root root ;
924};
925#line 1058 "include/linux/sysctl.h"
926struct ctl_table_set {
927 int (*is_seen)(struct ctl_table_set * ) ;
928 struct ctl_dir dir ;
929};
930#line 1063 "include/linux/sysctl.h"
931struct ctl_table_root {
932 struct ctl_table_set default_set ;
933 struct ctl_table_set *(*lookup)(struct ctl_table_root * , struct nsproxy * ) ;
934 int (*permissions)(struct ctl_table_root * , struct nsproxy * , struct ctl_table * ) ;
935};
936#line 37 "include/linux/kmod.h"
937struct cred;
938#line 37
939struct cred;
940#line 18 "include/linux/elf.h"
941typedef __u64 Elf64_Addr;
942#line 19 "include/linux/elf.h"
943typedef __u16 Elf64_Half;
944#line 23 "include/linux/elf.h"
945typedef __u32 Elf64_Word;
946#line 24 "include/linux/elf.h"
947typedef __u64 Elf64_Xword;
948#line 193 "include/linux/elf.h"
949struct elf64_sym {
950 Elf64_Word st_name ;
951 unsigned char st_info ;
952 unsigned char st_other ;
953 Elf64_Half st_shndx ;
954 Elf64_Addr st_value ;
955 Elf64_Xword st_size ;
956};
957#line 201 "include/linux/elf.h"
958typedef struct elf64_sym Elf64_Sym;
959#line 445
960struct sock;
961#line 445
962struct sock;
963#line 446
964struct kobject;
965#line 446
966struct kobject;
967#line 447
968enum kobj_ns_type {
969 KOBJ_NS_TYPE_NONE = 0,
970 KOBJ_NS_TYPE_NET = 1,
971 KOBJ_NS_TYPES = 2
972} ;
973#line 453 "include/linux/elf.h"
974struct kobj_ns_type_operations {
975 enum kobj_ns_type type ;
976 void *(*grab_current_ns)(void) ;
977 void const *(*netlink_ns)(struct sock * ) ;
978 void const *(*initial_ns)(void) ;
979 void (*drop_ns)(void * ) ;
980};
981#line 57 "include/linux/kobject_ns.h"
982struct attribute {
983 char const *name ;
984 umode_t mode ;
985 struct lock_class_key *key ;
986 struct lock_class_key skey ;
987};
988#line 33 "include/linux/sysfs.h"
989struct attribute_group {
990 char const *name ;
991 umode_t (*is_visible)(struct kobject * , struct attribute * , int ) ;
992 struct attribute **attrs ;
993};
994#line 62 "include/linux/sysfs.h"
995struct bin_attribute {
996 struct attribute attr ;
997 size_t size ;
998 void *private ;
999 ssize_t (*read)(struct file * , struct kobject * , struct bin_attribute * , char * ,
1000 loff_t , size_t ) ;
1001 ssize_t (*write)(struct file * , struct kobject * , struct bin_attribute * , char * ,
1002 loff_t , size_t ) ;
1003 int (*mmap)(struct file * , struct kobject * , struct bin_attribute * , struct vm_area_struct * ) ;
1004};
1005#line 98 "include/linux/sysfs.h"
1006struct sysfs_ops {
1007 ssize_t (*show)(struct kobject * , struct attribute * , char * ) ;
1008 ssize_t (*store)(struct kobject * , struct attribute * , char const * , size_t ) ;
1009 void const *(*namespace)(struct kobject * , struct attribute const * ) ;
1010};
1011#line 117
1012struct sysfs_dirent;
1013#line 117
1014struct sysfs_dirent;
1015#line 182 "include/linux/sysfs.h"
1016struct kref {
1017 atomic_t refcount ;
1018};
1019#line 49 "include/linux/kobject.h"
1020struct kset;
1021#line 49
1022struct kobj_type;
1023#line 49 "include/linux/kobject.h"
1024struct kobject {
1025 char const *name ;
1026 struct list_head entry ;
1027 struct kobject *parent ;
1028 struct kset *kset ;
1029 struct kobj_type *ktype ;
1030 struct sysfs_dirent *sd ;
1031 struct kref kref ;
1032 unsigned char state_initialized : 1 ;
1033 unsigned char state_in_sysfs : 1 ;
1034 unsigned char state_add_uevent_sent : 1 ;
1035 unsigned char state_remove_uevent_sent : 1 ;
1036 unsigned char uevent_suppress : 1 ;
1037};
1038#line 107 "include/linux/kobject.h"
1039struct kobj_type {
1040 void (*release)(struct kobject * ) ;
1041 struct sysfs_ops const *sysfs_ops ;
1042 struct attribute **default_attrs ;
1043 struct kobj_ns_type_operations const *(*child_ns_type)(struct kobject * ) ;
1044 void const *(*namespace)(struct kobject * ) ;
1045};
1046#line 115 "include/linux/kobject.h"
1047struct kobj_uevent_env {
1048 char *envp[32U] ;
1049 int envp_idx ;
1050 char buf[2048U] ;
1051 int buflen ;
1052};
1053#line 122 "include/linux/kobject.h"
1054struct kset_uevent_ops {
1055 int (* const filter)(struct kset * , struct kobject * ) ;
1056 char const *(* const name)(struct kset * , struct kobject * ) ;
1057 int (* const uevent)(struct kset * , struct kobject * , struct kobj_uevent_env * ) ;
1058};
1059#line 139 "include/linux/kobject.h"
1060struct kset {
1061 struct list_head list ;
1062 spinlock_t list_lock ;
1063 struct kobject kobj ;
1064 struct kset_uevent_ops const *uevent_ops ;
1065};
1066#line 215
1067struct kernel_param;
1068#line 215
1069struct kernel_param;
1070#line 216 "include/linux/kobject.h"
1071struct kernel_param_ops {
1072 int (*set)(char const * , struct kernel_param const * ) ;
1073 int (*get)(char * , struct kernel_param const * ) ;
1074 void (*free)(void * ) ;
1075};
1076#line 49 "include/linux/moduleparam.h"
1077struct kparam_string;
1078#line 49
1079struct kparam_array;
1080#line 49 "include/linux/moduleparam.h"
1081union __anonunion_ldv_13363_134 {
1082 void *arg ;
1083 struct kparam_string const *str ;
1084 struct kparam_array const *arr ;
1085};
1086#line 49 "include/linux/moduleparam.h"
1087struct kernel_param {
1088 char const *name ;
1089 struct kernel_param_ops const *ops ;
1090 u16 perm ;
1091 s16 level ;
1092 union __anonunion_ldv_13363_134 ldv_13363 ;
1093};
1094#line 61 "include/linux/moduleparam.h"
1095struct kparam_string {
1096 unsigned int maxlen ;
1097 char *string ;
1098};
1099#line 67 "include/linux/moduleparam.h"
1100struct kparam_array {
1101 unsigned int max ;
1102 unsigned int elemsize ;
1103 unsigned int *num ;
1104 struct kernel_param_ops const *ops ;
1105 void *elem ;
1106};
1107#line 458 "include/linux/moduleparam.h"
1108struct static_key {
1109 atomic_t enabled ;
1110};
1111#line 225 "include/linux/jump_label.h"
1112struct tracepoint;
1113#line 225
1114struct tracepoint;
1115#line 226 "include/linux/jump_label.h"
1116struct tracepoint_func {
1117 void *func ;
1118 void *data ;
1119};
1120#line 29 "include/linux/tracepoint.h"
1121struct tracepoint {
1122 char const *name ;
1123 struct static_key key ;
1124 void (*regfunc)(void) ;
1125 void (*unregfunc)(void) ;
1126 struct tracepoint_func *funcs ;
1127};
1128#line 86 "include/linux/tracepoint.h"
1129struct kernel_symbol {
1130 unsigned long value ;
1131 char const *name ;
1132};
1133#line 27 "include/linux/export.h"
1134struct mod_arch_specific {
1135
1136};
1137#line 34 "include/linux/module.h"
1138struct module_param_attrs;
1139#line 34 "include/linux/module.h"
1140struct module_kobject {
1141 struct kobject kobj ;
1142 struct module *mod ;
1143 struct kobject *drivers_dir ;
1144 struct module_param_attrs *mp ;
1145};
1146#line 43 "include/linux/module.h"
1147struct module_attribute {
1148 struct attribute attr ;
1149 ssize_t (*show)(struct module_attribute * , struct module_kobject * , char * ) ;
1150 ssize_t (*store)(struct module_attribute * , struct module_kobject * , char const * ,
1151 size_t ) ;
1152 void (*setup)(struct module * , char const * ) ;
1153 int (*test)(struct module * ) ;
1154 void (*free)(struct module * ) ;
1155};
1156#line 69
1157struct exception_table_entry;
1158#line 69
1159struct exception_table_entry;
1160#line 198
1161enum module_state {
1162 MODULE_STATE_LIVE = 0,
1163 MODULE_STATE_COMING = 1,
1164 MODULE_STATE_GOING = 2
1165} ;
1166#line 204 "include/linux/module.h"
1167struct module_ref {
1168 unsigned long incs ;
1169 unsigned long decs ;
1170};
1171#line 219
1172struct module_sect_attrs;
1173#line 219
1174struct module_notes_attrs;
1175#line 219
1176struct ftrace_event_call;
1177#line 219 "include/linux/module.h"
1178struct module {
1179 enum module_state state ;
1180 struct list_head list ;
1181 char name[56U] ;
1182 struct module_kobject mkobj ;
1183 struct module_attribute *modinfo_attrs ;
1184 char const *version ;
1185 char const *srcversion ;
1186 struct kobject *holders_dir ;
1187 struct kernel_symbol const *syms ;
1188 unsigned long const *crcs ;
1189 unsigned int num_syms ;
1190 struct kernel_param *kp ;
1191 unsigned int num_kp ;
1192 unsigned int num_gpl_syms ;
1193 struct kernel_symbol const *gpl_syms ;
1194 unsigned long const *gpl_crcs ;
1195 struct kernel_symbol const *unused_syms ;
1196 unsigned long const *unused_crcs ;
1197 unsigned int num_unused_syms ;
1198 unsigned int num_unused_gpl_syms ;
1199 struct kernel_symbol const *unused_gpl_syms ;
1200 unsigned long const *unused_gpl_crcs ;
1201 struct kernel_symbol const *gpl_future_syms ;
1202 unsigned long const *gpl_future_crcs ;
1203 unsigned int num_gpl_future_syms ;
1204 unsigned int num_exentries ;
1205 struct exception_table_entry *extable ;
1206 int (*init)(void) ;
1207 void *module_init ;
1208 void *module_core ;
1209 unsigned int init_size ;
1210 unsigned int core_size ;
1211 unsigned int init_text_size ;
1212 unsigned int core_text_size ;
1213 unsigned int init_ro_size ;
1214 unsigned int core_ro_size ;
1215 struct mod_arch_specific arch ;
1216 unsigned int taints ;
1217 unsigned int num_bugs ;
1218 struct list_head bug_list ;
1219 struct bug_entry *bug_table ;
1220 Elf64_Sym *symtab ;
1221 Elf64_Sym *core_symtab ;
1222 unsigned int num_symtab ;
1223 unsigned int core_num_syms ;
1224 char *strtab ;
1225 char *core_strtab ;
1226 struct module_sect_attrs *sect_attrs ;
1227 struct module_notes_attrs *notes_attrs ;
1228 char *args ;
1229 void *percpu ;
1230 unsigned int percpu_size ;
1231 unsigned int num_tracepoints ;
1232 struct tracepoint * const *tracepoints_ptrs ;
1233 unsigned int num_trace_bprintk_fmt ;
1234 char const **trace_bprintk_fmt_start ;
1235 struct ftrace_event_call **trace_events ;
1236 unsigned int num_trace_events ;
1237 struct list_head source_list ;
1238 struct list_head target_list ;
1239 struct task_struct *waiter ;
1240 void (*exit)(void) ;
1241 struct module_ref *refptr ;
1242 ctor_fn_t (**ctors)(void) ;
1243 unsigned int num_ctors ;
1244};
1245#line 88 "include/linux/kmemleak.h"
1246struct kmem_cache_cpu {
1247 void **freelist ;
1248 unsigned long tid ;
1249 struct page *page ;
1250 struct page *partial ;
1251 int node ;
1252 unsigned int stat[26U] ;
1253};
1254#line 55 "include/linux/slub_def.h"
1255struct kmem_cache_node {
1256 spinlock_t list_lock ;
1257 unsigned long nr_partial ;
1258 struct list_head partial ;
1259 atomic_long_t nr_slabs ;
1260 atomic_long_t total_objects ;
1261 struct list_head full ;
1262};
1263#line 66 "include/linux/slub_def.h"
1264struct kmem_cache_order_objects {
1265 unsigned long x ;
1266};
1267#line 76 "include/linux/slub_def.h"
1268struct kmem_cache {
1269 struct kmem_cache_cpu *cpu_slab ;
1270 unsigned long flags ;
1271 unsigned long min_partial ;
1272 int size ;
1273 int objsize ;
1274 int offset ;
1275 int cpu_partial ;
1276 struct kmem_cache_order_objects oo ;
1277 struct kmem_cache_order_objects max ;
1278 struct kmem_cache_order_objects min ;
1279 gfp_t allocflags ;
1280 int refcount ;
1281 void (*ctor)(void * ) ;
1282 int inuse ;
1283 int align ;
1284 int reserved ;
1285 char const *name ;
1286 struct list_head list ;
1287 struct kobject kobj ;
1288 int remote_node_defrag_ratio ;
1289 struct kmem_cache_node *node[1024U] ;
1290};
1291#line 54 "include/linux/delay.h"
1292struct prio_tree_node;
1293#line 54 "include/linux/delay.h"
1294struct raw_prio_tree_node {
1295 struct prio_tree_node *left ;
1296 struct prio_tree_node *right ;
1297 struct prio_tree_node *parent ;
1298};
1299#line 19 "include/linux/prio_tree.h"
1300struct prio_tree_node {
1301 struct prio_tree_node *left ;
1302 struct prio_tree_node *right ;
1303 struct prio_tree_node *parent ;
1304 unsigned long start ;
1305 unsigned long last ;
1306};
1307#line 27 "include/linux/prio_tree.h"
1308struct prio_tree_root {
1309 struct prio_tree_node *prio_tree_node ;
1310 unsigned short index_bits ;
1311 unsigned short raw ;
1312};
1313#line 116
1314struct address_space;
1315#line 116
1316struct address_space;
1317#line 117 "include/linux/prio_tree.h"
1318union __anonunion_ldv_14244_136 {
1319 unsigned long index ;
1320 void *freelist ;
1321};
1322#line 117 "include/linux/prio_tree.h"
1323struct __anonstruct_ldv_14254_140 {
1324 unsigned short inuse ;
1325 unsigned short objects : 15 ;
1326 unsigned char frozen : 1 ;
1327};
1328#line 117 "include/linux/prio_tree.h"
1329union __anonunion_ldv_14255_139 {
1330 atomic_t _mapcount ;
1331 struct __anonstruct_ldv_14254_140 ldv_14254 ;
1332};
1333#line 117 "include/linux/prio_tree.h"
1334struct __anonstruct_ldv_14257_138 {
1335 union __anonunion_ldv_14255_139 ldv_14255 ;
1336 atomic_t _count ;
1337};
1338#line 117 "include/linux/prio_tree.h"
1339union __anonunion_ldv_14258_137 {
1340 unsigned long counters ;
1341 struct __anonstruct_ldv_14257_138 ldv_14257 ;
1342};
1343#line 117 "include/linux/prio_tree.h"
1344struct __anonstruct_ldv_14259_135 {
1345 union __anonunion_ldv_14244_136 ldv_14244 ;
1346 union __anonunion_ldv_14258_137 ldv_14258 ;
1347};
1348#line 117 "include/linux/prio_tree.h"
1349struct __anonstruct_ldv_14266_142 {
1350 struct page *next ;
1351 int pages ;
1352 int pobjects ;
1353};
1354#line 117 "include/linux/prio_tree.h"
1355union __anonunion_ldv_14267_141 {
1356 struct list_head lru ;
1357 struct __anonstruct_ldv_14266_142 ldv_14266 ;
1358};
1359#line 117 "include/linux/prio_tree.h"
1360union __anonunion_ldv_14272_143 {
1361 unsigned long private ;
1362 struct kmem_cache *slab ;
1363 struct page *first_page ;
1364};
1365#line 117 "include/linux/prio_tree.h"
1366struct page {
1367 unsigned long flags ;
1368 struct address_space *mapping ;
1369 struct __anonstruct_ldv_14259_135 ldv_14259 ;
1370 union __anonunion_ldv_14267_141 ldv_14267 ;
1371 union __anonunion_ldv_14272_143 ldv_14272 ;
1372 unsigned long debug_flags ;
1373};
1374#line 192 "include/linux/mm_types.h"
1375struct __anonstruct_vm_set_145 {
1376 struct list_head list ;
1377 void *parent ;
1378 struct vm_area_struct *head ;
1379};
1380#line 192 "include/linux/mm_types.h"
1381union __anonunion_shared_144 {
1382 struct __anonstruct_vm_set_145 vm_set ;
1383 struct raw_prio_tree_node prio_tree_node ;
1384};
1385#line 192
1386struct anon_vma;
1387#line 192
1388struct vm_operations_struct;
1389#line 192
1390struct mempolicy;
1391#line 192 "include/linux/mm_types.h"
1392struct vm_area_struct {
1393 struct mm_struct *vm_mm ;
1394 unsigned long vm_start ;
1395 unsigned long vm_end ;
1396 struct vm_area_struct *vm_next ;
1397 struct vm_area_struct *vm_prev ;
1398 pgprot_t vm_page_prot ;
1399 unsigned long vm_flags ;
1400 struct rb_node vm_rb ;
1401 union __anonunion_shared_144 shared ;
1402 struct list_head anon_vma_chain ;
1403 struct anon_vma *anon_vma ;
1404 struct vm_operations_struct const *vm_ops ;
1405 unsigned long vm_pgoff ;
1406 struct file *vm_file ;
1407 void *vm_private_data ;
1408 struct mempolicy *vm_policy ;
1409};
1410#line 255 "include/linux/mm_types.h"
1411struct core_thread {
1412 struct task_struct *task ;
1413 struct core_thread *next ;
1414};
1415#line 261 "include/linux/mm_types.h"
1416struct core_state {
1417 atomic_t nr_threads ;
1418 struct core_thread dumper ;
1419 struct completion startup ;
1420};
1421#line 274 "include/linux/mm_types.h"
1422struct mm_rss_stat {
1423 atomic_long_t count[3U] ;
1424};
1425#line 287
1426struct linux_binfmt;
1427#line 287
1428struct mmu_notifier_mm;
1429#line 287 "include/linux/mm_types.h"
1430struct mm_struct {
1431 struct vm_area_struct *mmap ;
1432 struct rb_root mm_rb ;
1433 struct vm_area_struct *mmap_cache ;
1434 unsigned long (*get_unmapped_area)(struct file * , unsigned long , unsigned long ,
1435 unsigned long , unsigned long ) ;
1436 void (*unmap_area)(struct mm_struct * , unsigned long ) ;
1437 unsigned long mmap_base ;
1438 unsigned long task_size ;
1439 unsigned long cached_hole_size ;
1440 unsigned long free_area_cache ;
1441 pgd_t *pgd ;
1442 atomic_t mm_users ;
1443 atomic_t mm_count ;
1444 int map_count ;
1445 spinlock_t page_table_lock ;
1446 struct rw_semaphore mmap_sem ;
1447 struct list_head mmlist ;
1448 unsigned long hiwater_rss ;
1449 unsigned long hiwater_vm ;
1450 unsigned long total_vm ;
1451 unsigned long locked_vm ;
1452 unsigned long pinned_vm ;
1453 unsigned long shared_vm ;
1454 unsigned long exec_vm ;
1455 unsigned long stack_vm ;
1456 unsigned long reserved_vm ;
1457 unsigned long def_flags ;
1458 unsigned long nr_ptes ;
1459 unsigned long start_code ;
1460 unsigned long end_code ;
1461 unsigned long start_data ;
1462 unsigned long end_data ;
1463 unsigned long start_brk ;
1464 unsigned long brk ;
1465 unsigned long start_stack ;
1466 unsigned long arg_start ;
1467 unsigned long arg_end ;
1468 unsigned long env_start ;
1469 unsigned long env_end ;
1470 unsigned long saved_auxv[44U] ;
1471 struct mm_rss_stat rss_stat ;
1472 struct linux_binfmt *binfmt ;
1473 cpumask_var_t cpu_vm_mask_var ;
1474 mm_context_t context ;
1475 unsigned int faultstamp ;
1476 unsigned int token_priority ;
1477 unsigned int last_interval ;
1478 unsigned long flags ;
1479 struct core_state *core_state ;
1480 spinlock_t ioctx_lock ;
1481 struct hlist_head ioctx_list ;
1482 struct task_struct *owner ;
1483 struct file *exe_file ;
1484 unsigned long num_exe_file_vmas ;
1485 struct mmu_notifier_mm *mmu_notifier_mm ;
1486 pgtable_t pmd_huge_pte ;
1487 struct cpumask cpumask_allocation ;
1488};
1489#line 11 "include/linux/socket.h"
1490typedef unsigned short __kernel_sa_family_t;
1491#line 18 "include/linux/socket.h"
1492struct iovec {
1493 void *iov_base ;
1494 __kernel_size_t iov_len ;
1495};
1496#line 40 "include/linux/socket.h"
1497typedef __kernel_sa_family_t sa_family_t;
1498#line 41 "include/linux/socket.h"
1499struct sockaddr {
1500 sa_family_t sa_family ;
1501 char sa_data[14U] ;
1502};
1503#line 174 "include/asm-generic/fcntl.h"
1504struct poll_table_struct;
1505#line 174
1506struct poll_table_struct;
1507#line 175
1508struct pipe_inode_info;
1509#line 175
1510struct pipe_inode_info;
1511#line 176
1512struct inode;
1513#line 176
1514struct inode;
1515#line 177
1516struct net;
1517#line 177
1518struct net;
1519#line 194
1520struct fasync_struct;
1521#line 153 "include/linux/net.h"
1522struct kiocb;
1523#line 153
1524struct kiocb;
1525#line 177 "include/linux/textsearch.h"
1526struct exception_table_entry {
1527 unsigned long insn ;
1528 unsigned long fixup ;
1529};
1530#line 108 "include/net/checksum.h"
1531struct sk_buff;
1532#line 108
1533struct sk_buff;
1534#line 120
1535struct klist_node;
1536#line 120
1537struct klist_node;
1538#line 37 "include/linux/klist.h"
1539struct klist_node {
1540 void *n_klist ;
1541 struct list_head n_node ;
1542 struct kref n_ref ;
1543};
1544#line 67
1545struct dma_map_ops;
1546#line 67 "include/linux/klist.h"
1547struct dev_archdata {
1548 void *acpi_handle ;
1549 struct dma_map_ops *dma_ops ;
1550 void *iommu ;
1551};
1552#line 17 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1553struct device_private;
1554#line 17
1555struct device_private;
1556#line 18
1557struct device_driver;
1558#line 18
1559struct device_driver;
1560#line 19
1561struct driver_private;
1562#line 19
1563struct driver_private;
1564#line 20
1565struct class;
1566#line 20
1567struct class;
1568#line 21
1569struct subsys_private;
1570#line 21
1571struct subsys_private;
1572#line 22
1573struct bus_type;
1574#line 22
1575struct bus_type;
1576#line 23
1577struct device_node;
1578#line 23
1579struct device_node;
1580#line 24
1581struct iommu_ops;
1582#line 24
1583struct iommu_ops;
1584#line 25 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/device.h"
1585struct bus_attribute {
1586 struct attribute attr ;
1587 ssize_t (*show)(struct bus_type * , char * ) ;
1588 ssize_t (*store)(struct bus_type * , char const * , size_t ) ;
1589};
1590#line 51 "include/linux/device.h"
1591struct device_attribute;
1592#line 51
1593struct driver_attribute;
1594#line 51 "include/linux/device.h"
1595struct bus_type {
1596 char const *name ;
1597 char const *dev_name ;
1598 struct device *dev_root ;
1599 struct bus_attribute *bus_attrs ;
1600 struct device_attribute *dev_attrs ;
1601 struct driver_attribute *drv_attrs ;
1602 int (*match)(struct device * , struct device_driver * ) ;
1603 int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1604 int (*probe)(struct device * ) ;
1605 int (*remove)(struct device * ) ;
1606 void (*shutdown)(struct device * ) ;
1607 int (*suspend)(struct device * , pm_message_t ) ;
1608 int (*resume)(struct device * ) ;
1609 struct dev_pm_ops const *pm ;
1610 struct iommu_ops *iommu_ops ;
1611 struct subsys_private *p ;
1612};
1613#line 125
1614struct device_type;
1615#line 182
1616struct of_device_id;
1617#line 182 "include/linux/device.h"
1618struct device_driver {
1619 char const *name ;
1620 struct bus_type *bus ;
1621 struct module *owner ;
1622 char const *mod_name ;
1623 bool suppress_bind_attrs ;
1624 struct of_device_id const *of_match_table ;
1625 int (*probe)(struct device * ) ;
1626 int (*remove)(struct device * ) ;
1627 void (*shutdown)(struct device * ) ;
1628 int (*suspend)(struct device * , pm_message_t ) ;
1629 int (*resume)(struct device * ) ;
1630 struct attribute_group const **groups ;
1631 struct dev_pm_ops const *pm ;
1632 struct driver_private *p ;
1633};
1634#line 245 "include/linux/device.h"
1635struct driver_attribute {
1636 struct attribute attr ;
1637 ssize_t (*show)(struct device_driver * , char * ) ;
1638 ssize_t (*store)(struct device_driver * , char const * , size_t ) ;
1639};
1640#line 299
1641struct class_attribute;
1642#line 299 "include/linux/device.h"
1643struct class {
1644 char const *name ;
1645 struct module *owner ;
1646 struct class_attribute *class_attrs ;
1647 struct device_attribute *dev_attrs ;
1648 struct bin_attribute *dev_bin_attrs ;
1649 struct kobject *dev_kobj ;
1650 int (*dev_uevent)(struct device * , struct kobj_uevent_env * ) ;
1651 char *(*devnode)(struct device * , umode_t * ) ;
1652 void (*class_release)(struct class * ) ;
1653 void (*dev_release)(struct device * ) ;
1654 int (*suspend)(struct device * , pm_message_t ) ;
1655 int (*resume)(struct device * ) ;
1656 struct kobj_ns_type_operations const *ns_type ;
1657 void const *(*namespace)(struct device * ) ;
1658 struct dev_pm_ops const *pm ;
1659 struct subsys_private *p ;
1660};
1661#line 394 "include/linux/device.h"
1662struct class_attribute {
1663 struct attribute attr ;
1664 ssize_t (*show)(struct class * , struct class_attribute * , char * ) ;
1665 ssize_t (*store)(struct class * , struct class_attribute * , char const * , size_t ) ;
1666 void const *(*namespace)(struct class * , struct class_attribute const * ) ;
1667};
1668#line 447 "include/linux/device.h"
1669struct device_type {
1670 char const *name ;
1671 struct attribute_group const **groups ;
1672 int (*uevent)(struct device * , struct kobj_uevent_env * ) ;
1673 char *(*devnode)(struct device * , umode_t * ) ;
1674 void (*release)(struct device * ) ;
1675 struct dev_pm_ops const *pm ;
1676};
1677#line 474 "include/linux/device.h"
1678struct device_attribute {
1679 struct attribute attr ;
1680 ssize_t (*show)(struct device * , struct device_attribute * , char * ) ;
1681 ssize_t (*store)(struct device * , struct device_attribute * , char const * ,
1682 size_t ) ;
1683};
1684#line 557 "include/linux/device.h"
1685struct device_dma_parameters {
1686 unsigned int max_segment_size ;
1687 unsigned long segment_boundary_mask ;
1688};
1689#line 567
1690struct dma_coherent_mem;
1691#line 567 "include/linux/device.h"
1692struct device {
1693 struct device *parent ;
1694 struct device_private *p ;
1695 struct kobject kobj ;
1696 char const *init_name ;
1697 struct device_type const *type ;
1698 struct mutex mutex ;
1699 struct bus_type *bus ;
1700 struct device_driver *driver ;
1701 void *platform_data ;
1702 struct dev_pm_info power ;
1703 struct dev_pm_domain *pm_domain ;
1704 int numa_node ;
1705 u64 *dma_mask ;
1706 u64 coherent_dma_mask ;
1707 struct device_dma_parameters *dma_parms ;
1708 struct list_head dma_pools ;
1709 struct dma_coherent_mem *dma_mem ;
1710 struct dev_archdata archdata ;
1711 struct device_node *of_node ;
1712 dev_t devt ;
1713 u32 id ;
1714 spinlock_t devres_lock ;
1715 struct list_head devres_head ;
1716 struct klist_node knode_class ;
1717 struct class *class ;
1718 struct attribute_group const **groups ;
1719 void (*release)(struct device * ) ;
1720};
1721#line 681 "include/linux/device.h"
1722struct wakeup_source {
1723 char const *name ;
1724 struct list_head entry ;
1725 spinlock_t lock ;
1726 struct timer_list timer ;
1727 unsigned long timer_expires ;
1728 ktime_t total_time ;
1729 ktime_t max_time ;
1730 ktime_t last_time ;
1731 unsigned long event_count ;
1732 unsigned long active_count ;
1733 unsigned long relax_count ;
1734 unsigned long hit_count ;
1735 unsigned char active : 1 ;
1736};
1737#line 93 "include/linux/bit_spinlock.h"
1738struct shrink_control {
1739 gfp_t gfp_mask ;
1740 unsigned long nr_to_scan ;
1741};
1742#line 14 "include/linux/shrinker.h"
1743struct shrinker {
1744 int (*shrink)(struct shrinker * , struct shrink_control * ) ;
1745 int seeks ;
1746 long batch ;
1747 struct list_head list ;
1748 atomic_long_t nr_in_batch ;
1749};
1750#line 43
1751struct file_ra_state;
1752#line 43
1753struct file_ra_state;
1754#line 44
1755struct user_struct;
1756#line 44
1757struct user_struct;
1758#line 45
1759struct writeback_control;
1760#line 45
1761struct writeback_control;
1762#line 178 "include/linux/mm.h"
1763struct vm_fault {
1764 unsigned int flags ;
1765 unsigned long pgoff ;
1766 void *virtual_address ;
1767 struct page *page ;
1768};
1769#line 195 "include/linux/mm.h"
1770struct vm_operations_struct {
1771 void (*open)(struct vm_area_struct * ) ;
1772 void (*close)(struct vm_area_struct * ) ;
1773 int (*fault)(struct vm_area_struct * , struct vm_fault * ) ;
1774 int (*page_mkwrite)(struct vm_area_struct * , struct vm_fault * ) ;
1775 int (*access)(struct vm_area_struct * , unsigned long , void * , int , int ) ;
1776 int (*set_policy)(struct vm_area_struct * , struct mempolicy * ) ;
1777 struct mempolicy *(*get_policy)(struct vm_area_struct * , unsigned long ) ;
1778 int (*migrate)(struct vm_area_struct * , nodemask_t const * , nodemask_t const * ,
1779 unsigned long ) ;
1780};
1781#line 1631 "include/linux/mm.h"
1782struct scatterlist {
1783 unsigned long sg_magic ;
1784 unsigned long page_link ;
1785 unsigned int offset ;
1786 unsigned int length ;
1787 dma_addr_t dma_address ;
1788 unsigned int dma_length ;
1789};
1790#line 37 "include/linux/dmaengine.h"
1791typedef s32 dma_cookie_t;
1792#line 999 "include/linux/dmaengine.h"
1793struct timerqueue_node {
1794 struct rb_node node ;
1795 ktime_t expires ;
1796};
1797#line 12 "include/linux/timerqueue.h"
1798struct timerqueue_head {
1799 struct rb_root head ;
1800 struct timerqueue_node *next ;
1801};
1802#line 50
1803struct hrtimer_clock_base;
1804#line 50
1805struct hrtimer_clock_base;
1806#line 51
1807struct hrtimer_cpu_base;
1808#line 51
1809struct hrtimer_cpu_base;
1810#line 60
1811enum hrtimer_restart {
1812 HRTIMER_NORESTART = 0,
1813 HRTIMER_RESTART = 1
1814} ;
1815#line 65 "include/linux/timerqueue.h"
1816struct hrtimer {
1817 struct timerqueue_node node ;
1818 ktime_t _softexpires ;
1819 enum hrtimer_restart (*function)(struct hrtimer * ) ;
1820 struct hrtimer_clock_base *base ;
1821 unsigned long state ;
1822 int start_pid ;
1823 void *start_site ;
1824 char start_comm[16U] ;
1825};
1826#line 132 "include/linux/hrtimer.h"
1827struct hrtimer_clock_base {
1828 struct hrtimer_cpu_base *cpu_base ;
1829 int index ;
1830 clockid_t clockid ;
1831 struct timerqueue_head active ;
1832 ktime_t resolution ;
1833 ktime_t (*get_time)(void) ;
1834 ktime_t softirq_time ;
1835 ktime_t offset ;
1836};
1837#line 162 "include/linux/hrtimer.h"
1838struct hrtimer_cpu_base {
1839 raw_spinlock_t lock ;
1840 unsigned long active_bases ;
1841 ktime_t expires_next ;
1842 int hres_active ;
1843 int hang_detected ;
1844 unsigned long nr_events ;
1845 unsigned long nr_retries ;
1846 unsigned long nr_hangs ;
1847 ktime_t max_hang_time ;
1848 struct hrtimer_clock_base clock_base[3U] ;
1849};
1850#line 460 "include/linux/hrtimer.h"
1851struct dma_attrs {
1852 unsigned long flags[1U] ;
1853};
1854#line 67 "include/linux/dma-attrs.h"
1855enum dma_data_direction {
1856 DMA_BIDIRECTIONAL = 0,
1857 DMA_TO_DEVICE = 1,
1858 DMA_FROM_DEVICE = 2,
1859 DMA_NONE = 3
1860} ;
1861#line 74 "include/linux/dma-attrs.h"
1862struct dma_map_ops {
1863 void *(*alloc)(struct device * , size_t , dma_addr_t * , gfp_t , struct dma_attrs * ) ;
1864 void (*free)(struct device * , size_t , void * , dma_addr_t , struct dma_attrs * ) ;
1865 int (*mmap)(struct device * , struct vm_area_struct * , void * , dma_addr_t ,
1866 size_t , struct dma_attrs * ) ;
1867 dma_addr_t (*map_page)(struct device * , struct page * , unsigned long , size_t ,
1868 enum dma_data_direction , struct dma_attrs * ) ;
1869 void (*unmap_page)(struct device * , dma_addr_t , size_t , enum dma_data_direction ,
1870 struct dma_attrs * ) ;
1871 int (*map_sg)(struct device * , struct scatterlist * , int , enum dma_data_direction ,
1872 struct dma_attrs * ) ;
1873 void (*unmap_sg)(struct device * , struct scatterlist * , int , enum dma_data_direction ,
1874 struct dma_attrs * ) ;
1875 void (*sync_single_for_cpu)(struct device * , dma_addr_t , size_t , enum dma_data_direction ) ;
1876 void (*sync_single_for_device)(struct device * , dma_addr_t , size_t , enum dma_data_direction ) ;
1877 void (*sync_sg_for_cpu)(struct device * , struct scatterlist * , int , enum dma_data_direction ) ;
1878 void (*sync_sg_for_device)(struct device * , struct scatterlist * , int , enum dma_data_direction ) ;
1879 int (*mapping_error)(struct device * , dma_addr_t ) ;
1880 int (*dma_supported)(struct device * , u64 ) ;
1881 int (*set_dma_mask)(struct device * , u64 ) ;
1882 int is_phys ;
1883};
1884#line 15 "include/linux/netdev_features.h"
1885typedef u64 netdev_features_t;
1886#line 56 "include/linux/netdev_features.h"
1887struct nf_conntrack {
1888 atomic_t use ;
1889};
1890#line 116 "include/linux/skbuff.h"
1891struct nf_bridge_info {
1892 atomic_t use ;
1893 struct net_device *physindev ;
1894 struct net_device *physoutdev ;
1895 unsigned int mask ;
1896 unsigned long data[4U] ;
1897};
1898#line 126 "include/linux/skbuff.h"
1899struct sk_buff_head {
1900 struct sk_buff *next ;
1901 struct sk_buff *prev ;
1902 __u32 qlen ;
1903 spinlock_t lock ;
1904};
1905#line 318 "include/linux/skbuff.h"
1906typedef unsigned int sk_buff_data_t;
1907#line 319
1908struct sec_path;
1909#line 319 "include/linux/skbuff.h"
1910struct __anonstruct_ldv_19940_149 {
1911 __u16 csum_start ;
1912 __u16 csum_offset ;
1913};
1914#line 319 "include/linux/skbuff.h"
1915union __anonunion_ldv_19941_148 {
1916 __wsum csum ;
1917 struct __anonstruct_ldv_19940_149 ldv_19940 ;
1918};
1919#line 319 "include/linux/skbuff.h"
1920union __anonunion_ldv_19977_150 {
1921 __u32 mark ;
1922 __u32 dropcount ;
1923 __u32 avail_size ;
1924};
1925#line 319 "include/linux/skbuff.h"
1926struct sk_buff {
1927 struct sk_buff *next ;
1928 struct sk_buff *prev ;
1929 ktime_t tstamp ;
1930 struct sock *sk ;
1931 struct net_device *dev ;
1932 char cb[48U] ;
1933 unsigned long _skb_refdst ;
1934 struct sec_path *sp ;
1935 unsigned int len ;
1936 unsigned int data_len ;
1937 __u16 mac_len ;
1938 __u16 hdr_len ;
1939 union __anonunion_ldv_19941_148 ldv_19941 ;
1940 __u32 priority ;
1941 unsigned char local_df : 1 ;
1942 unsigned char cloned : 1 ;
1943 unsigned char ip_summed : 2 ;
1944 unsigned char nohdr : 1 ;
1945 unsigned char nfctinfo : 3 ;
1946 unsigned char pkt_type : 3 ;
1947 unsigned char fclone : 2 ;
1948 unsigned char ipvs_property : 1 ;
1949 unsigned char peeked : 1 ;
1950 unsigned char nf_trace : 1 ;
1951 __be16 protocol ;
1952 void (*destructor)(struct sk_buff * ) ;
1953 struct nf_conntrack *nfct ;
1954 struct sk_buff *nfct_reasm ;
1955 struct nf_bridge_info *nf_bridge ;
1956 int skb_iif ;
1957 __u32 rxhash ;
1958 __u16 vlan_tci ;
1959 __u16 tc_index ;
1960 __u16 tc_verd ;
1961 __u16 queue_mapping ;
1962 unsigned char ndisc_nodetype : 2 ;
1963 unsigned char ooo_okay : 1 ;
1964 unsigned char l4_rxhash : 1 ;
1965 unsigned char wifi_acked_valid : 1 ;
1966 unsigned char wifi_acked : 1 ;
1967 unsigned char no_fcs : 1 ;
1968 dma_cookie_t dma_cookie ;
1969 __u32 secmark ;
1970 union __anonunion_ldv_19977_150 ldv_19977 ;
1971 sk_buff_data_t transport_header ;
1972 sk_buff_data_t network_header ;
1973 sk_buff_data_t mac_header ;
1974 sk_buff_data_t tail ;
1975 sk_buff_data_t end ;
1976 unsigned char *head ;
1977 unsigned char *data ;
1978 unsigned int truesize ;
1979 atomic_t users ;
1980};
1981#line 520
1982struct dst_entry;
1983#line 41 "include/linux/hdlc/ioctl.h"
1984struct __anonstruct_sync_serial_settings_151 {
1985 unsigned int clock_rate ;
1986 unsigned int clock_type ;
1987 unsigned short loopback ;
1988};
1989#line 41 "include/linux/hdlc/ioctl.h"
1990typedef struct __anonstruct_sync_serial_settings_151 sync_serial_settings;
1991#line 48 "include/linux/hdlc/ioctl.h"
1992struct __anonstruct_te1_settings_152 {
1993 unsigned int clock_rate ;
1994 unsigned int clock_type ;
1995 unsigned short loopback ;
1996 unsigned int slot_map ;
1997};
1998#line 48 "include/linux/hdlc/ioctl.h"
1999typedef struct __anonstruct_te1_settings_152 te1_settings;
2000#line 53 "include/linux/hdlc/ioctl.h"
2001struct __anonstruct_raw_hdlc_proto_153 {
2002 unsigned short encoding ;
2003 unsigned short parity ;
2004};
2005#line 53 "include/linux/hdlc/ioctl.h"
2006typedef struct __anonstruct_raw_hdlc_proto_153 raw_hdlc_proto;
2007#line 63 "include/linux/hdlc/ioctl.h"
2008struct __anonstruct_fr_proto_154 {
2009 unsigned int t391 ;
2010 unsigned int t392 ;
2011 unsigned int n391 ;
2012 unsigned int n392 ;
2013 unsigned int n393 ;
2014 unsigned short lmi ;
2015 unsigned short dce ;
2016};
2017#line 63 "include/linux/hdlc/ioctl.h"
2018typedef struct __anonstruct_fr_proto_154 fr_proto;
2019#line 67 "include/linux/hdlc/ioctl.h"
2020struct __anonstruct_fr_proto_pvc_155 {
2021 unsigned int dlci ;
2022};
2023#line 67 "include/linux/hdlc/ioctl.h"
2024typedef struct __anonstruct_fr_proto_pvc_155 fr_proto_pvc;
2025#line 72 "include/linux/hdlc/ioctl.h"
2026struct __anonstruct_fr_proto_pvc_info_156 {
2027 unsigned int dlci ;
2028 char master[16U] ;
2029};
2030#line 72 "include/linux/hdlc/ioctl.h"
2031typedef struct __anonstruct_fr_proto_pvc_info_156 fr_proto_pvc_info;
2032#line 77 "include/linux/hdlc/ioctl.h"
2033struct __anonstruct_cisco_proto_157 {
2034 unsigned int interval ;
2035 unsigned int timeout ;
2036};
2037#line 77 "include/linux/hdlc/ioctl.h"
2038typedef struct __anonstruct_cisco_proto_157 cisco_proto;
2039#line 93 "include/linux/hdlc/ioctl.h"
2040struct ifmap {
2041 unsigned long mem_start ;
2042 unsigned long mem_end ;
2043 unsigned short base_addr ;
2044 unsigned char irq ;
2045 unsigned char dma ;
2046 unsigned char port ;
2047};
2048#line 148 "include/linux/if.h"
2049union __anonunion_ifs_ifsu_158 {
2050 raw_hdlc_proto *raw_hdlc ;
2051 cisco_proto *cisco ;
2052 fr_proto *fr ;
2053 fr_proto_pvc *fr_pvc ;
2054 fr_proto_pvc_info *fr_pvc_info ;
2055 sync_serial_settings *sync ;
2056 te1_settings *te1 ;
2057};
2058#line 148 "include/linux/if.h"
2059struct if_settings {
2060 unsigned int type ;
2061 unsigned int size ;
2062 union __anonunion_ifs_ifsu_158 ifs_ifsu ;
2063};
2064#line 166 "include/linux/if.h"
2065union __anonunion_ifr_ifrn_159 {
2066 char ifrn_name[16U] ;
2067};
2068#line 166 "include/linux/if.h"
2069union __anonunion_ifr_ifru_160 {
2070 struct sockaddr ifru_addr ;
2071 struct sockaddr ifru_dstaddr ;
2072 struct sockaddr ifru_broadaddr ;
2073 struct sockaddr ifru_netmask ;
2074 struct sockaddr ifru_hwaddr ;
2075 short ifru_flags ;
2076 int ifru_ivalue ;
2077 int ifru_mtu ;
2078 struct ifmap ifru_map ;
2079 char ifru_slave[16U] ;
2080 char ifru_newname[16U] ;
2081 void *ifru_data ;
2082 struct if_settings ifru_settings ;
2083};
2084#line 166 "include/linux/if.h"
2085struct ifreq {
2086 union __anonunion_ifr_ifrn_159 ifr_ifrn ;
2087 union __anonunion_ifr_ifru_160 ifr_ifru ;
2088};
2089#line 230
2090enum ldv_18674 {
2091 IRDA_TEKRAM_DONGLE = 0,
2092 IRDA_ESI_DONGLE = 1,
2093 IRDA_ACTISYS_DONGLE = 2,
2094 IRDA_ACTISYS_PLUS_DONGLE = 3,
2095 IRDA_GIRBIL_DONGLE = 4,
2096 IRDA_LITELINK_DONGLE = 5,
2097 IRDA_AIRPORT_DONGLE = 6,
2098 IRDA_OLD_BELKIN_DONGLE = 7,
2099 IRDA_EP7211_IR = 8,
2100 IRDA_MCP2120_DONGLE = 9,
2101 IRDA_ACT200L_DONGLE = 10,
2102 IRDA_MA600_DONGLE = 11,
2103 IRDA_TOIM3232_DONGLE = 12,
2104 IRDA_EP7211_DONGLE = 13
2105} ;
2106#line 80 "include/linux/irda.h"
2107typedef enum ldv_18674 IRDA_DONGLE;
2108#line 34 "include/net/irda/irda.h"
2109typedef __u32 magic_t;
2110#line 128 "include/net/irda/irda.h"
2111struct ethhdr {
2112 unsigned char h_dest[6U] ;
2113 unsigned char h_source[6U] ;
2114 __be16 h_proto ;
2115};
2116#line 117 "include/linux/netlink.h"
2117struct nlattr {
2118 __u16 nla_len ;
2119 __u16 nla_type ;
2120};
2121#line 93 "include/linux/capability.h"
2122struct kernel_cap_struct {
2123 __u32 cap[2U] ;
2124};
2125#line 96 "include/linux/capability.h"
2126typedef struct kernel_cap_struct kernel_cap_t;
2127#line 104
2128struct dentry;
2129#line 104
2130struct dentry;
2131#line 105
2132struct user_namespace;
2133#line 105
2134struct user_namespace;
2135#line 39 "include/linux/if_link.h"
2136struct rtnl_link_stats64 {
2137 __u64 rx_packets ;
2138 __u64 tx_packets ;
2139 __u64 rx_bytes ;
2140 __u64 tx_bytes ;
2141 __u64 rx_errors ;
2142 __u64 tx_errors ;
2143 __u64 rx_dropped ;
2144 __u64 tx_dropped ;
2145 __u64 multicast ;
2146 __u64 collisions ;
2147 __u64 rx_length_errors ;
2148 __u64 rx_over_errors ;
2149 __u64 rx_crc_errors ;
2150 __u64 rx_frame_errors ;
2151 __u64 rx_fifo_errors ;
2152 __u64 rx_missed_errors ;
2153 __u64 tx_aborted_errors ;
2154 __u64 tx_carrier_errors ;
2155 __u64 tx_fifo_errors ;
2156 __u64 tx_heartbeat_errors ;
2157 __u64 tx_window_errors ;
2158 __u64 rx_compressed ;
2159 __u64 tx_compressed ;
2160};
2161#line 309 "include/linux/if_link.h"
2162struct ifla_vf_info {
2163 __u32 vf ;
2164 __u8 mac[32U] ;
2165 __u32 vlan ;
2166 __u32 qos ;
2167 __u32 tx_rate ;
2168 __u32 spoofchk ;
2169};
2170#line 393 "include/linux/if_link.h"
2171struct plist_head {
2172 struct list_head node_list ;
2173};
2174#line 84 "include/linux/plist.h"
2175struct plist_node {
2176 int prio ;
2177 struct list_head prio_list ;
2178 struct list_head node_list ;
2179};
2180#line 254
2181struct file_operations;
2182#line 71 "include/linux/miscdevice.h"
2183struct pm_qos_request {
2184 struct plist_node node ;
2185 int pm_qos_class ;
2186 struct delayed_work work ;
2187};
2188#line 35 "include/linux/pm_qos.h"
2189struct dev_pm_qos_request {
2190 struct plist_node node ;
2191 struct device *dev ;
2192};
2193#line 40
2194enum pm_qos_type {
2195 PM_QOS_UNITIALIZED = 0,
2196 PM_QOS_MAX = 1,
2197 PM_QOS_MIN = 2
2198} ;
2199#line 46 "include/linux/pm_qos.h"
2200struct pm_qos_constraints {
2201 struct plist_head list ;
2202 s32 target_value ;
2203 s32 default_value ;
2204 enum pm_qos_type type ;
2205 struct blocking_notifier_head *notifiers ;
2206};
2207#line 427 "include/linux/rculist.h"
2208struct dql {
2209 unsigned int num_queued ;
2210 unsigned int adj_limit ;
2211 unsigned int last_obj_cnt ;
2212 unsigned int limit ;
2213 unsigned int num_completed ;
2214 unsigned int prev_ovlimit ;
2215 unsigned int prev_num_queued ;
2216 unsigned int prev_last_obj_cnt ;
2217 unsigned int lowest_slack ;
2218 unsigned long slack_start_time ;
2219 unsigned int max_limit ;
2220 unsigned int min_limit ;
2221 unsigned int slack_hold_time ;
2222};
2223#line 98 "include/linux/sem.h"
2224struct sem_undo_list;
2225#line 98 "include/linux/sem.h"
2226struct sysv_sem {
2227 struct sem_undo_list *undo_list ;
2228};
2229#line 110
2230struct block_device;
2231#line 110
2232struct block_device;
2233#line 89 "include/linux/kdev_t.h"
2234struct hlist_bl_node;
2235#line 89 "include/linux/kdev_t.h"
2236struct hlist_bl_head {
2237 struct hlist_bl_node *first ;
2238};
2239#line 36 "include/linux/list_bl.h"
2240struct hlist_bl_node {
2241 struct hlist_bl_node *next ;
2242 struct hlist_bl_node **pprev ;
2243};
2244#line 114 "include/linux/rculist_bl.h"
2245struct nameidata;
2246#line 114
2247struct nameidata;
2248#line 115
2249struct path;
2250#line 115
2251struct path;
2252#line 116
2253struct vfsmount;
2254#line 116
2255struct vfsmount;
2256#line 117 "include/linux/rculist_bl.h"
2257struct qstr {
2258 unsigned int hash ;
2259 unsigned int len ;
2260 unsigned char const *name ;
2261};
2262#line 72 "include/linux/dcache.h"
2263struct dentry_operations;
2264#line 72
2265struct super_block;
2266#line 72 "include/linux/dcache.h"
2267union __anonunion_d_u_170 {
2268 struct list_head d_child ;
2269 struct rcu_head d_rcu ;
2270};
2271#line 72 "include/linux/dcache.h"
2272struct dentry {
2273 unsigned int d_flags ;
2274 seqcount_t d_seq ;
2275 struct hlist_bl_node d_hash ;
2276 struct dentry *d_parent ;
2277 struct qstr d_name ;
2278 struct inode *d_inode ;
2279 unsigned char d_iname[32U] ;
2280 unsigned int d_count ;
2281 spinlock_t d_lock ;
2282 struct dentry_operations const *d_op ;
2283 struct super_block *d_sb ;
2284 unsigned long d_time ;
2285 void *d_fsdata ;
2286 struct list_head d_lru ;
2287 union __anonunion_d_u_170 d_u ;
2288 struct list_head d_subdirs ;
2289 struct list_head d_alias ;
2290};
2291#line 123 "include/linux/dcache.h"
2292struct dentry_operations {
2293 int (*d_revalidate)(struct dentry * , struct nameidata * ) ;
2294 int (*d_hash)(struct dentry const * , struct inode const * , struct qstr * ) ;
2295 int (*d_compare)(struct dentry const * , struct inode const * , struct dentry const * ,
2296 struct inode const * , unsigned int , char const * , struct qstr const * ) ;
2297 int (*d_delete)(struct dentry const * ) ;
2298 void (*d_release)(struct dentry * ) ;
2299 void (*d_prune)(struct dentry * ) ;
2300 void (*d_iput)(struct dentry * , struct inode * ) ;
2301 char *(*d_dname)(struct dentry * , char * , int ) ;
2302 struct vfsmount *(*d_automount)(struct path * ) ;
2303 int (*d_manage)(struct dentry * , bool ) ;
2304};
2305#line 402 "include/linux/dcache.h"
2306struct path {
2307 struct vfsmount *mnt ;
2308 struct dentry *dentry ;
2309};
2310#line 58 "include/linux/radix-tree.h"
2311struct radix_tree_node;
2312#line 58 "include/linux/radix-tree.h"
2313struct radix_tree_root {
2314 unsigned int height ;
2315 gfp_t gfp_mask ;
2316 struct radix_tree_node *rnode ;
2317};
2318#line 377
2319enum pid_type {
2320 PIDTYPE_PID = 0,
2321 PIDTYPE_PGID = 1,
2322 PIDTYPE_SID = 2,
2323 PIDTYPE_MAX = 3
2324} ;
2325#line 384
2326struct pid_namespace;
2327#line 384 "include/linux/radix-tree.h"
2328struct upid {
2329 int nr ;
2330 struct pid_namespace *ns ;
2331 struct hlist_node pid_chain ;
2332};
2333#line 56 "include/linux/pid.h"
2334struct pid {
2335 atomic_t count ;
2336 unsigned int level ;
2337 struct hlist_head tasks[3U] ;
2338 struct rcu_head rcu ;
2339 struct upid numbers[1U] ;
2340};
2341#line 68 "include/linux/pid.h"
2342struct pid_link {
2343 struct hlist_node node ;
2344 struct pid *pid ;
2345};
2346#line 175 "include/linux/pid.h"
2347struct semaphore {
2348 raw_spinlock_t lock ;
2349 unsigned int count ;
2350 struct list_head wait_list ;
2351};
2352#line 45 "include/linux/semaphore.h"
2353struct fiemap_extent {
2354 __u64 fe_logical ;
2355 __u64 fe_physical ;
2356 __u64 fe_length ;
2357 __u64 fe_reserved64[2U] ;
2358 __u32 fe_flags ;
2359 __u32 fe_reserved[3U] ;
2360};
2361#line 38 "include/linux/fiemap.h"
2362enum migrate_mode {
2363 MIGRATE_ASYNC = 0,
2364 MIGRATE_SYNC_LIGHT = 1,
2365 MIGRATE_SYNC = 2
2366} ;
2367#line 44
2368struct export_operations;
2369#line 44
2370struct export_operations;
2371#line 46
2372struct kstatfs;
2373#line 46
2374struct kstatfs;
2375#line 435 "include/linux/fs.h"
2376struct iattr {
2377 unsigned int ia_valid ;
2378 umode_t ia_mode ;
2379 uid_t ia_uid ;
2380 gid_t ia_gid ;
2381 loff_t ia_size ;
2382 struct timespec ia_atime ;
2383 struct timespec ia_mtime ;
2384 struct timespec ia_ctime ;
2385 struct file *ia_file ;
2386};
2387#line 119 "include/linux/quota.h"
2388struct if_dqinfo {
2389 __u64 dqi_bgrace ;
2390 __u64 dqi_igrace ;
2391 __u32 dqi_flags ;
2392 __u32 dqi_valid ;
2393};
2394#line 152 "include/linux/quota.h"
2395struct percpu_counter {
2396 raw_spinlock_t lock ;
2397 s64 count ;
2398 struct list_head list ;
2399 s32 *counters ;
2400};
2401#line 176 "include/linux/percpu_counter.h"
2402struct fs_disk_quota {
2403 __s8 d_version ;
2404 __s8 d_flags ;
2405 __u16 d_fieldmask ;
2406 __u32 d_id ;
2407 __u64 d_blk_hardlimit ;
2408 __u64 d_blk_softlimit ;
2409 __u64 d_ino_hardlimit ;
2410 __u64 d_ino_softlimit ;
2411 __u64 d_bcount ;
2412 __u64 d_icount ;
2413 __s32 d_itimer ;
2414 __s32 d_btimer ;
2415 __u16 d_iwarns ;
2416 __u16 d_bwarns ;
2417 __s32 d_padding2 ;
2418 __u64 d_rtb_hardlimit ;
2419 __u64 d_rtb_softlimit ;
2420 __u64 d_rtbcount ;
2421 __s32 d_rtbtimer ;
2422 __u16 d_rtbwarns ;
2423 __s16 d_padding3 ;
2424 char d_padding4[8U] ;
2425};
2426#line 75 "include/linux/dqblk_xfs.h"
2427struct fs_qfilestat {
2428 __u64 qfs_ino ;
2429 __u64 qfs_nblks ;
2430 __u32 qfs_nextents ;
2431};
2432#line 150 "include/linux/dqblk_xfs.h"
2433typedef struct fs_qfilestat fs_qfilestat_t;
2434#line 151 "include/linux/dqblk_xfs.h"
2435struct fs_quota_stat {
2436 __s8 qs_version ;
2437 __u16 qs_flags ;
2438 __s8 qs_pad ;
2439 fs_qfilestat_t qs_uquota ;
2440 fs_qfilestat_t qs_gquota ;
2441 __u32 qs_incoredqs ;
2442 __s32 qs_btimelimit ;
2443 __s32 qs_itimelimit ;
2444 __s32 qs_rtbtimelimit ;
2445 __u16 qs_bwarnlimit ;
2446 __u16 qs_iwarnlimit ;
2447};
2448#line 165
2449struct dquot;
2450#line 165
2451struct dquot;
2452#line 185 "include/linux/quota.h"
2453typedef __kernel_uid32_t qid_t;
2454#line 186 "include/linux/quota.h"
2455typedef long long qsize_t;
2456#line 189 "include/linux/quota.h"
2457struct mem_dqblk {
2458 qsize_t dqb_bhardlimit ;
2459 qsize_t dqb_bsoftlimit ;
2460 qsize_t dqb_curspace ;
2461 qsize_t dqb_rsvspace ;
2462 qsize_t dqb_ihardlimit ;
2463 qsize_t dqb_isoftlimit ;
2464 qsize_t dqb_curinodes ;
2465 time_t dqb_btime ;
2466 time_t dqb_itime ;
2467};
2468#line 211
2469struct quota_format_type;
2470#line 211
2471struct quota_format_type;
2472#line 212 "include/linux/quota.h"
2473struct mem_dqinfo {
2474 struct quota_format_type *dqi_format ;
2475 int dqi_fmt_id ;
2476 struct list_head dqi_dirty_list ;
2477 unsigned long dqi_flags ;
2478 unsigned int dqi_bgrace ;
2479 unsigned int dqi_igrace ;
2480 qsize_t dqi_maxblimit ;
2481 qsize_t dqi_maxilimit ;
2482 void *dqi_priv ;
2483};
2484#line 275 "include/linux/quota.h"
2485struct dquot {
2486 struct hlist_node dq_hash ;
2487 struct list_head dq_inuse ;
2488 struct list_head dq_free ;
2489 struct list_head dq_dirty ;
2490 struct mutex dq_lock ;
2491 atomic_t dq_count ;
2492 wait_queue_head_t dq_wait_unused ;
2493 struct super_block *dq_sb ;
2494 unsigned int dq_id ;
2495 loff_t dq_off ;
2496 unsigned long dq_flags ;
2497 short dq_type ;
2498 struct mem_dqblk dq_dqb ;
2499};
2500#line 303 "include/linux/quota.h"
2501struct quota_format_ops {
2502 int (*check_quota_file)(struct super_block * , int ) ;
2503 int (*read_file_info)(struct super_block * , int ) ;
2504 int (*write_file_info)(struct super_block * , int ) ;
2505 int (*free_file_info)(struct super_block * , int ) ;
2506 int (*read_dqblk)(struct dquot * ) ;
2507 int (*commit_dqblk)(struct dquot * ) ;
2508 int (*release_dqblk)(struct dquot * ) ;
2509};
2510#line 314 "include/linux/quota.h"
2511struct dquot_operations {
2512 int (*write_dquot)(struct dquot * ) ;
2513 struct dquot *(*alloc_dquot)(struct super_block * , int ) ;
2514 void (*destroy_dquot)(struct dquot * ) ;
2515 int (*acquire_dquot)(struct dquot * ) ;
2516 int (*release_dquot)(struct dquot * ) ;
2517 int (*mark_dirty)(struct dquot * ) ;
2518 int (*write_info)(struct super_block * , int ) ;
2519 qsize_t *(*get_reserved_space)(struct inode * ) ;
2520};
2521#line 328 "include/linux/quota.h"
2522struct quotactl_ops {
2523 int (*quota_on)(struct super_block * , int , int , struct path * ) ;
2524 int (*quota_on_meta)(struct super_block * , int , int ) ;
2525 int (*quota_off)(struct super_block * , int ) ;
2526 int (*quota_sync)(struct super_block * , int , int ) ;
2527 int (*get_info)(struct super_block * , int , struct if_dqinfo * ) ;
2528 int (*set_info)(struct super_block * , int , struct if_dqinfo * ) ;
2529 int (*get_dqblk)(struct super_block * , int , qid_t , struct fs_disk_quota * ) ;
2530 int (*set_dqblk)(struct super_block * , int , qid_t , struct fs_disk_quota * ) ;
2531 int (*get_xstate)(struct super_block * , struct fs_quota_stat * ) ;
2532 int (*set_xstate)(struct super_block * , unsigned int , int ) ;
2533};
2534#line 344 "include/linux/quota.h"
2535struct quota_format_type {
2536 int qf_fmt_id ;
2537 struct quota_format_ops const *qf_ops ;
2538 struct module *qf_owner ;
2539 struct quota_format_type *qf_next ;
2540};
2541#line 390 "include/linux/quota.h"
2542struct quota_info {
2543 unsigned int flags ;
2544 struct mutex dqio_mutex ;
2545 struct mutex dqonoff_mutex ;
2546 struct rw_semaphore dqptr_sem ;
2547 struct inode *files[2U] ;
2548 struct mem_dqinfo info[2U] ;
2549 struct quota_format_ops const *ops[2U] ;
2550};
2551#line 585 "include/linux/fs.h"
2552union __anonunion_arg_172 {
2553 char *buf ;
2554 void *data ;
2555};
2556#line 585 "include/linux/fs.h"
2557struct __anonstruct_read_descriptor_t_171 {
2558 size_t written ;
2559 size_t count ;
2560 union __anonunion_arg_172 arg ;
2561 int error ;
2562};
2563#line 585 "include/linux/fs.h"
2564typedef struct __anonstruct_read_descriptor_t_171 read_descriptor_t;
2565#line 588 "include/linux/fs.h"
2566struct address_space_operations {
2567 int (*writepage)(struct page * , struct writeback_control * ) ;
2568 int (*readpage)(struct file * , struct page * ) ;
2569 int (*writepages)(struct address_space * , struct writeback_control * ) ;
2570 int (*set_page_dirty)(struct page * ) ;
2571 int (*readpages)(struct file * , struct address_space * , struct list_head * ,
2572 unsigned int ) ;
2573 int (*write_begin)(struct file * , struct address_space * , loff_t , unsigned int ,
2574 unsigned int , struct page ** , void ** ) ;
2575 int (*write_end)(struct file * , struct address_space * , loff_t , unsigned int ,
2576 unsigned int , struct page * , void * ) ;
2577 sector_t (*bmap)(struct address_space * , sector_t ) ;
2578 void (*invalidatepage)(struct page * , unsigned long ) ;
2579 int (*releasepage)(struct page * , gfp_t ) ;
2580 void (*freepage)(struct page * ) ;
2581 ssize_t (*direct_IO)(int , struct kiocb * , struct iovec const * , loff_t ,
2582 unsigned long ) ;
2583 int (*get_xip_mem)(struct address_space * , unsigned long , int , void ** , unsigned long * ) ;
2584 int (*migratepage)(struct address_space * , struct page * , struct page * , enum migrate_mode ) ;
2585 int (*launder_page)(struct page * ) ;
2586 int (*is_partially_uptodate)(struct page * , read_descriptor_t * , unsigned long ) ;
2587 int (*error_remove_page)(struct address_space * , struct page * ) ;
2588};
2589#line 642
2590struct backing_dev_info;
2591#line 642
2592struct backing_dev_info;
2593#line 643 "include/linux/fs.h"
2594struct address_space {
2595 struct inode *host ;
2596 struct radix_tree_root page_tree ;
2597 spinlock_t tree_lock ;
2598 unsigned int i_mmap_writable ;
2599 struct prio_tree_root i_mmap ;
2600 struct list_head i_mmap_nonlinear ;
2601 struct mutex i_mmap_mutex ;
2602 unsigned long nrpages ;
2603 unsigned long writeback_index ;
2604 struct address_space_operations const *a_ops ;
2605 unsigned long flags ;
2606 struct backing_dev_info *backing_dev_info ;
2607 spinlock_t private_lock ;
2608 struct list_head private_list ;
2609 struct address_space *assoc_mapping ;
2610};
2611#line 664
2612struct request_queue;
2613#line 664
2614struct request_queue;
2615#line 665
2616struct hd_struct;
2617#line 665
2618struct gendisk;
2619#line 665 "include/linux/fs.h"
2620struct block_device {
2621 dev_t bd_dev ;
2622 int bd_openers ;
2623 struct inode *bd_inode ;
2624 struct super_block *bd_super ;
2625 struct mutex bd_mutex ;
2626 struct list_head bd_inodes ;
2627 void *bd_claiming ;
2628 void *bd_holder ;
2629 int bd_holders ;
2630 bool bd_write_holder ;
2631 struct list_head bd_holder_disks ;
2632 struct block_device *bd_contains ;
2633 unsigned int bd_block_size ;
2634 struct hd_struct *bd_part ;
2635 unsigned int bd_part_count ;
2636 int bd_invalidated ;
2637 struct gendisk *bd_disk ;
2638 struct request_queue *bd_queue ;
2639 struct list_head bd_list ;
2640 unsigned long bd_private ;
2641 int bd_fsfreeze_count ;
2642 struct mutex bd_fsfreeze_mutex ;
2643};
2644#line 737
2645struct posix_acl;
2646#line 737
2647struct posix_acl;
2648#line 738
2649struct inode_operations;
2650#line 738 "include/linux/fs.h"
2651union __anonunion_ldv_23431_173 {
2652 unsigned int const i_nlink ;
2653 unsigned int __i_nlink ;
2654};
2655#line 738 "include/linux/fs.h"
2656union __anonunion_ldv_23450_174 {
2657 struct list_head i_dentry ;
2658 struct rcu_head i_rcu ;
2659};
2660#line 738
2661struct file_lock;
2662#line 738
2663struct cdev;
2664#line 738 "include/linux/fs.h"
2665union __anonunion_ldv_23467_175 {
2666 struct pipe_inode_info *i_pipe ;
2667 struct block_device *i_bdev ;
2668 struct cdev *i_cdev ;
2669};
2670#line 738 "include/linux/fs.h"
2671struct inode {
2672 umode_t i_mode ;
2673 unsigned short i_opflags ;
2674 uid_t i_uid ;
2675 gid_t i_gid ;
2676 unsigned int i_flags ;
2677 struct posix_acl *i_acl ;
2678 struct posix_acl *i_default_acl ;
2679 struct inode_operations const *i_op ;
2680 struct super_block *i_sb ;
2681 struct address_space *i_mapping ;
2682 void *i_security ;
2683 unsigned long i_ino ;
2684 union __anonunion_ldv_23431_173 ldv_23431 ;
2685 dev_t i_rdev ;
2686 struct timespec i_atime ;
2687 struct timespec i_mtime ;
2688 struct timespec i_ctime ;
2689 spinlock_t i_lock ;
2690 unsigned short i_bytes ;
2691 blkcnt_t i_blocks ;
2692 loff_t i_size ;
2693 unsigned long i_state ;
2694 struct mutex i_mutex ;
2695 unsigned long dirtied_when ;
2696 struct hlist_node i_hash ;
2697 struct list_head i_wb_list ;
2698 struct list_head i_lru ;
2699 struct list_head i_sb_list ;
2700 union __anonunion_ldv_23450_174 ldv_23450 ;
2701 atomic_t i_count ;
2702 unsigned int i_blkbits ;
2703 u64 i_version ;
2704 atomic_t i_dio_count ;
2705 atomic_t i_writecount ;
2706 struct file_operations const *i_fop ;
2707 struct file_lock *i_flock ;
2708 struct address_space i_data ;
2709 struct dquot *i_dquot[2U] ;
2710 struct list_head i_devices ;
2711 union __anonunion_ldv_23467_175 ldv_23467 ;
2712 __u32 i_generation ;
2713 __u32 i_fsnotify_mask ;
2714 struct hlist_head i_fsnotify_marks ;
2715 atomic_t i_readcount ;
2716 void *i_private ;
2717};
2718#line 941 "include/linux/fs.h"
2719struct fown_struct {
2720 rwlock_t lock ;
2721 struct pid *pid ;
2722 enum pid_type pid_type ;
2723 uid_t uid ;
2724 uid_t euid ;
2725 int signum ;
2726};
2727#line 949 "include/linux/fs.h"
2728struct file_ra_state {
2729 unsigned long start ;
2730 unsigned int size ;
2731 unsigned int async_size ;
2732 unsigned int ra_pages ;
2733 unsigned int mmap_miss ;
2734 loff_t prev_pos ;
2735};
2736#line 972 "include/linux/fs.h"
2737union __anonunion_f_u_176 {
2738 struct list_head fu_list ;
2739 struct rcu_head fu_rcuhead ;
2740};
2741#line 972 "include/linux/fs.h"
2742struct file {
2743 union __anonunion_f_u_176 f_u ;
2744 struct path f_path ;
2745 struct file_operations const *f_op ;
2746 spinlock_t f_lock ;
2747 int f_sb_list_cpu ;
2748 atomic_long_t f_count ;
2749 unsigned int f_flags ;
2750 fmode_t f_mode ;
2751 loff_t f_pos ;
2752 struct fown_struct f_owner ;
2753 struct cred const *f_cred ;
2754 struct file_ra_state f_ra ;
2755 u64 f_version ;
2756 void *f_security ;
2757 void *private_data ;
2758 struct list_head f_ep_links ;
2759 struct list_head f_tfile_llink ;
2760 struct address_space *f_mapping ;
2761 unsigned long f_mnt_write_state ;
2762};
2763#line 1111
2764struct files_struct;
2765#line 1111 "include/linux/fs.h"
2766typedef struct files_struct *fl_owner_t;
2767#line 1112 "include/linux/fs.h"
2768struct file_lock_operations {
2769 void (*fl_copy_lock)(struct file_lock * , struct file_lock * ) ;
2770 void (*fl_release_private)(struct file_lock * ) ;
2771};
2772#line 1117 "include/linux/fs.h"
2773struct lock_manager_operations {
2774 int (*lm_compare_owner)(struct file_lock * , struct file_lock * ) ;
2775 void (*lm_notify)(struct file_lock * ) ;
2776 int (*lm_grant)(struct file_lock * , struct file_lock * , int ) ;
2777 void (*lm_release_private)(struct file_lock * ) ;
2778 void (*lm_break)(struct file_lock * ) ;
2779 int (*lm_change)(struct file_lock ** , int ) ;
2780};
2781#line 1134
2782struct nlm_lockowner;
2783#line 1134
2784struct nlm_lockowner;
2785#line 1135 "include/linux/fs.h"
2786struct nfs_lock_info {
2787 u32 state ;
2788 struct nlm_lockowner *owner ;
2789 struct list_head list ;
2790};
2791#line 14 "include/linux/nfs_fs_i.h"
2792struct nfs4_lock_state;
2793#line 14
2794struct nfs4_lock_state;
2795#line 15 "include/linux/nfs_fs_i.h"
2796struct nfs4_lock_info {
2797 struct nfs4_lock_state *owner ;
2798};
2799#line 19 "include/linux/nfs_fs_i.h"
2800struct __anonstruct_afs_178 {
2801 struct list_head link ;
2802 int state ;
2803};
2804#line 19 "include/linux/nfs_fs_i.h"
2805union __anonunion_fl_u_177 {
2806 struct nfs_lock_info nfs_fl ;
2807 struct nfs4_lock_info nfs4_fl ;
2808 struct __anonstruct_afs_178 afs ;
2809};
2810#line 19 "include/linux/nfs_fs_i.h"
2811struct file_lock {
2812 struct file_lock *fl_next ;
2813 struct list_head fl_link ;
2814 struct list_head fl_block ;
2815 fl_owner_t fl_owner ;
2816 unsigned int fl_flags ;
2817 unsigned char fl_type ;
2818 unsigned int fl_pid ;
2819 struct pid *fl_nspid ;
2820 wait_queue_head_t fl_wait ;
2821 struct file *fl_file ;
2822 loff_t fl_start ;
2823 loff_t fl_end ;
2824 struct fasync_struct *fl_fasync ;
2825 unsigned long fl_break_time ;
2826 unsigned long fl_downgrade_time ;
2827 struct file_lock_operations const *fl_ops ;
2828 struct lock_manager_operations const *fl_lmops ;
2829 union __anonunion_fl_u_177 fl_u ;
2830};
2831#line 1221 "include/linux/fs.h"
2832struct fasync_struct {
2833 spinlock_t fa_lock ;
2834 int magic ;
2835 int fa_fd ;
2836 struct fasync_struct *fa_next ;
2837 struct file *fa_file ;
2838 struct rcu_head fa_rcu ;
2839};
2840#line 1417
2841struct file_system_type;
2842#line 1417
2843struct super_operations;
2844#line 1417
2845struct xattr_handler;
2846#line 1417
2847struct mtd_info;
2848#line 1417 "include/linux/fs.h"
2849struct super_block {
2850 struct list_head s_list ;
2851 dev_t s_dev ;
2852 unsigned char s_dirt ;
2853 unsigned char s_blocksize_bits ;
2854 unsigned long s_blocksize ;
2855 loff_t s_maxbytes ;
2856 struct file_system_type *s_type ;
2857 struct super_operations const *s_op ;
2858 struct dquot_operations const *dq_op ;
2859 struct quotactl_ops const *s_qcop ;
2860 struct export_operations const *s_export_op ;
2861 unsigned long s_flags ;
2862 unsigned long s_magic ;
2863 struct dentry *s_root ;
2864 struct rw_semaphore s_umount ;
2865 struct mutex s_lock ;
2866 int s_count ;
2867 atomic_t s_active ;
2868 void *s_security ;
2869 struct xattr_handler const **s_xattr ;
2870 struct list_head s_inodes ;
2871 struct hlist_bl_head s_anon ;
2872 struct list_head *s_files ;
2873 struct list_head s_mounts ;
2874 struct list_head s_dentry_lru ;
2875 int s_nr_dentry_unused ;
2876 spinlock_t s_inode_lru_lock ;
2877 struct list_head s_inode_lru ;
2878 int s_nr_inodes_unused ;
2879 struct block_device *s_bdev ;
2880 struct backing_dev_info *s_bdi ;
2881 struct mtd_info *s_mtd ;
2882 struct hlist_node s_instances ;
2883 struct quota_info s_dquot ;
2884 int s_frozen ;
2885 wait_queue_head_t s_wait_unfrozen ;
2886 char s_id[32U] ;
2887 u8 s_uuid[16U] ;
2888 void *s_fs_info ;
2889 unsigned int s_max_links ;
2890 fmode_t s_mode ;
2891 u32 s_time_gran ;
2892 struct mutex s_vfs_rename_mutex ;
2893 char *s_subtype ;
2894 char *s_options ;
2895 struct dentry_operations const *s_d_op ;
2896 int cleancache_poolid ;
2897 struct shrinker s_shrink ;
2898 atomic_long_t s_remove_count ;
2899 int s_readonly_remount ;
2900};
2901#line 1563 "include/linux/fs.h"
2902struct fiemap_extent_info {
2903 unsigned int fi_flags ;
2904 unsigned int fi_extents_mapped ;
2905 unsigned int fi_extents_max ;
2906 struct fiemap_extent *fi_extents_start ;
2907};
2908#line 1602 "include/linux/fs.h"
2909struct file_operations {
2910 struct module *owner ;
2911 loff_t (*llseek)(struct file * , loff_t , int ) ;
2912 ssize_t (*read)(struct file * , char * , size_t , loff_t * ) ;
2913 ssize_t (*write)(struct file * , char const * , size_t , loff_t * ) ;
2914 ssize_t (*aio_read)(struct kiocb * , struct iovec const * , unsigned long ,
2915 loff_t ) ;
2916 ssize_t (*aio_write)(struct kiocb * , struct iovec const * , unsigned long ,
2917 loff_t ) ;
2918 int (*readdir)(struct file * , void * , int (*)(void * , char const * , int ,
2919 loff_t , u64 , unsigned int ) ) ;
2920 unsigned int (*poll)(struct file * , struct poll_table_struct * ) ;
2921 long (*unlocked_ioctl)(struct file * , unsigned int , unsigned long ) ;
2922 long (*compat_ioctl)(struct file * , unsigned int , unsigned long ) ;
2923 int (*mmap)(struct file * , struct vm_area_struct * ) ;
2924 int (*open)(struct inode * , struct file * ) ;
2925 int (*flush)(struct file * , fl_owner_t ) ;
2926 int (*release)(struct inode * , struct file * ) ;
2927 int (*fsync)(struct file * , loff_t , loff_t , int ) ;
2928 int (*aio_fsync)(struct kiocb * , int ) ;
2929 int (*fasync)(int , struct file * , int ) ;
2930 int (*lock)(struct file * , int , struct file_lock * ) ;
2931 ssize_t (*sendpage)(struct file * , struct page * , int , size_t , loff_t * ,
2932 int ) ;
2933 unsigned long (*get_unmapped_area)(struct file * , unsigned long , unsigned long ,
2934 unsigned long , unsigned long ) ;
2935 int (*check_flags)(int ) ;
2936 int (*flock)(struct file * , int , struct file_lock * ) ;
2937 ssize_t (*splice_write)(struct pipe_inode_info * , struct file * , loff_t * , size_t ,
2938 unsigned int ) ;
2939 ssize_t (*splice_read)(struct file * , loff_t * , struct pipe_inode_info * , size_t ,
2940 unsigned int ) ;
2941 int (*setlease)(struct file * , long , struct file_lock ** ) ;
2942 long (*fallocate)(struct file * , int , loff_t , loff_t ) ;
2943};
2944#line 1637 "include/linux/fs.h"
2945struct inode_operations {
2946 struct dentry *(*lookup)(struct inode * , struct dentry * , struct nameidata * ) ;
2947 void *(*follow_link)(struct dentry * , struct nameidata * ) ;
2948 int (*permission)(struct inode * , int ) ;
2949 struct posix_acl *(*get_acl)(struct inode * , int ) ;
2950 int (*readlink)(struct dentry * , char * , int ) ;
2951 void (*put_link)(struct dentry * , struct nameidata * , void * ) ;
2952 int (*create)(struct inode * , struct dentry * , umode_t , struct nameidata * ) ;
2953 int (*link)(struct dentry * , struct inode * , struct dentry * ) ;
2954 int (*unlink)(struct inode * , struct dentry * ) ;
2955 int (*symlink)(struct inode * , struct dentry * , char const * ) ;
2956 int (*mkdir)(struct inode * , struct dentry * , umode_t ) ;
2957 int (*rmdir)(struct inode * , struct dentry * ) ;
2958 int (*mknod)(struct inode * , struct dentry * , umode_t , dev_t ) ;
2959 int (*rename)(struct inode * , struct dentry * , struct inode * , struct dentry * ) ;
2960 void (*truncate)(struct inode * ) ;
2961 int (*setattr)(struct dentry * , struct iattr * ) ;
2962 int (*getattr)(struct vfsmount * , struct dentry * , struct kstat * ) ;
2963 int (*setxattr)(struct dentry * , char const * , void const * , size_t , int ) ;
2964 ssize_t (*getxattr)(struct dentry * , char const * , void * , size_t ) ;
2965 ssize_t (*listxattr)(struct dentry * , char * , size_t ) ;
2966 int (*removexattr)(struct dentry * , char const * ) ;
2967 void (*truncate_range)(struct inode * , loff_t , loff_t ) ;
2968 int (*fiemap)(struct inode * , struct fiemap_extent_info * , u64 , u64 ) ;
2969};
2970#line 1682 "include/linux/fs.h"
2971struct super_operations {
2972 struct inode *(*alloc_inode)(struct super_block * ) ;
2973 void (*destroy_inode)(struct inode * ) ;
2974 void (*dirty_inode)(struct inode * , int ) ;
2975 int (*write_inode)(struct inode * , struct writeback_control * ) ;
2976 int (*drop_inode)(struct inode * ) ;
2977 void (*evict_inode)(struct inode * ) ;
2978 void (*put_super)(struct super_block * ) ;
2979 void (*write_super)(struct super_block * ) ;
2980 int (*sync_fs)(struct super_block * , int ) ;
2981 int (*freeze_fs)(struct super_block * ) ;
2982 int (*unfreeze_fs)(struct super_block * ) ;
2983 int (*statfs)(struct dentry * , struct kstatfs * ) ;
2984 int (*remount_fs)(struct super_block * , int * , char * ) ;
2985 void (*umount_begin)(struct super_block * ) ;
2986 int (*show_options)(struct seq_file * , struct dentry * ) ;
2987 int (*show_devname)(struct seq_file * , struct dentry * ) ;
2988 int (*show_path)(struct seq_file * , struct dentry * ) ;
2989 int (*show_stats)(struct seq_file * , struct dentry * ) ;
2990 ssize_t (*quota_read)(struct super_block * , int , char * , size_t , loff_t ) ;
2991 ssize_t (*quota_write)(struct super_block * , int , char const * , size_t ,
2992 loff_t ) ;
2993 int (*bdev_try_to_free_page)(struct super_block * , struct page * , gfp_t ) ;
2994 int (*nr_cached_objects)(struct super_block * ) ;
2995 void (*free_cached_objects)(struct super_block * , int ) ;
2996};
2997#line 1834 "include/linux/fs.h"
2998struct file_system_type {
2999 char const *name ;
3000 int fs_flags ;
3001 struct dentry *(*mount)(struct file_system_type * , int , char const * , void * ) ;
3002 void (*kill_sb)(struct super_block * ) ;
3003 struct module *owner ;
3004 struct file_system_type *next ;
3005 struct hlist_head fs_supers ;
3006 struct lock_class_key s_lock_key ;
3007 struct lock_class_key s_umount_key ;
3008 struct lock_class_key s_vfs_rename_key ;
3009 struct lock_class_key i_lock_key ;
3010 struct lock_class_key i_mutex_key ;
3011 struct lock_class_key i_mutex_dir_key ;
3012};
3013#line 44 "include/linux/aio_abi.h"
3014struct io_event {
3015 __u64 data ;
3016 __u64 obj ;
3017 __s64 res ;
3018 __s64 res2 ;
3019};
3020#line 7 "include/asm-generic/cputime.h"
3021typedef unsigned long cputime_t;
3022#line 15
3023struct siginfo;
3024#line 15
3025struct siginfo;
3026#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
3027struct __anonstruct_sigset_t_179 {
3028 unsigned long sig[1U] ;
3029};
3030#line 32 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
3031typedef struct __anonstruct_sigset_t_179 sigset_t;
3032#line 17 "include/asm-generic/signal-defs.h"
3033typedef void __signalfn_t(int );
3034#line 18 "include/asm-generic/signal-defs.h"
3035typedef __signalfn_t *__sighandler_t;
3036#line 20 "include/asm-generic/signal-defs.h"
3037typedef void __restorefn_t(void);
3038#line 21 "include/asm-generic/signal-defs.h"
3039typedef __restorefn_t *__sigrestore_t;
3040#line 126 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
3041struct sigaction {
3042 __sighandler_t sa_handler ;
3043 unsigned long sa_flags ;
3044 __sigrestore_t sa_restorer ;
3045 sigset_t sa_mask ;
3046};
3047#line 173 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
3048struct k_sigaction {
3049 struct sigaction sa ;
3050};
3051#line 185 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/signal.h"
3052union sigval {
3053 int sival_int ;
3054 void *sival_ptr ;
3055};
3056#line 10 "include/asm-generic/siginfo.h"
3057typedef union sigval sigval_t;
3058#line 11 "include/asm-generic/siginfo.h"
3059struct __anonstruct__kill_181 {
3060 __kernel_pid_t _pid ;
3061 __kernel_uid32_t _uid ;
3062};
3063#line 11 "include/asm-generic/siginfo.h"
3064struct __anonstruct__timer_182 {
3065 __kernel_timer_t _tid ;
3066 int _overrun ;
3067 char _pad[0U] ;
3068 sigval_t _sigval ;
3069 int _sys_private ;
3070};
3071#line 11 "include/asm-generic/siginfo.h"
3072struct __anonstruct__rt_183 {
3073 __kernel_pid_t _pid ;
3074 __kernel_uid32_t _uid ;
3075 sigval_t _sigval ;
3076};
3077#line 11 "include/asm-generic/siginfo.h"
3078struct __anonstruct__sigchld_184 {
3079 __kernel_pid_t _pid ;
3080 __kernel_uid32_t _uid ;
3081 int _status ;
3082 __kernel_clock_t _utime ;
3083 __kernel_clock_t _stime ;
3084};
3085#line 11 "include/asm-generic/siginfo.h"
3086struct __anonstruct__sigfault_185 {
3087 void *_addr ;
3088 short _addr_lsb ;
3089};
3090#line 11 "include/asm-generic/siginfo.h"
3091struct __anonstruct__sigpoll_186 {
3092 long _band ;
3093 int _fd ;
3094};
3095#line 11 "include/asm-generic/siginfo.h"
3096union __anonunion__sifields_180 {
3097 int _pad[28U] ;
3098 struct __anonstruct__kill_181 _kill ;
3099 struct __anonstruct__timer_182 _timer ;
3100 struct __anonstruct__rt_183 _rt ;
3101 struct __anonstruct__sigchld_184 _sigchld ;
3102 struct __anonstruct__sigfault_185 _sigfault ;
3103 struct __anonstruct__sigpoll_186 _sigpoll ;
3104};
3105#line 11 "include/asm-generic/siginfo.h"
3106struct siginfo {
3107 int si_signo ;
3108 int si_errno ;
3109 int si_code ;
3110 union __anonunion__sifields_180 _sifields ;
3111};
3112#line 102 "include/asm-generic/siginfo.h"
3113typedef struct siginfo siginfo_t;
3114#line 24 "include/linux/signal.h"
3115struct sigpending {
3116 struct list_head list ;
3117 sigset_t signal ;
3118};
3119#line 10 "include/linux/seccomp.h"
3120struct __anonstruct_seccomp_t_189 {
3121 int mode ;
3122};
3123#line 10 "include/linux/seccomp.h"
3124typedef struct __anonstruct_seccomp_t_189 seccomp_t;
3125#line 38 "include/linux/rtmutex.h"
3126struct rt_mutex_waiter;
3127#line 38
3128struct rt_mutex_waiter;
3129#line 41 "include/linux/resource.h"
3130struct rlimit {
3131 unsigned long rlim_cur ;
3132 unsigned long rlim_max ;
3133};
3134#line 85 "include/linux/resource.h"
3135struct task_io_accounting {
3136 u64 rchar ;
3137 u64 wchar ;
3138 u64 syscr ;
3139 u64 syscw ;
3140 u64 read_bytes ;
3141 u64 write_bytes ;
3142 u64 cancelled_write_bytes ;
3143};
3144#line 45 "include/linux/task_io_accounting.h"
3145struct latency_record {
3146 unsigned long backtrace[12U] ;
3147 unsigned int count ;
3148 unsigned long time ;
3149 unsigned long max ;
3150};
3151#line 29 "include/linux/key.h"
3152typedef int32_t key_serial_t;
3153#line 32 "include/linux/key.h"
3154typedef uint32_t key_perm_t;
3155#line 33
3156struct key;
3157#line 33
3158struct key;
3159#line 34
3160struct signal_struct;
3161#line 34
3162struct signal_struct;
3163#line 35
3164struct key_type;
3165#line 35
3166struct key_type;
3167#line 37
3168struct keyring_list;
3169#line 37
3170struct keyring_list;
3171#line 115
3172struct key_user;
3173#line 115 "include/linux/key.h"
3174union __anonunion_ldv_25914_190 {
3175 time_t expiry ;
3176 time_t revoked_at ;
3177};
3178#line 115 "include/linux/key.h"
3179union __anonunion_type_data_191 {
3180 struct list_head link ;
3181 unsigned long x[2U] ;
3182 void *p[2U] ;
3183 int reject_error ;
3184};
3185#line 115 "include/linux/key.h"
3186union __anonunion_payload_192 {
3187 unsigned long value ;
3188 void *rcudata ;
3189 void *data ;
3190 struct keyring_list *subscriptions ;
3191};
3192#line 115 "include/linux/key.h"
3193struct key {
3194 atomic_t usage ;
3195 key_serial_t serial ;
3196 struct rb_node serial_node ;
3197 struct key_type *type ;
3198 struct rw_semaphore sem ;
3199 struct key_user *user ;
3200 void *security ;
3201 union __anonunion_ldv_25914_190 ldv_25914 ;
3202 uid_t uid ;
3203 gid_t gid ;
3204 key_perm_t perm ;
3205 unsigned short quotalen ;
3206 unsigned short datalen ;
3207 unsigned long flags ;
3208 char *description ;
3209 union __anonunion_type_data_191 type_data ;
3210 union __anonunion_payload_192 payload ;
3211};
3212#line 316
3213struct audit_context;
3214#line 316
3215struct audit_context;
3216#line 27 "include/linux/selinux.h"
3217struct group_info {
3218 atomic_t usage ;
3219 int ngroups ;
3220 int nblocks ;
3221 gid_t small_block[32U] ;
3222 gid_t *blocks[0U] ;
3223};
3224#line 77 "include/linux/cred.h"
3225struct thread_group_cred {
3226 atomic_t usage ;
3227 pid_t tgid ;
3228 spinlock_t lock ;
3229 struct key *session_keyring ;
3230 struct key *process_keyring ;
3231 struct rcu_head rcu ;
3232};
3233#line 91 "include/linux/cred.h"
3234struct cred {
3235 atomic_t usage ;
3236 atomic_t subscribers ;
3237 void *put_addr ;
3238 unsigned int magic ;
3239 uid_t uid ;
3240 gid_t gid ;
3241 uid_t suid ;
3242 gid_t sgid ;
3243 uid_t euid ;
3244 gid_t egid ;
3245 uid_t fsuid ;
3246 gid_t fsgid ;
3247 unsigned int securebits ;
3248 kernel_cap_t cap_inheritable ;
3249 kernel_cap_t cap_permitted ;
3250 kernel_cap_t cap_effective ;
3251 kernel_cap_t cap_bset ;
3252 unsigned char jit_keyring ;
3253 struct key *thread_keyring ;
3254 struct key *request_key_auth ;
3255 struct thread_group_cred *tgcred ;
3256 void *security ;
3257 struct user_struct *user ;
3258 struct user_namespace *user_ns ;
3259 struct group_info *group_info ;
3260 struct rcu_head rcu ;
3261};
3262#line 264
3263struct llist_node;
3264#line 64 "include/linux/llist.h"
3265struct llist_node {
3266 struct llist_node *next ;
3267};
3268#line 185
3269struct futex_pi_state;
3270#line 185
3271struct futex_pi_state;
3272#line 186
3273struct robust_list_head;
3274#line 186
3275struct robust_list_head;
3276#line 187
3277struct bio_list;
3278#line 187
3279struct bio_list;
3280#line 188
3281struct fs_struct;
3282#line 188
3283struct fs_struct;
3284#line 189
3285struct perf_event_context;
3286#line 189
3287struct perf_event_context;
3288#line 190
3289struct blk_plug;
3290#line 190
3291struct blk_plug;
3292#line 149 "include/linux/sched.h"
3293struct cfs_rq;
3294#line 149
3295struct cfs_rq;
3296#line 385
3297struct kioctx;
3298#line 385
3299struct kioctx;
3300#line 386 "include/linux/sched.h"
3301union __anonunion_ki_obj_193 {
3302 void *user ;
3303 struct task_struct *tsk ;
3304};
3305#line 386
3306struct eventfd_ctx;
3307#line 386 "include/linux/sched.h"
3308struct kiocb {
3309 struct list_head ki_run_list ;
3310 unsigned long ki_flags ;
3311 int ki_users ;
3312 unsigned int ki_key ;
3313 struct file *ki_filp ;
3314 struct kioctx *ki_ctx ;
3315 int (*ki_cancel)(struct kiocb * , struct io_event * ) ;
3316 ssize_t (*ki_retry)(struct kiocb * ) ;
3317 void (*ki_dtor)(struct kiocb * ) ;
3318 union __anonunion_ki_obj_193 ki_obj ;
3319 __u64 ki_user_data ;
3320 loff_t ki_pos ;
3321 void *private ;
3322 unsigned short ki_opcode ;
3323 size_t ki_nbytes ;
3324 char *ki_buf ;
3325 size_t ki_left ;
3326 struct iovec ki_inline_vec ;
3327 struct iovec *ki_iovec ;
3328 unsigned long ki_nr_segs ;
3329 unsigned long ki_cur_seg ;
3330 struct list_head ki_list ;
3331 struct list_head ki_batch ;
3332 struct eventfd_ctx *ki_eventfd ;
3333};
3334#line 162 "include/linux/aio.h"
3335struct aio_ring_info {
3336 unsigned long mmap_base ;
3337 unsigned long mmap_size ;
3338 struct page **ring_pages ;
3339 spinlock_t ring_lock ;
3340 long nr_pages ;
3341 unsigned int nr ;
3342 unsigned int tail ;
3343 struct page *internal_pages[8U] ;
3344};
3345#line 178 "include/linux/aio.h"
3346struct kioctx {
3347 atomic_t users ;
3348 int dead ;
3349 struct mm_struct *mm ;
3350 unsigned long user_id ;
3351 struct hlist_node list ;
3352 wait_queue_head_t wait ;
3353 spinlock_t ctx_lock ;
3354 int reqs_active ;
3355 struct list_head active_reqs ;
3356 struct list_head run_list ;
3357 unsigned int max_reqs ;
3358 struct aio_ring_info ring_info ;
3359 struct delayed_work wq ;
3360 struct rcu_head rcu_head ;
3361};
3362#line 406 "include/linux/sched.h"
3363struct sighand_struct {
3364 atomic_t count ;
3365 struct k_sigaction action[64U] ;
3366 spinlock_t siglock ;
3367 wait_queue_head_t signalfd_wqh ;
3368};
3369#line 449 "include/linux/sched.h"
3370struct pacct_struct {
3371 int ac_flag ;
3372 long ac_exitcode ;
3373 unsigned long ac_mem ;
3374 cputime_t ac_utime ;
3375 cputime_t ac_stime ;
3376 unsigned long ac_minflt ;
3377 unsigned long ac_majflt ;
3378};
3379#line 457 "include/linux/sched.h"
3380struct cpu_itimer {
3381 cputime_t expires ;
3382 cputime_t incr ;
3383 u32 error ;
3384 u32 incr_error ;
3385};
3386#line 464 "include/linux/sched.h"
3387struct task_cputime {
3388 cputime_t utime ;
3389 cputime_t stime ;
3390 unsigned long long sum_exec_runtime ;
3391};
3392#line 481 "include/linux/sched.h"
3393struct thread_group_cputimer {
3394 struct task_cputime cputime ;
3395 int running ;
3396 raw_spinlock_t lock ;
3397};
3398#line 517
3399struct autogroup;
3400#line 517
3401struct autogroup;
3402#line 518
3403struct tty_struct;
3404#line 518
3405struct taskstats;
3406#line 518
3407struct tty_audit_buf;
3408#line 518 "include/linux/sched.h"
3409struct signal_struct {
3410 atomic_t sigcnt ;
3411 atomic_t live ;
3412 int nr_threads ;
3413 wait_queue_head_t wait_chldexit ;
3414 struct task_struct *curr_target ;
3415 struct sigpending shared_pending ;
3416 int group_exit_code ;
3417 int notify_count ;
3418 struct task_struct *group_exit_task ;
3419 int group_stop_count ;
3420 unsigned int flags ;
3421 unsigned char is_child_subreaper : 1 ;
3422 unsigned char has_child_subreaper : 1 ;
3423 struct list_head posix_timers ;
3424 struct hrtimer real_timer ;
3425 struct pid *leader_pid ;
3426 ktime_t it_real_incr ;
3427 struct cpu_itimer it[2U] ;
3428 struct thread_group_cputimer cputimer ;
3429 struct task_cputime cputime_expires ;
3430 struct list_head cpu_timers[3U] ;
3431 struct pid *tty_old_pgrp ;
3432 int leader ;
3433 struct tty_struct *tty ;
3434 struct autogroup *autogroup ;
3435 cputime_t utime ;
3436 cputime_t stime ;
3437 cputime_t cutime ;
3438 cputime_t cstime ;
3439 cputime_t gtime ;
3440 cputime_t cgtime ;
3441 cputime_t prev_utime ;
3442 cputime_t prev_stime ;
3443 unsigned long nvcsw ;
3444 unsigned long nivcsw ;
3445 unsigned long cnvcsw ;
3446 unsigned long cnivcsw ;
3447 unsigned long min_flt ;
3448 unsigned long maj_flt ;
3449 unsigned long cmin_flt ;
3450 unsigned long cmaj_flt ;
3451 unsigned long inblock ;
3452 unsigned long oublock ;
3453 unsigned long cinblock ;
3454 unsigned long coublock ;
3455 unsigned long maxrss ;
3456 unsigned long cmaxrss ;
3457 struct task_io_accounting ioac ;
3458 unsigned long long sum_sched_runtime ;
3459 struct rlimit rlim[16U] ;
3460 struct pacct_struct pacct ;
3461 struct taskstats *stats ;
3462 unsigned int audit_tty ;
3463 struct tty_audit_buf *tty_audit_buf ;
3464 struct rw_semaphore group_rwsem ;
3465 int oom_adj ;
3466 int oom_score_adj ;
3467 int oom_score_adj_min ;
3468 struct mutex cred_guard_mutex ;
3469};
3470#line 699 "include/linux/sched.h"
3471struct user_struct {
3472 atomic_t __count ;
3473 atomic_t processes ;
3474 atomic_t files ;
3475 atomic_t sigpending ;
3476 atomic_t inotify_watches ;
3477 atomic_t inotify_devs ;
3478 atomic_t fanotify_listeners ;
3479 atomic_long_t epoll_watches ;
3480 unsigned long mq_bytes ;
3481 unsigned long locked_shm ;
3482 struct key *uid_keyring ;
3483 struct key *session_keyring ;
3484 struct hlist_node uidhash_node ;
3485 uid_t uid ;
3486 struct user_namespace *user_ns ;
3487 atomic_long_t locked_vm ;
3488};
3489#line 744
3490struct reclaim_state;
3491#line 744
3492struct reclaim_state;
3493#line 745 "include/linux/sched.h"
3494struct sched_info {
3495 unsigned long pcount ;
3496 unsigned long long run_delay ;
3497 unsigned long long last_arrival ;
3498 unsigned long long last_queued ;
3499};
3500#line 760 "include/linux/sched.h"
3501struct task_delay_info {
3502 spinlock_t lock ;
3503 unsigned int flags ;
3504 struct timespec blkio_start ;
3505 struct timespec blkio_end ;
3506 u64 blkio_delay ;
3507 u64 swapin_delay ;
3508 u32 blkio_count ;
3509 u32 swapin_count ;
3510 struct timespec freepages_start ;
3511 struct timespec freepages_end ;
3512 u64 freepages_delay ;
3513 u32 freepages_count ;
3514};
3515#line 1069
3516struct io_context;
3517#line 1069
3518struct io_context;
3519#line 1098
3520struct rq;
3521#line 1098
3522struct rq;
3523#line 1099 "include/linux/sched.h"
3524struct sched_class {
3525 struct sched_class const *next ;
3526 void (*enqueue_task)(struct rq * , struct task_struct * , int ) ;
3527 void (*dequeue_task)(struct rq * , struct task_struct * , int ) ;
3528 void (*yield_task)(struct rq * ) ;
3529 bool (*yield_to_task)(struct rq * , struct task_struct * , bool ) ;
3530 void (*check_preempt_curr)(struct rq * , struct task_struct * , int ) ;
3531 struct task_struct *(*pick_next_task)(struct rq * ) ;
3532 void (*put_prev_task)(struct rq * , struct task_struct * ) ;
3533 int (*select_task_rq)(struct task_struct * , int , int ) ;
3534 void (*pre_schedule)(struct rq * , struct task_struct * ) ;
3535 void (*post_schedule)(struct rq * ) ;
3536 void (*task_waking)(struct task_struct * ) ;
3537 void (*task_woken)(struct rq * , struct task_struct * ) ;
3538 void (*set_cpus_allowed)(struct task_struct * , struct cpumask const * ) ;
3539 void (*rq_online)(struct rq * ) ;
3540 void (*rq_offline)(struct rq * ) ;
3541 void (*set_curr_task)(struct rq * ) ;
3542 void (*task_tick)(struct rq * , struct task_struct * , int ) ;
3543 void (*task_fork)(struct task_struct * ) ;
3544 void (*switched_from)(struct rq * , struct task_struct * ) ;
3545 void (*switched_to)(struct rq * , struct task_struct * ) ;
3546 void (*prio_changed)(struct rq * , struct task_struct * , int ) ;
3547 unsigned int (*get_rr_interval)(struct rq * , struct task_struct * ) ;
3548 void (*task_move_group)(struct task_struct * , int ) ;
3549};
3550#line 1165 "include/linux/sched.h"
3551struct load_weight {
3552 unsigned long weight ;
3553 unsigned long inv_weight ;
3554};
3555#line 1170 "include/linux/sched.h"
3556struct sched_statistics {
3557 u64 wait_start ;
3558 u64 wait_max ;
3559 u64 wait_count ;
3560 u64 wait_sum ;
3561 u64 iowait_count ;
3562 u64 iowait_sum ;
3563 u64 sleep_start ;
3564 u64 sleep_max ;
3565 s64 sum_sleep_runtime ;
3566 u64 block_start ;
3567 u64 block_max ;
3568 u64 exec_max ;
3569 u64 slice_max ;
3570 u64 nr_migrations_cold ;
3571 u64 nr_failed_migrations_affine ;
3572 u64 nr_failed_migrations_running ;
3573 u64 nr_failed_migrations_hot ;
3574 u64 nr_forced_migrations ;
3575 u64 nr_wakeups ;
3576 u64 nr_wakeups_sync ;
3577 u64 nr_wakeups_migrate ;
3578 u64 nr_wakeups_local ;
3579 u64 nr_wakeups_remote ;
3580 u64 nr_wakeups_affine ;
3581 u64 nr_wakeups_affine_attempts ;
3582 u64 nr_wakeups_passive ;
3583 u64 nr_wakeups_idle ;
3584};
3585#line 1205 "include/linux/sched.h"
3586struct sched_entity {
3587 struct load_weight load ;
3588 struct rb_node run_node ;
3589 struct list_head group_node ;
3590 unsigned int on_rq ;
3591 u64 exec_start ;
3592 u64 sum_exec_runtime ;
3593 u64 vruntime ;
3594 u64 prev_sum_exec_runtime ;
3595 u64 nr_migrations ;
3596 struct sched_statistics statistics ;
3597 struct sched_entity *parent ;
3598 struct cfs_rq *cfs_rq ;
3599 struct cfs_rq *my_q ;
3600};
3601#line 1231
3602struct rt_rq;
3603#line 1231 "include/linux/sched.h"
3604struct sched_rt_entity {
3605 struct list_head run_list ;
3606 unsigned long timeout ;
3607 unsigned int time_slice ;
3608 int nr_cpus_allowed ;
3609 struct sched_rt_entity *back ;
3610 struct sched_rt_entity *parent ;
3611 struct rt_rq *rt_rq ;
3612 struct rt_rq *my_q ;
3613};
3614#line 1255
3615struct mem_cgroup;
3616#line 1255 "include/linux/sched.h"
3617struct memcg_batch_info {
3618 int do_batch ;
3619 struct mem_cgroup *memcg ;
3620 unsigned long nr_pages ;
3621 unsigned long memsw_nr_pages ;
3622};
3623#line 1616
3624struct css_set;
3625#line 1616
3626struct compat_robust_list_head;
3627#line 1616 "include/linux/sched.h"
3628struct task_struct {
3629 long volatile state ;
3630 void *stack ;
3631 atomic_t usage ;
3632 unsigned int flags ;
3633 unsigned int ptrace ;
3634 struct llist_node wake_entry ;
3635 int on_cpu ;
3636 int on_rq ;
3637 int prio ;
3638 int static_prio ;
3639 int normal_prio ;
3640 unsigned int rt_priority ;
3641 struct sched_class const *sched_class ;
3642 struct sched_entity se ;
3643 struct sched_rt_entity rt ;
3644 struct hlist_head preempt_notifiers ;
3645 unsigned char fpu_counter ;
3646 unsigned int policy ;
3647 cpumask_t cpus_allowed ;
3648 struct sched_info sched_info ;
3649 struct list_head tasks ;
3650 struct plist_node pushable_tasks ;
3651 struct mm_struct *mm ;
3652 struct mm_struct *active_mm ;
3653 unsigned char brk_randomized : 1 ;
3654 int exit_state ;
3655 int exit_code ;
3656 int exit_signal ;
3657 int pdeath_signal ;
3658 unsigned int jobctl ;
3659 unsigned int personality ;
3660 unsigned char did_exec : 1 ;
3661 unsigned char in_execve : 1 ;
3662 unsigned char in_iowait : 1 ;
3663 unsigned char sched_reset_on_fork : 1 ;
3664 unsigned char sched_contributes_to_load : 1 ;
3665 unsigned char irq_thread : 1 ;
3666 pid_t pid ;
3667 pid_t tgid ;
3668 unsigned long stack_canary ;
3669 struct task_struct *real_parent ;
3670 struct task_struct *parent ;
3671 struct list_head children ;
3672 struct list_head sibling ;
3673 struct task_struct *group_leader ;
3674 struct list_head ptraced ;
3675 struct list_head ptrace_entry ;
3676 struct pid_link pids[3U] ;
3677 struct list_head thread_group ;
3678 struct completion *vfork_done ;
3679 int *set_child_tid ;
3680 int *clear_child_tid ;
3681 cputime_t utime ;
3682 cputime_t stime ;
3683 cputime_t utimescaled ;
3684 cputime_t stimescaled ;
3685 cputime_t gtime ;
3686 cputime_t prev_utime ;
3687 cputime_t prev_stime ;
3688 unsigned long nvcsw ;
3689 unsigned long nivcsw ;
3690 struct timespec start_time ;
3691 struct timespec real_start_time ;
3692 unsigned long min_flt ;
3693 unsigned long maj_flt ;
3694 struct task_cputime cputime_expires ;
3695 struct list_head cpu_timers[3U] ;
3696 struct cred const *real_cred ;
3697 struct cred const *cred ;
3698 struct cred *replacement_session_keyring ;
3699 char comm[16U] ;
3700 int link_count ;
3701 int total_link_count ;
3702 struct sysv_sem sysvsem ;
3703 unsigned long last_switch_count ;
3704 struct thread_struct thread ;
3705 struct fs_struct *fs ;
3706 struct files_struct *files ;
3707 struct nsproxy *nsproxy ;
3708 struct signal_struct *signal ;
3709 struct sighand_struct *sighand ;
3710 sigset_t blocked ;
3711 sigset_t real_blocked ;
3712 sigset_t saved_sigmask ;
3713 struct sigpending pending ;
3714 unsigned long sas_ss_sp ;
3715 size_t sas_ss_size ;
3716 int (*notifier)(void * ) ;
3717 void *notifier_data ;
3718 sigset_t *notifier_mask ;
3719 struct audit_context *audit_context ;
3720 uid_t loginuid ;
3721 unsigned int sessionid ;
3722 seccomp_t seccomp ;
3723 u32 parent_exec_id ;
3724 u32 self_exec_id ;
3725 spinlock_t alloc_lock ;
3726 raw_spinlock_t pi_lock ;
3727 struct plist_head pi_waiters ;
3728 struct rt_mutex_waiter *pi_blocked_on ;
3729 struct mutex_waiter *blocked_on ;
3730 unsigned int irq_events ;
3731 unsigned long hardirq_enable_ip ;
3732 unsigned long hardirq_disable_ip ;
3733 unsigned int hardirq_enable_event ;
3734 unsigned int hardirq_disable_event ;
3735 int hardirqs_enabled ;
3736 int hardirq_context ;
3737 unsigned long softirq_disable_ip ;
3738 unsigned long softirq_enable_ip ;
3739 unsigned int softirq_disable_event ;
3740 unsigned int softirq_enable_event ;
3741 int softirqs_enabled ;
3742 int softirq_context ;
3743 u64 curr_chain_key ;
3744 int lockdep_depth ;
3745 unsigned int lockdep_recursion ;
3746 struct held_lock held_locks[48U] ;
3747 gfp_t lockdep_reclaim_gfp ;
3748 void *journal_info ;
3749 struct bio_list *bio_list ;
3750 struct blk_plug *plug ;
3751 struct reclaim_state *reclaim_state ;
3752 struct backing_dev_info *backing_dev_info ;
3753 struct io_context *io_context ;
3754 unsigned long ptrace_message ;
3755 siginfo_t *last_siginfo ;
3756 struct task_io_accounting ioac ;
3757 u64 acct_rss_mem1 ;
3758 u64 acct_vm_mem1 ;
3759 cputime_t acct_timexpd ;
3760 nodemask_t mems_allowed ;
3761 seqcount_t mems_allowed_seq ;
3762 int cpuset_mem_spread_rotor ;
3763 int cpuset_slab_spread_rotor ;
3764 struct css_set *cgroups ;
3765 struct list_head cg_list ;
3766 struct robust_list_head *robust_list ;
3767 struct compat_robust_list_head *compat_robust_list ;
3768 struct list_head pi_state_list ;
3769 struct futex_pi_state *pi_state_cache ;
3770 struct perf_event_context *perf_event_ctxp[2U] ;
3771 struct mutex perf_event_mutex ;
3772 struct list_head perf_event_list ;
3773 struct mempolicy *mempolicy ;
3774 short il_next ;
3775 short pref_node_fork ;
3776 struct rcu_head rcu ;
3777 struct pipe_inode_info *splice_pipe ;
3778 struct task_delay_info *delays ;
3779 int make_it_fail ;
3780 int nr_dirtied ;
3781 int nr_dirtied_pause ;
3782 unsigned long dirty_paused_when ;
3783 int latency_record_count ;
3784 struct latency_record latency_record[32U] ;
3785 unsigned long timer_slack_ns ;
3786 unsigned long default_timer_slack_ns ;
3787 struct list_head *scm_work_list ;
3788 unsigned long trace ;
3789 unsigned long trace_recursion ;
3790 struct memcg_batch_info memcg_batch ;
3791 atomic_t ptrace_bp_refcnt ;
3792};
3793#line 39 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/compat.h"
3794typedef s32 compat_long_t;
3795#line 212 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/compat.h"
3796typedef u32 compat_uptr_t;
3797#line 225 "include/linux/compat.h"
3798struct compat_robust_list {
3799 compat_uptr_t next ;
3800};
3801#line 229 "include/linux/compat.h"
3802struct compat_robust_list_head {
3803 struct compat_robust_list list ;
3804 compat_long_t futex_offset ;
3805 compat_uptr_t list_op_pending ;
3806};
3807#line 590 "include/linux/compat.h"
3808struct ethtool_cmd {
3809 __u32 cmd ;
3810 __u32 supported ;
3811 __u32 advertising ;
3812 __u16 speed ;
3813 __u8 duplex ;
3814 __u8 port ;
3815 __u8 phy_address ;
3816 __u8 transceiver ;
3817 __u8 autoneg ;
3818 __u8 mdio_support ;
3819 __u32 maxtxpkt ;
3820 __u32 maxrxpkt ;
3821 __u16 speed_hi ;
3822 __u8 eth_tp_mdix ;
3823 __u8 reserved2 ;
3824 __u32 lp_advertising ;
3825 __u32 reserved[2U] ;
3826};
3827#line 66 "include/linux/ethtool.h"
3828struct ethtool_drvinfo {
3829 __u32 cmd ;
3830 char driver[32U] ;
3831 char version[32U] ;
3832 char fw_version[32U] ;
3833 char bus_info[32U] ;
3834 char reserved1[32U] ;
3835 char reserved2[12U] ;
3836 __u32 n_priv_flags ;
3837 __u32 n_stats ;
3838 __u32 testinfo_len ;
3839 __u32 eedump_len ;
3840 __u32 regdump_len ;
3841};
3842#line 106 "include/linux/ethtool.h"
3843struct ethtool_wolinfo {
3844 __u32 cmd ;
3845 __u32 supported ;
3846 __u32 wolopts ;
3847 __u8 sopass[6U] ;
3848};
3849#line 121 "include/linux/ethtool.h"
3850struct ethtool_regs {
3851 __u32 cmd ;
3852 __u32 version ;
3853 __u32 len ;
3854 __u8 data[0U] ;
3855};
3856#line 129 "include/linux/ethtool.h"
3857struct ethtool_eeprom {
3858 __u32 cmd ;
3859 __u32 magic ;
3860 __u32 offset ;
3861 __u32 len ;
3862 __u8 data[0U] ;
3863};
3864#line 138 "include/linux/ethtool.h"
3865struct ethtool_coalesce {
3866 __u32 cmd ;
3867 __u32 rx_coalesce_usecs ;
3868 __u32 rx_max_coalesced_frames ;
3869 __u32 rx_coalesce_usecs_irq ;
3870 __u32 rx_max_coalesced_frames_irq ;
3871 __u32 tx_coalesce_usecs ;
3872 __u32 tx_max_coalesced_frames ;
3873 __u32 tx_coalesce_usecs_irq ;
3874 __u32 tx_max_coalesced_frames_irq ;
3875 __u32 stats_block_coalesce_usecs ;
3876 __u32 use_adaptive_rx_coalesce ;
3877 __u32 use_adaptive_tx_coalesce ;
3878 __u32 pkt_rate_low ;
3879 __u32 rx_coalesce_usecs_low ;
3880 __u32 rx_max_coalesced_frames_low ;
3881 __u32 tx_coalesce_usecs_low ;
3882 __u32 tx_max_coalesced_frames_low ;
3883 __u32 pkt_rate_high ;
3884 __u32 rx_coalesce_usecs_high ;
3885 __u32 rx_max_coalesced_frames_high ;
3886 __u32 tx_coalesce_usecs_high ;
3887 __u32 tx_max_coalesced_frames_high ;
3888 __u32 rate_sample_interval ;
3889};
3890#line 236 "include/linux/ethtool.h"
3891struct ethtool_ringparam {
3892 __u32 cmd ;
3893 __u32 rx_max_pending ;
3894 __u32 rx_mini_max_pending ;
3895 __u32 rx_jumbo_max_pending ;
3896 __u32 tx_max_pending ;
3897 __u32 rx_pending ;
3898 __u32 rx_mini_pending ;
3899 __u32 rx_jumbo_pending ;
3900 __u32 tx_pending ;
3901};
3902#line 258 "include/linux/ethtool.h"
3903struct ethtool_channels {
3904 __u32 cmd ;
3905 __u32 max_rx ;
3906 __u32 max_tx ;
3907 __u32 max_other ;
3908 __u32 max_combined ;
3909 __u32 rx_count ;
3910 __u32 tx_count ;
3911 __u32 other_count ;
3912 __u32 combined_count ;
3913};
3914#line 286 "include/linux/ethtool.h"
3915struct ethtool_pauseparam {
3916 __u32 cmd ;
3917 __u32 autoneg ;
3918 __u32 rx_pause ;
3919 __u32 tx_pause ;
3920};
3921#line 337 "include/linux/ethtool.h"
3922struct ethtool_test {
3923 __u32 cmd ;
3924 __u32 flags ;
3925 __u32 reserved ;
3926 __u32 len ;
3927 __u64 data[0U] ;
3928};
3929#line 359 "include/linux/ethtool.h"
3930struct ethtool_stats {
3931 __u32 cmd ;
3932 __u32 n_stats ;
3933 __u64 data[0U] ;
3934};
3935#line 380 "include/linux/ethtool.h"
3936struct ethtool_tcpip4_spec {
3937 __be32 ip4src ;
3938 __be32 ip4dst ;
3939 __be16 psrc ;
3940 __be16 pdst ;
3941 __u8 tos ;
3942};
3943#line 413 "include/linux/ethtool.h"
3944struct ethtool_ah_espip4_spec {
3945 __be32 ip4src ;
3946 __be32 ip4dst ;
3947 __be32 spi ;
3948 __u8 tos ;
3949};
3950#line 429 "include/linux/ethtool.h"
3951struct ethtool_usrip4_spec {
3952 __be32 ip4src ;
3953 __be32 ip4dst ;
3954 __be32 l4_4_bytes ;
3955 __u8 tos ;
3956 __u8 ip_ver ;
3957 __u8 proto ;
3958};
3959#line 449 "include/linux/ethtool.h"
3960union ethtool_flow_union {
3961 struct ethtool_tcpip4_spec tcp_ip4_spec ;
3962 struct ethtool_tcpip4_spec udp_ip4_spec ;
3963 struct ethtool_tcpip4_spec sctp_ip4_spec ;
3964 struct ethtool_ah_espip4_spec ah_ip4_spec ;
3965 struct ethtool_ah_espip4_spec esp_ip4_spec ;
3966 struct ethtool_usrip4_spec usr_ip4_spec ;
3967 struct ethhdr ether_spec ;
3968 __u8 hdata[60U] ;
3969};
3970#line 460 "include/linux/ethtool.h"
3971struct ethtool_flow_ext {
3972 __be16 vlan_etype ;
3973 __be16 vlan_tci ;
3974 __be32 data[2U] ;
3975};
3976#line 466 "include/linux/ethtool.h"
3977struct ethtool_rx_flow_spec {
3978 __u32 flow_type ;
3979 union ethtool_flow_union h_u ;
3980 struct ethtool_flow_ext h_ext ;
3981 union ethtool_flow_union m_u ;
3982 struct ethtool_flow_ext m_ext ;
3983 __u64 ring_cookie ;
3984 __u32 location ;
3985};
3986#line 491 "include/linux/ethtool.h"
3987struct ethtool_rxnfc {
3988 __u32 cmd ;
3989 __u32 flow_type ;
3990 __u64 data ;
3991 struct ethtool_rx_flow_spec fs ;
3992 __u32 rule_cnt ;
3993 __u32 rule_locs[0U] ;
3994};
3995#line 649 "include/linux/ethtool.h"
3996struct ethtool_flash {
3997 __u32 cmd ;
3998 __u32 region ;
3999 char data[128U] ;
4000};
4001#line 657 "include/linux/ethtool.h"
4002struct ethtool_dump {
4003 __u32 cmd ;
4004 __u32 version ;
4005 __u32 flag ;
4006 __u32 len ;
4007 __u8 data[0U] ;
4008};
4009#line 769
4010enum ethtool_phys_id_state {
4011 ETHTOOL_ID_INACTIVE = 0,
4012 ETHTOOL_ID_ACTIVE = 1,
4013 ETHTOOL_ID_ON = 2,
4014 ETHTOOL_ID_OFF = 3
4015} ;
4016#line 803 "include/linux/ethtool.h"
4017struct ethtool_ops {
4018 int (*get_settings)(struct net_device * , struct ethtool_cmd * ) ;
4019 int (*set_settings)(struct net_device * , struct ethtool_cmd * ) ;
4020 void (*get_drvinfo)(struct net_device * , struct ethtool_drvinfo * ) ;
4021 int (*get_regs_len)(struct net_device * ) ;
4022 void (*get_regs)(struct net_device * , struct ethtool_regs * , void * ) ;
4023 void (*get_wol)(struct net_device * , struct ethtool_wolinfo * ) ;
4024 int (*set_wol)(struct net_device * , struct ethtool_wolinfo * ) ;
4025 u32 (*get_msglevel)(struct net_device * ) ;
4026 void (*set_msglevel)(struct net_device * , u32 ) ;
4027 int (*nway_reset)(struct net_device * ) ;
4028 u32 (*get_link)(struct net_device * ) ;
4029 int (*get_eeprom_len)(struct net_device * ) ;
4030 int (*get_eeprom)(struct net_device * , struct ethtool_eeprom * , u8 * ) ;
4031 int (*set_eeprom)(struct net_device * , struct ethtool_eeprom * , u8 * ) ;
4032 int (*get_coalesce)(struct net_device * , struct ethtool_coalesce * ) ;
4033 int (*set_coalesce)(struct net_device * , struct ethtool_coalesce * ) ;
4034 void (*get_ringparam)(struct net_device * , struct ethtool_ringparam * ) ;
4035 int (*set_ringparam)(struct net_device * , struct ethtool_ringparam * ) ;
4036 void (*get_pauseparam)(struct net_device * , struct ethtool_pauseparam * ) ;
4037 int (*set_pauseparam)(struct net_device * , struct ethtool_pauseparam * ) ;
4038 void (*self_test)(struct net_device * , struct ethtool_test * , u64 * ) ;
4039 void (*get_strings)(struct net_device * , u32 , u8 * ) ;
4040 int (*set_phys_id)(struct net_device * , enum ethtool_phys_id_state ) ;
4041 void (*get_ethtool_stats)(struct net_device * , struct ethtool_stats * , u64 * ) ;
4042 int (*begin)(struct net_device * ) ;
4043 void (*complete)(struct net_device * ) ;
4044 u32 (*get_priv_flags)(struct net_device * ) ;
4045 int (*set_priv_flags)(struct net_device * , u32 ) ;
4046 int (*get_sset_count)(struct net_device * , int ) ;
4047 int (*get_rxnfc)(struct net_device * , struct ethtool_rxnfc * , u32 * ) ;
4048 int (*set_rxnfc)(struct net_device * , struct ethtool_rxnfc * ) ;
4049 int (*flash_device)(struct net_device * , struct ethtool_flash * ) ;
4050 int (*reset)(struct net_device * , u32 * ) ;
4051 u32 (*get_rxfh_indir_size)(struct net_device * ) ;
4052 int (*get_rxfh_indir)(struct net_device * , u32 * ) ;
4053 int (*set_rxfh_indir)(struct net_device * , u32 const * ) ;
4054 void (*get_channels)(struct net_device * , struct ethtool_channels * ) ;
4055 int (*set_channels)(struct net_device * , struct ethtool_channels * ) ;
4056 int (*get_dump_flag)(struct net_device * , struct ethtool_dump * ) ;
4057 int (*get_dump_data)(struct net_device * , struct ethtool_dump * , void * ) ;
4058 int (*set_dump)(struct net_device * , struct ethtool_dump * ) ;
4059};
4060#line 971
4061struct prot_inuse;
4062#line 971
4063struct prot_inuse;
4064#line 972 "include/linux/ethtool.h"
4065struct netns_core {
4066 struct ctl_table_header *sysctl_hdr ;
4067 int sysctl_somaxconn ;
4068 struct prot_inuse *inuse ;
4069};
4070#line 38 "include/net/snmp.h"
4071struct u64_stats_sync {
4072
4073};
4074#line 138 "include/linux/u64_stats_sync.h"
4075struct ipstats_mib {
4076 u64 mibs[31U] ;
4077 struct u64_stats_sync syncp ;
4078};
4079#line 61 "include/net/snmp.h"
4080struct icmp_mib {
4081 unsigned long mibs[27U] ;
4082};
4083#line 67 "include/net/snmp.h"
4084struct icmpmsg_mib {
4085 atomic_long_t mibs[512U] ;
4086};
4087#line 72 "include/net/snmp.h"
4088struct icmpv6_mib {
4089 unsigned long mibs[5U] ;
4090};
4091#line 83 "include/net/snmp.h"
4092struct icmpv6msg_mib {
4093 atomic_long_t mibs[512U] ;
4094};
4095#line 93 "include/net/snmp.h"
4096struct tcp_mib {
4097 unsigned long mibs[15U] ;
4098};
4099#line 100 "include/net/snmp.h"
4100struct udp_mib {
4101 unsigned long mibs[7U] ;
4102};
4103#line 106 "include/net/snmp.h"
4104struct linux_mib {
4105 unsigned long mibs[83U] ;
4106};
4107#line 112 "include/net/snmp.h"
4108struct linux_xfrm_mib {
4109 unsigned long mibs[27U] ;
4110};
4111#line 118
4112struct proc_dir_entry;
4113#line 118 "include/net/snmp.h"
4114struct netns_mib {
4115 struct tcp_mib *tcp_statistics[1U] ;
4116 struct ipstats_mib *ip_statistics[1U] ;
4117 struct linux_mib *net_statistics[1U] ;
4118 struct udp_mib *udp_statistics[1U] ;
4119 struct udp_mib *udplite_statistics[1U] ;
4120 struct icmp_mib *icmp_statistics[1U] ;
4121 struct icmpmsg_mib *icmpmsg_statistics ;
4122 struct proc_dir_entry *proc_net_devsnmp6 ;
4123 struct udp_mib *udp_stats_in6[1U] ;
4124 struct udp_mib *udplite_stats_in6[1U] ;
4125 struct ipstats_mib *ipv6_statistics[1U] ;
4126 struct icmpv6_mib *icmpv6_statistics[1U] ;
4127 struct icmpv6msg_mib *icmpv6msg_statistics ;
4128 struct linux_xfrm_mib *xfrm_statistics[1U] ;
4129};
4130#line 26 "include/net/netns/mib.h"
4131struct netns_unix {
4132 int sysctl_max_dgram_qlen ;
4133 struct ctl_table_header *ctl ;
4134};
4135#line 12 "include/net/netns/unix.h"
4136struct netns_packet {
4137 spinlock_t sklist_lock ;
4138 struct hlist_head sklist ;
4139};
4140#line 14 "include/net/netns/packet.h"
4141struct netns_frags {
4142 int nqueues ;
4143 atomic_t mem ;
4144 struct list_head lru_list ;
4145 int timeout ;
4146 int high_thresh ;
4147 int low_thresh ;
4148};
4149#line 73 "include/net/inet_frag.h"
4150struct ipv4_devconf;
4151#line 73
4152struct ipv4_devconf;
4153#line 74
4154struct fib_rules_ops;
4155#line 74
4156struct fib_rules_ops;
4157#line 75
4158struct xt_table;
4159#line 75 "include/net/inet_frag.h"
4160struct netns_ipv4 {
4161 struct ctl_table_header *forw_hdr ;
4162 struct ctl_table_header *frags_hdr ;
4163 struct ctl_table_header *ipv4_hdr ;
4164 struct ctl_table_header *route_hdr ;
4165 struct ipv4_devconf *devconf_all ;
4166 struct ipv4_devconf *devconf_dflt ;
4167 struct fib_rules_ops *rules_ops ;
4168 struct hlist_head *fib_table_hash ;
4169 struct sock *fibnl ;
4170 struct sock **icmp_sk ;
4171 struct sock *tcp_sock ;
4172 struct netns_frags frags ;
4173 struct xt_table *iptable_filter ;
4174 struct xt_table *iptable_mangle ;
4175 struct xt_table *iptable_raw ;
4176 struct xt_table *arptable_filter ;
4177 struct xt_table *iptable_security ;
4178 struct xt_table *nat_table ;
4179 struct hlist_head *nat_bysource ;
4180 unsigned int nat_htable_size ;
4181 int sysctl_icmp_echo_ignore_all ;
4182 int sysctl_icmp_echo_ignore_broadcasts ;
4183 int sysctl_icmp_ignore_bogus_error_responses ;
4184 int sysctl_icmp_ratelimit ;
4185 int sysctl_icmp_ratemask ;
4186 int sysctl_icmp_errors_use_inbound_ifaddr ;
4187 int sysctl_rt_cache_rebuild_count ;
4188 int current_rt_cache_rebuild_count ;
4189 unsigned int sysctl_ping_group_range[2U] ;
4190 long sysctl_tcp_mem[3U] ;
4191 atomic_t rt_genid ;
4192 atomic_t dev_addr_genid ;
4193 struct list_head mr_tables ;
4194 struct fib_rules_ops *mr_rules_ops ;
4195};
4196#line 71 "include/net/netns/ipv4.h"
4197struct neighbour;
4198#line 71 "include/net/netns/ipv4.h"
4199struct dst_ops {
4200 unsigned short family ;
4201 __be16 protocol ;
4202 unsigned int gc_thresh ;
4203 int (*gc)(struct dst_ops * ) ;
4204 struct dst_entry *(*check)(struct dst_entry * , __u32 ) ;
4205 unsigned int (*default_advmss)(struct dst_entry const * ) ;
4206 unsigned int (*mtu)(struct dst_entry const * ) ;
4207 u32 *(*cow_metrics)(struct dst_entry * , unsigned long ) ;
4208 void (*destroy)(struct dst_entry * ) ;
4209 void (*ifdown)(struct dst_entry * , struct net_device * , int ) ;
4210 struct dst_entry *(*negative_advice)(struct dst_entry * ) ;
4211 void (*link_failure)(struct sk_buff * ) ;
4212 void (*update_pmtu)(struct dst_entry * , u32 ) ;
4213 int (*local_out)(struct sk_buff * ) ;
4214 struct neighbour *(*neigh_lookup)(struct dst_entry const * , void const * ) ;
4215 struct kmem_cache *kmem_cachep ;
4216 struct percpu_counter pcpuc_entries ;
4217};
4218#line 67 "include/net/dst_ops.h"
4219struct netns_sysctl_ipv6 {
4220 struct ctl_table_header *table ;
4221 struct ctl_table_header *frags_hdr ;
4222 int bindv6only ;
4223 int flush_delay ;
4224 int ip6_rt_max_size ;
4225 int ip6_rt_gc_min_interval ;
4226 int ip6_rt_gc_timeout ;
4227 int ip6_rt_gc_interval ;
4228 int ip6_rt_gc_elasticity ;
4229 int ip6_rt_mtu_expires ;
4230 int ip6_rt_min_advmss ;
4231 int icmpv6_time ;
4232};
4233#line 29 "include/net/netns/ipv6.h"
4234struct ipv6_devconf;
4235#line 29
4236struct rt6_info;
4237#line 29
4238struct rt6_statistics;
4239#line 29
4240struct fib6_table;
4241#line 29 "include/net/netns/ipv6.h"
4242struct netns_ipv6 {
4243 struct netns_sysctl_ipv6 sysctl ;
4244 struct ipv6_devconf *devconf_all ;
4245 struct ipv6_devconf *devconf_dflt ;
4246 struct netns_frags frags ;
4247 struct xt_table *ip6table_filter ;
4248 struct xt_table *ip6table_mangle ;
4249 struct xt_table *ip6table_raw ;
4250 struct xt_table *ip6table_security ;
4251 struct rt6_info *ip6_null_entry ;
4252 struct rt6_statistics *rt6_stats ;
4253 struct timer_list ip6_fib_timer ;
4254 struct hlist_head *fib_table_hash ;
4255 struct fib6_table *fib6_main_tbl ;
4256 struct dst_ops ip6_dst_ops ;
4257 unsigned int ip6_rt_gc_expire ;
4258 unsigned long ip6_rt_last_gc ;
4259 struct rt6_info *ip6_prohibit_entry ;
4260 struct rt6_info *ip6_blk_hole_entry ;
4261 struct fib6_table *fib6_local_tbl ;
4262 struct fib_rules_ops *fib6_rules_ops ;
4263 struct sock **icmp_sk ;
4264 struct sock *ndisc_sk ;
4265 struct sock *tcp_sk ;
4266 struct sock *igmp_sk ;
4267 struct list_head mr6_tables ;
4268 struct fib_rules_ops *mr6_rules_ops ;
4269};
4270#line 68 "include/net/netns/ipv6.h"
4271struct netns_dccp {
4272 struct sock *v4_ctl_sk ;
4273 struct sock *v6_ctl_sk ;
4274};
4275#line 46 "include/linux/proc_fs.h"
4276typedef int read_proc_t(char * , char ** , off_t , int , int * , void * );
4277#line 48 "include/linux/proc_fs.h"
4278typedef int write_proc_t(struct file * , char const * , unsigned long , void * );
4279#line 49 "include/linux/proc_fs.h"
4280struct proc_dir_entry {
4281 unsigned int low_ino ;
4282 umode_t mode ;
4283 nlink_t nlink ;
4284 uid_t uid ;
4285 gid_t gid ;
4286 loff_t size ;
4287 struct inode_operations const *proc_iops ;
4288 struct file_operations const *proc_fops ;
4289 struct proc_dir_entry *next ;
4290 struct proc_dir_entry *parent ;
4291 struct proc_dir_entry *subdir ;
4292 void *data ;
4293 read_proc_t *read_proc ;
4294 write_proc_t *write_proc ;
4295 atomic_t count ;
4296 int pde_users ;
4297 struct completion *pde_unload_completion ;
4298 struct list_head pde_openers ;
4299 spinlock_t pde_unload_lock ;
4300 u8 namelen ;
4301 char name[0U] ;
4302};
4303#line 121
4304struct tty_driver;
4305#line 121
4306struct tty_driver;
4307#line 392 "include/linux/netfilter.h"
4308struct ebt_table;
4309#line 392
4310struct ebt_table;
4311#line 393 "include/linux/netfilter.h"
4312struct netns_xt {
4313 struct list_head tables[13U] ;
4314 struct ebt_table *broute_table ;
4315 struct ebt_table *frame_filter ;
4316 struct ebt_table *frame_nat ;
4317};
4318#line 17 "include/net/netns/x_tables.h"
4319struct hlist_nulls_node;
4320#line 17 "include/net/netns/x_tables.h"
4321struct hlist_nulls_head {
4322 struct hlist_nulls_node *first ;
4323};
4324#line 20 "include/linux/list_nulls.h"
4325struct hlist_nulls_node {
4326 struct hlist_nulls_node *next ;
4327 struct hlist_nulls_node **pprev ;
4328};
4329#line 86
4330struct ip_conntrack_stat;
4331#line 86
4332struct nf_ct_event_notifier;
4333#line 86
4334struct nf_exp_event_notifier;
4335#line 86 "include/linux/list_nulls.h"
4336struct netns_ct {
4337 atomic_t count ;
4338 unsigned int expect_count ;
4339 unsigned int htable_size ;
4340 struct kmem_cache *nf_conntrack_cachep ;
4341 struct hlist_nulls_head *hash ;
4342 struct hlist_head *expect_hash ;
4343 struct hlist_nulls_head unconfirmed ;
4344 struct hlist_nulls_head dying ;
4345 struct ip_conntrack_stat *stat ;
4346 struct nf_ct_event_notifier *nf_conntrack_event_cb ;
4347 struct nf_exp_event_notifier *nf_expect_event_cb ;
4348 int sysctl_events ;
4349 unsigned int sysctl_events_retry_timeout ;
4350 int sysctl_acct ;
4351 int sysctl_tstamp ;
4352 int sysctl_checksum ;
4353 unsigned int sysctl_log_invalid ;
4354 struct ctl_table_header *sysctl_header ;
4355 struct ctl_table_header *acct_sysctl_header ;
4356 struct ctl_table_header *tstamp_sysctl_header ;
4357 struct ctl_table_header *event_sysctl_header ;
4358 char *slabname ;
4359};
4360#line 484 "include/linux/xfrm.h"
4361struct xfrm_policy_hash {
4362 struct hlist_head *table ;
4363 unsigned int hmask ;
4364};
4365#line 16 "include/net/netns/xfrm.h"
4366struct netns_xfrm {
4367 struct list_head state_all ;
4368 struct hlist_head *state_bydst ;
4369 struct hlist_head *state_bysrc ;
4370 struct hlist_head *state_byspi ;
4371 unsigned int state_hmask ;
4372 unsigned int state_num ;
4373 struct work_struct state_hash_work ;
4374 struct hlist_head state_gc_list ;
4375 struct work_struct state_gc_work ;
4376 wait_queue_head_t km_waitq ;
4377 struct list_head policy_all ;
4378 struct hlist_head *policy_byidx ;
4379 unsigned int policy_idx_hmask ;
4380 struct hlist_head policy_inexact[6U] ;
4381 struct xfrm_policy_hash policy_bydst[6U] ;
4382 unsigned int policy_count[6U] ;
4383 struct work_struct policy_hash_work ;
4384 struct sock *nlsk ;
4385 struct sock *nlsk_stash ;
4386 u32 sysctl_aevent_etime ;
4387 u32 sysctl_aevent_rseqth ;
4388 int sysctl_larval_drop ;
4389 u32 sysctl_acq_expires ;
4390 struct ctl_table_header *sysctl_hdr ;
4391 struct dst_ops xfrm4_dst_ops ;
4392 struct dst_ops xfrm6_dst_ops ;
4393};
4394#line 62
4395struct net_generic;
4396#line 62
4397struct net_generic;
4398#line 63
4399struct netns_ipvs;
4400#line 63
4401struct netns_ipvs;
4402#line 64 "include/net/netns/xfrm.h"
4403struct net {
4404 atomic_t passive ;
4405 atomic_t count ;
4406 spinlock_t rules_mod_lock ;
4407 struct list_head list ;
4408 struct list_head cleanup_list ;
4409 struct list_head exit_list ;
4410 struct proc_dir_entry *proc_net ;
4411 struct proc_dir_entry *proc_net_stat ;
4412 struct ctl_table_set sysctls ;
4413 struct sock *rtnl ;
4414 struct sock *genl_sock ;
4415 struct list_head dev_base_head ;
4416 struct hlist_head *dev_name_head ;
4417 struct hlist_head *dev_index_head ;
4418 unsigned int dev_base_seq ;
4419 struct list_head rules_ops ;
4420 struct net_device *loopback_dev ;
4421 struct netns_core core ;
4422 struct netns_mib mib ;
4423 struct netns_packet packet ;
4424 struct netns_unix unx ;
4425 struct netns_ipv4 ipv4 ;
4426 struct netns_ipv6 ipv6 ;
4427 struct netns_dccp dccp ;
4428 struct netns_xt xt ;
4429 struct netns_ct ct ;
4430 struct sock *nfnl ;
4431 struct sock *nfnl_stash ;
4432 struct sk_buff_head wext_nlevents ;
4433 struct net_generic *gen ;
4434 struct netns_xfrm xfrm ;
4435 struct netns_ipvs *ipvs ;
4436};
4437#line 105 "include/net/net_namespace.h"
4438struct seq_file {
4439 char *buf ;
4440 size_t size ;
4441 size_t from ;
4442 size_t count ;
4443 loff_t index ;
4444 loff_t read_pos ;
4445 u64 version ;
4446 struct mutex lock ;
4447 struct seq_operations const *op ;
4448 int poll_event ;
4449 void *private ;
4450};
4451#line 30 "include/linux/seq_file.h"
4452struct seq_operations {
4453 void *(*start)(struct seq_file * , loff_t * ) ;
4454 void (*stop)(struct seq_file * , void * ) ;
4455 void *(*next)(struct seq_file * , void * , loff_t * ) ;
4456 int (*show)(struct seq_file * , void * ) ;
4457};
4458#line 291 "include/net/net_namespace.h"
4459struct dsa_chip_data {
4460 struct device *mii_bus ;
4461 int sw_addr ;
4462 char *port_names[12U] ;
4463 s8 *rtable ;
4464};
4465#line 46 "include/net/dsa.h"
4466struct dsa_platform_data {
4467 struct device *netdev ;
4468 int nr_chips ;
4469 struct dsa_chip_data *chip ;
4470};
4471#line 61
4472struct dsa_switch;
4473#line 61 "include/net/dsa.h"
4474struct dsa_switch_tree {
4475 struct dsa_platform_data *pd ;
4476 struct net_device *master_netdev ;
4477 __be16 tag_protocol ;
4478 s8 cpu_switch ;
4479 s8 cpu_port ;
4480 int link_poll_needed ;
4481 struct work_struct link_poll_work ;
4482 struct timer_list link_poll_timer ;
4483 struct dsa_switch *ds[4U] ;
4484};
4485#line 94
4486struct dsa_switch_driver;
4487#line 94
4488struct mii_bus;
4489#line 94 "include/net/dsa.h"
4490struct dsa_switch {
4491 struct dsa_switch_tree *dst ;
4492 int index ;
4493 struct dsa_chip_data *pd ;
4494 struct dsa_switch_driver *drv ;
4495 struct mii_bus *master_mii_bus ;
4496 u32 dsa_port_mask ;
4497 u32 phys_port_mask ;
4498 struct mii_bus *slave_mii_bus ;
4499 struct net_device *ports[12U] ;
4500};
4501#line 146 "include/net/dsa.h"
4502struct dsa_switch_driver {
4503 struct list_head list ;
4504 __be16 tag_protocol ;
4505 int priv_size ;
4506 char *(*probe)(struct mii_bus * , int ) ;
4507 int (*setup)(struct dsa_switch * ) ;
4508 int (*set_addr)(struct dsa_switch * , u8 * ) ;
4509 int (*phy_read)(struct dsa_switch * , int , int ) ;
4510 int (*phy_write)(struct dsa_switch * , int , int , u16 ) ;
4511 void (*poll_link)(struct dsa_switch * ) ;
4512 void (*get_strings)(struct dsa_switch * , int , uint8_t * ) ;
4513 void (*get_ethtool_stats)(struct dsa_switch * , int , uint64_t * ) ;
4514 int (*get_sset_count)(struct dsa_switch * ) ;
4515};
4516#line 200 "include/net/dsa.h"
4517struct ieee_ets {
4518 __u8 willing ;
4519 __u8 ets_cap ;
4520 __u8 cbs ;
4521 __u8 tc_tx_bw[8U] ;
4522 __u8 tc_rx_bw[8U] ;
4523 __u8 tc_tsa[8U] ;
4524 __u8 prio_tc[8U] ;
4525 __u8 tc_reco_bw[8U] ;
4526 __u8 tc_reco_tsa[8U] ;
4527 __u8 reco_prio_tc[8U] ;
4528};
4529#line 69 "include/linux/dcbnl.h"
4530struct ieee_pfc {
4531 __u8 pfc_cap ;
4532 __u8 pfc_en ;
4533 __u8 mbc ;
4534 __u16 delay ;
4535 __u64 requests[8U] ;
4536 __u64 indications[8U] ;
4537};
4538#line 89 "include/linux/dcbnl.h"
4539struct cee_pg {
4540 __u8 willing ;
4541 __u8 error ;
4542 __u8 pg_en ;
4543 __u8 tcs_supported ;
4544 __u8 pg_bw[8U] ;
4545 __u8 prio_pg[8U] ;
4546};
4547#line 112 "include/linux/dcbnl.h"
4548struct cee_pfc {
4549 __u8 willing ;
4550 __u8 error ;
4551 __u8 pfc_en ;
4552 __u8 tcs_supported ;
4553};
4554#line 127 "include/linux/dcbnl.h"
4555struct dcb_app {
4556 __u8 selector ;
4557 __u8 priority ;
4558 __u16 protocol ;
4559};
4560#line 156 "include/linux/dcbnl.h"
4561struct dcb_peer_app_info {
4562 __u8 willing ;
4563 __u8 error ;
4564};
4565#line 41 "include/net/dcbnl.h"
4566struct dcbnl_rtnl_ops {
4567 int (*ieee_getets)(struct net_device * , struct ieee_ets * ) ;
4568 int (*ieee_setets)(struct net_device * , struct ieee_ets * ) ;
4569 int (*ieee_getpfc)(struct net_device * , struct ieee_pfc * ) ;
4570 int (*ieee_setpfc)(struct net_device * , struct ieee_pfc * ) ;
4571 int (*ieee_getapp)(struct net_device * , struct dcb_app * ) ;
4572 int (*ieee_setapp)(struct net_device * , struct dcb_app * ) ;
4573 int (*ieee_delapp)(struct net_device * , struct dcb_app * ) ;
4574 int (*ieee_peer_getets)(struct net_device * , struct ieee_ets * ) ;
4575 int (*ieee_peer_getpfc)(struct net_device * , struct ieee_pfc * ) ;
4576 u8 (*getstate)(struct net_device * ) ;
4577 u8 (*setstate)(struct net_device * , u8 ) ;
4578 void (*getpermhwaddr)(struct net_device * , u8 * ) ;
4579 void (*setpgtccfgtx)(struct net_device * , int , u8 , u8 , u8 , u8 ) ;
4580 void (*setpgbwgcfgtx)(struct net_device * , int , u8 ) ;
4581 void (*setpgtccfgrx)(struct net_device * , int , u8 , u8 , u8 , u8 ) ;
4582 void (*setpgbwgcfgrx)(struct net_device * , int , u8 ) ;
4583 void (*getpgtccfgtx)(struct net_device * , int , u8 * , u8 * , u8 * , u8 * ) ;
4584 void (*getpgbwgcfgtx)(struct net_device * , int , u8 * ) ;
4585 void (*getpgtccfgrx)(struct net_device * , int , u8 * , u8 * , u8 * , u8 * ) ;
4586 void (*getpgbwgcfgrx)(struct net_device * , int , u8 * ) ;
4587 void (*setpfccfg)(struct net_device * , int , u8 ) ;
4588 void (*getpfccfg)(struct net_device * , int , u8 * ) ;
4589 u8 (*setall)(struct net_device * ) ;
4590 u8 (*getcap)(struct net_device * , int , u8 * ) ;
4591 int (*getnumtcs)(struct net_device * , int , u8 * ) ;
4592 int (*setnumtcs)(struct net_device * , int , u8 ) ;
4593 u8 (*getpfcstate)(struct net_device * ) ;
4594 void (*setpfcstate)(struct net_device * , u8 ) ;
4595 void (*getbcncfg)(struct net_device * , int , u32 * ) ;
4596 void (*setbcncfg)(struct net_device * , int , u32 ) ;
4597 void (*getbcnrp)(struct net_device * , int , u8 * ) ;
4598 void (*setbcnrp)(struct net_device * , int , u8 ) ;
4599 u8 (*setapp)(struct net_device * , u8 , u16 , u8 ) ;
4600 u8 (*getapp)(struct net_device * , u8 , u16 ) ;
4601 u8 (*getfeatcfg)(struct net_device * , int , u8 * ) ;
4602 u8 (*setfeatcfg)(struct net_device * , int , u8 ) ;
4603 u8 (*getdcbx)(struct net_device * ) ;
4604 u8 (*setdcbx)(struct net_device * , u8 ) ;
4605 int (*peer_getappinfo)(struct net_device * , struct dcb_peer_app_info * , u16 * ) ;
4606 int (*peer_getapptable)(struct net_device * , struct dcb_app * ) ;
4607 int (*cee_peer_getpg)(struct net_device * , struct cee_pg * ) ;
4608 int (*cee_peer_getpfc)(struct net_device * , struct cee_pfc * ) ;
4609};
4610#line 101 "include/net/dcbnl.h"
4611struct taskstats {
4612 __u16 version ;
4613 __u32 ac_exitcode ;
4614 __u8 ac_flag ;
4615 __u8 ac_nice ;
4616 __u64 cpu_count ;
4617 __u64 cpu_delay_total ;
4618 __u64 blkio_count ;
4619 __u64 blkio_delay_total ;
4620 __u64 swapin_count ;
4621 __u64 swapin_delay_total ;
4622 __u64 cpu_run_real_total ;
4623 __u64 cpu_run_virtual_total ;
4624 char ac_comm[32U] ;
4625 __u8 ac_sched ;
4626 __u8 ac_pad[3U] ;
4627 __u32 ac_uid ;
4628 __u32 ac_gid ;
4629 __u32 ac_pid ;
4630 __u32 ac_ppid ;
4631 __u32 ac_btime ;
4632 __u64 ac_etime ;
4633 __u64 ac_utime ;
4634 __u64 ac_stime ;
4635 __u64 ac_minflt ;
4636 __u64 ac_majflt ;
4637 __u64 coremem ;
4638 __u64 virtmem ;
4639 __u64 hiwater_rss ;
4640 __u64 hiwater_vm ;
4641 __u64 read_char ;
4642 __u64 write_char ;
4643 __u64 read_syscalls ;
4644 __u64 write_syscalls ;
4645 __u64 read_bytes ;
4646 __u64 write_bytes ;
4647 __u64 cancelled_write_bytes ;
4648 __u64 nvcsw ;
4649 __u64 nivcsw ;
4650 __u64 ac_utimescaled ;
4651 __u64 ac_stimescaled ;
4652 __u64 cpu_scaled_run_real_total ;
4653 __u64 freepages_count ;
4654 __u64 freepages_delay_total ;
4655};
4656#line 154 "include/linux/idr.h"
4657struct cgroupfs_root;
4658#line 154
4659struct cgroupfs_root;
4660#line 156
4661struct cgroup;
4662#line 156
4663struct cgroup;
4664#line 157
4665struct css_id;
4666#line 157
4667struct css_id;
4668#line 56 "include/linux/cgroup.h"
4669struct cgroup_subsys_state {
4670 struct cgroup *cgroup ;
4671 atomic_t refcnt ;
4672 unsigned long flags ;
4673 struct css_id *id ;
4674};
4675#line 149 "include/linux/cgroup.h"
4676struct cgroup {
4677 unsigned long flags ;
4678 atomic_t count ;
4679 struct list_head sibling ;
4680 struct list_head children ;
4681 struct cgroup *parent ;
4682 struct dentry *dentry ;
4683 struct cgroup_subsys_state *subsys[64U] ;
4684 struct cgroupfs_root *root ;
4685 struct cgroup *top_cgroup ;
4686 struct list_head css_sets ;
4687 struct list_head release_list ;
4688 struct list_head pidlists ;
4689 struct mutex pidlist_mutex ;
4690 struct rcu_head rcu_head ;
4691 struct list_head event_list ;
4692 spinlock_t event_list_lock ;
4693};
4694#line 215 "include/linux/cgroup.h"
4695struct css_set {
4696 atomic_t refcount ;
4697 struct hlist_node hlist ;
4698 struct list_head tasks ;
4699 struct list_head cg_links ;
4700 struct cgroup_subsys_state *subsys[64U] ;
4701 struct rcu_head rcu_head ;
4702};
4703#line 189 "include/linux/hardirq.h"
4704struct netprio_map {
4705 struct rcu_head rcu ;
4706 u32 priomap_len ;
4707 u32 priomap[0U] ;
4708};
4709#line 74 "include/net/netprio_cgroup.h"
4710struct netpoll_info;
4711#line 74
4712struct netpoll_info;
4713#line 75
4714struct phy_device;
4715#line 75
4716struct phy_device;
4717#line 76
4718struct wireless_dev;
4719#line 76
4720struct wireless_dev;
4721#line 77
4722enum netdev_tx {
4723 __NETDEV_TX_MIN = (-0x7FFFFFFF-1),
4724 NETDEV_TX_OK = 0,
4725 NETDEV_TX_BUSY = 16,
4726 NETDEV_TX_LOCKED = 32
4727} ;
4728#line 115 "include/linux/netdevice.h"
4729typedef enum netdev_tx netdev_tx_t;
4730#line 134 "include/linux/netdevice.h"
4731struct net_device_stats {
4732 unsigned long rx_packets ;
4733 unsigned long tx_packets ;
4734 unsigned long rx_bytes ;
4735 unsigned long tx_bytes ;
4736 unsigned long rx_errors ;
4737 unsigned long tx_errors ;
4738 unsigned long rx_dropped ;
4739 unsigned long tx_dropped ;
4740 unsigned long multicast ;
4741 unsigned long collisions ;
4742 unsigned long rx_length_errors ;
4743 unsigned long rx_over_errors ;
4744 unsigned long rx_crc_errors ;
4745 unsigned long rx_frame_errors ;
4746 unsigned long rx_fifo_errors ;
4747 unsigned long rx_missed_errors ;
4748 unsigned long tx_aborted_errors ;
4749 unsigned long tx_carrier_errors ;
4750 unsigned long tx_fifo_errors ;
4751 unsigned long tx_heartbeat_errors ;
4752 unsigned long tx_window_errors ;
4753 unsigned long rx_compressed ;
4754 unsigned long tx_compressed ;
4755};
4756#line 220
4757struct neigh_parms;
4758#line 220
4759struct neigh_parms;
4760#line 240 "include/linux/netdevice.h"
4761struct netdev_hw_addr_list {
4762 struct list_head list ;
4763 int count ;
4764};
4765#line 245 "include/linux/netdevice.h"
4766struct hh_cache {
4767 u16 hh_len ;
4768 u16 __pad ;
4769 seqlock_t hh_lock ;
4770 unsigned long hh_data[16U] ;
4771};
4772#line 274 "include/linux/netdevice.h"
4773struct header_ops {
4774 int (*create)(struct sk_buff * , struct net_device * , unsigned short , void const * ,
4775 void const * , unsigned int ) ;
4776 int (*parse)(struct sk_buff const * , unsigned char * ) ;
4777 int (*rebuild)(struct sk_buff * ) ;
4778 int (*cache)(struct neighbour const * , struct hh_cache * , __be16 ) ;
4779 void (*cache_update)(struct hh_cache * , struct net_device const * , unsigned char const * ) ;
4780};
4781#line 368
4782enum rx_handler_result {
4783 RX_HANDLER_CONSUMED = 0,
4784 RX_HANDLER_ANOTHER = 1,
4785 RX_HANDLER_EXACT = 2,
4786 RX_HANDLER_PASS = 3
4787} ;
4788#line 416 "include/linux/netdevice.h"
4789typedef enum rx_handler_result rx_handler_result_t;
4790#line 417 "include/linux/netdevice.h"
4791typedef rx_handler_result_t rx_handler_func_t(struct sk_buff ** );
4792#line 525
4793struct Qdisc;
4794#line 525 "include/linux/netdevice.h"
4795struct netdev_queue {
4796 struct net_device *dev ;
4797 struct Qdisc *qdisc ;
4798 struct Qdisc *qdisc_sleeping ;
4799 struct kobject kobj ;
4800 int numa_node ;
4801 spinlock_t _xmit_lock ;
4802 int xmit_lock_owner ;
4803 unsigned long trans_start ;
4804 unsigned long trans_timeout ;
4805 unsigned long state ;
4806 struct dql dql ;
4807};
4808#line 589 "include/linux/netdevice.h"
4809struct rps_map {
4810 unsigned int len ;
4811 struct rcu_head rcu ;
4812 u16 cpus[0U] ;
4813};
4814#line 601 "include/linux/netdevice.h"
4815struct rps_dev_flow {
4816 u16 cpu ;
4817 u16 filter ;
4818 unsigned int last_qtail ;
4819};
4820#line 613 "include/linux/netdevice.h"
4821struct rps_dev_flow_table {
4822 unsigned int mask ;
4823 struct rcu_head rcu ;
4824 struct work_struct free_work ;
4825 struct rps_dev_flow flows[0U] ;
4826};
4827#line 665 "include/linux/netdevice.h"
4828struct netdev_rx_queue {
4829 struct rps_map *rps_map ;
4830 struct rps_dev_flow_table *rps_flow_table ;
4831 struct kobject kobj ;
4832 struct net_device *dev ;
4833};
4834#line 675 "include/linux/netdevice.h"
4835struct xps_map {
4836 unsigned int len ;
4837 unsigned int alloc_len ;
4838 struct rcu_head rcu ;
4839 u16 queues[0U] ;
4840};
4841#line 688 "include/linux/netdevice.h"
4842struct xps_dev_maps {
4843 struct rcu_head rcu ;
4844 struct xps_map *cpu_map[0U] ;
4845};
4846#line 699 "include/linux/netdevice.h"
4847struct netdev_tc_txq {
4848 u16 count ;
4849 u16 offset ;
4850};
4851#line 710 "include/linux/netdevice.h"
4852struct netdev_fcoe_hbainfo {
4853 char manufacturer[64U] ;
4854 char serial_number[64U] ;
4855 char hardware_version[64U] ;
4856 char driver_version[64U] ;
4857 char optionrom_version[64U] ;
4858 char firmware_version[64U] ;
4859 char model[256U] ;
4860 char model_description[256U] ;
4861};
4862#line 726 "include/linux/netdevice.h"
4863struct net_device_ops {
4864 int (*ndo_init)(struct net_device * ) ;
4865 void (*ndo_uninit)(struct net_device * ) ;
4866 int (*ndo_open)(struct net_device * ) ;
4867 int (*ndo_stop)(struct net_device * ) ;
4868 netdev_tx_t (*ndo_start_xmit)(struct sk_buff * , struct net_device * ) ;
4869 u16 (*ndo_select_queue)(struct net_device * , struct sk_buff * ) ;
4870 void (*ndo_change_rx_flags)(struct net_device * , int ) ;
4871 void (*ndo_set_rx_mode)(struct net_device * ) ;
4872 int (*ndo_set_mac_address)(struct net_device * , void * ) ;
4873 int (*ndo_validate_addr)(struct net_device * ) ;
4874 int (*ndo_do_ioctl)(struct net_device * , struct ifreq * , int ) ;
4875 int (*ndo_set_config)(struct net_device * , struct ifmap * ) ;
4876 int (*ndo_change_mtu)(struct net_device * , int ) ;
4877 int (*ndo_neigh_setup)(struct net_device * , struct neigh_parms * ) ;
4878 void (*ndo_tx_timeout)(struct net_device * ) ;
4879 struct rtnl_link_stats64 *(*ndo_get_stats64)(struct net_device * , struct rtnl_link_stats64 * ) ;
4880 struct net_device_stats *(*ndo_get_stats)(struct net_device * ) ;
4881 int (*ndo_vlan_rx_add_vid)(struct net_device * , unsigned short ) ;
4882 int (*ndo_vlan_rx_kill_vid)(struct net_device * , unsigned short ) ;
4883 void (*ndo_poll_controller)(struct net_device * ) ;
4884 int (*ndo_netpoll_setup)(struct net_device * , struct netpoll_info * ) ;
4885 void (*ndo_netpoll_cleanup)(struct net_device * ) ;
4886 int (*ndo_set_vf_mac)(struct net_device * , int , u8 * ) ;
4887 int (*ndo_set_vf_vlan)(struct net_device * , int , u16 , u8 ) ;
4888 int (*ndo_set_vf_tx_rate)(struct net_device * , int , int ) ;
4889 int (*ndo_set_vf_spoofchk)(struct net_device * , int , bool ) ;
4890 int (*ndo_get_vf_config)(struct net_device * , int , struct ifla_vf_info * ) ;
4891 int (*ndo_set_vf_port)(struct net_device * , int , struct nlattr ** ) ;
4892 int (*ndo_get_vf_port)(struct net_device * , int , struct sk_buff * ) ;
4893 int (*ndo_setup_tc)(struct net_device * , u8 ) ;
4894 int (*ndo_fcoe_enable)(struct net_device * ) ;
4895 int (*ndo_fcoe_disable)(struct net_device * ) ;
4896 int (*ndo_fcoe_ddp_setup)(struct net_device * , u16 , struct scatterlist * , unsigned int ) ;
4897 int (*ndo_fcoe_ddp_done)(struct net_device * , u16 ) ;
4898 int (*ndo_fcoe_ddp_target)(struct net_device * , u16 , struct scatterlist * ,
4899 unsigned int ) ;
4900 int (*ndo_fcoe_get_hbainfo)(struct net_device * , struct netdev_fcoe_hbainfo * ) ;
4901 int (*ndo_fcoe_get_wwn)(struct net_device * , u64 * , int ) ;
4902 int (*ndo_rx_flow_steer)(struct net_device * , struct sk_buff const * , u16 ,
4903 u32 ) ;
4904 int (*ndo_add_slave)(struct net_device * , struct net_device * ) ;
4905 int (*ndo_del_slave)(struct net_device * , struct net_device * ) ;
4906 netdev_features_t (*ndo_fix_features)(struct net_device * , netdev_features_t ) ;
4907 int (*ndo_set_features)(struct net_device * , netdev_features_t ) ;
4908 int (*ndo_neigh_construct)(struct neighbour * ) ;
4909 void (*ndo_neigh_destroy)(struct neighbour * ) ;
4910};
4911#line 1020
4912struct iw_handler_def;
4913#line 1020
4914struct iw_public_data;
4915#line 1020
4916struct vlan_info;
4917#line 1020
4918struct in_device;
4919#line 1020
4920struct dn_dev;
4921#line 1020
4922struct inet6_dev;
4923#line 1020
4924struct cpu_rmap;
4925#line 1020
4926struct pcpu_lstats;
4927#line 1020
4928struct pcpu_tstats;
4929#line 1020
4930struct pcpu_dstats;
4931#line 1020 "include/linux/netdevice.h"
4932union __anonunion_ldv_33271_210 {
4933 void *ml_priv ;
4934 struct pcpu_lstats *lstats ;
4935 struct pcpu_tstats *tstats ;
4936 struct pcpu_dstats *dstats ;
4937};
4938#line 1020
4939struct garp_port;
4940#line 1020
4941struct rtnl_link_ops;
4942#line 1020 "include/linux/netdevice.h"
4943struct net_device {
4944 char name[16U] ;
4945 struct pm_qos_request pm_qos_req ;
4946 struct hlist_node name_hlist ;
4947 char *ifalias ;
4948 unsigned long mem_end ;
4949 unsigned long mem_start ;
4950 unsigned long base_addr ;
4951 unsigned int irq ;
4952 unsigned long state ;
4953 struct list_head dev_list ;
4954 struct list_head napi_list ;
4955 struct list_head unreg_list ;
4956 netdev_features_t features ;
4957 netdev_features_t hw_features ;
4958 netdev_features_t wanted_features ;
4959 netdev_features_t vlan_features ;
4960 int ifindex ;
4961 int iflink ;
4962 struct net_device_stats stats ;
4963 atomic_long_t rx_dropped ;
4964 struct iw_handler_def const *wireless_handlers ;
4965 struct iw_public_data *wireless_data ;
4966 struct net_device_ops const *netdev_ops ;
4967 struct ethtool_ops const *ethtool_ops ;
4968 struct header_ops const *header_ops ;
4969 unsigned int flags ;
4970 unsigned int priv_flags ;
4971 unsigned short gflags ;
4972 unsigned short padded ;
4973 unsigned char operstate ;
4974 unsigned char link_mode ;
4975 unsigned char if_port ;
4976 unsigned char dma ;
4977 unsigned int mtu ;
4978 unsigned short type ;
4979 unsigned short hard_header_len ;
4980 unsigned short needed_headroom ;
4981 unsigned short needed_tailroom ;
4982 unsigned char perm_addr[32U] ;
4983 unsigned char addr_assign_type ;
4984 unsigned char addr_len ;
4985 unsigned char neigh_priv_len ;
4986 unsigned short dev_id ;
4987 spinlock_t addr_list_lock ;
4988 struct netdev_hw_addr_list uc ;
4989 struct netdev_hw_addr_list mc ;
4990 bool uc_promisc ;
4991 unsigned int promiscuity ;
4992 unsigned int allmulti ;
4993 struct vlan_info *vlan_info ;
4994 struct dsa_switch_tree *dsa_ptr ;
4995 void *atalk_ptr ;
4996 struct in_device *ip_ptr ;
4997 struct dn_dev *dn_ptr ;
4998 struct inet6_dev *ip6_ptr ;
4999 void *ec_ptr ;
5000 void *ax25_ptr ;
5001 struct wireless_dev *ieee80211_ptr ;
5002 unsigned long last_rx ;
5003 struct net_device *master ;
5004 unsigned char *dev_addr ;
5005 struct netdev_hw_addr_list dev_addrs ;
5006 unsigned char broadcast[32U] ;
5007 struct kset *queues_kset ;
5008 struct netdev_rx_queue *_rx ;
5009 unsigned int num_rx_queues ;
5010 unsigned int real_num_rx_queues ;
5011 struct cpu_rmap *rx_cpu_rmap ;
5012 rx_handler_func_t *rx_handler ;
5013 void *rx_handler_data ;
5014 struct netdev_queue *ingress_queue ;
5015 struct netdev_queue *_tx ;
5016 unsigned int num_tx_queues ;
5017 unsigned int real_num_tx_queues ;
5018 struct Qdisc *qdisc ;
5019 unsigned long tx_queue_len ;
5020 spinlock_t tx_global_lock ;
5021 struct xps_dev_maps *xps_maps ;
5022 unsigned long trans_start ;
5023 int watchdog_timeo ;
5024 struct timer_list watchdog_timer ;
5025 int *pcpu_refcnt ;
5026 struct list_head todo_list ;
5027 struct hlist_node index_hlist ;
5028 struct list_head link_watch_list ;
5029 unsigned char reg_state ;
5030 bool dismantle ;
5031 unsigned short rtnl_link_state ;
5032 void (*destructor)(struct net_device * ) ;
5033 struct netpoll_info *npinfo ;
5034 struct net *nd_net ;
5035 union __anonunion_ldv_33271_210 ldv_33271 ;
5036 struct garp_port *garp_port ;
5037 struct device dev ;
5038 struct attribute_group const *sysfs_groups[4U] ;
5039 struct rtnl_link_ops const *rtnl_link_ops ;
5040 unsigned int gso_max_size ;
5041 struct dcbnl_rtnl_ops const *dcbnl_ops ;
5042 u8 num_tc ;
5043 struct netdev_tc_txq tc_to_txq[16U] ;
5044 u8 prio_tc_map[16U] ;
5045 unsigned int fcoe_ddp_xid ;
5046 struct netprio_map *priomap ;
5047 struct phy_device *phydev ;
5048 int group ;
5049};
5050#line 6 "include/asm-generic/termbits.h"
5051typedef unsigned char cc_t;
5052#line 7 "include/asm-generic/termbits.h"
5053typedef unsigned int speed_t;
5054#line 8 "include/asm-generic/termbits.h"
5055typedef unsigned int tcflag_t;
5056#line 30 "include/asm-generic/termbits.h"
5057struct ktermios {
5058 tcflag_t c_iflag ;
5059 tcflag_t c_oflag ;
5060 tcflag_t c_cflag ;
5061 tcflag_t c_lflag ;
5062 cc_t c_line ;
5063 cc_t c_cc[19U] ;
5064 speed_t c_ispeed ;
5065 speed_t c_ospeed ;
5066};
5067#line 41 "include/asm-generic/termbits.h"
5068struct winsize {
5069 unsigned short ws_row ;
5070 unsigned short ws_col ;
5071 unsigned short ws_xpixel ;
5072 unsigned short ws_ypixel ;
5073};
5074#line 138 "include/asm-generic/termios.h"
5075struct termiox {
5076 __u16 x_hflag ;
5077 __u16 x_cflag ;
5078 __u16 x_rflag[5U] ;
5079 __u16 x_sflag ;
5080};
5081#line 16 "include/linux/termios.h"
5082struct cdev {
5083 struct kobject kobj ;
5084 struct module *owner ;
5085 struct file_operations const *ops ;
5086 struct list_head list ;
5087 dev_t dev ;
5088 unsigned int count ;
5089};
5090#line 34 "include/linux/cdev.h"
5091struct serial_icounter_struct;
5092#line 34
5093struct serial_icounter_struct;
5094#line 35 "include/linux/cdev.h"
5095struct tty_operations {
5096 struct tty_struct *(*lookup)(struct tty_driver * , struct inode * , int ) ;
5097 int (*install)(struct tty_driver * , struct tty_struct * ) ;
5098 void (*remove)(struct tty_driver * , struct tty_struct * ) ;
5099 int (*open)(struct tty_struct * , struct file * ) ;
5100 void (*close)(struct tty_struct * , struct file * ) ;
5101 void (*shutdown)(struct tty_struct * ) ;
5102 void (*cleanup)(struct tty_struct * ) ;
5103 int (*write)(struct tty_struct * , unsigned char const * , int ) ;
5104 int (*put_char)(struct tty_struct * , unsigned char ) ;
5105 void (*flush_chars)(struct tty_struct * ) ;
5106 int (*write_room)(struct tty_struct * ) ;
5107 int (*chars_in_buffer)(struct tty_struct * ) ;
5108 int (*ioctl)(struct tty_struct * , unsigned int , unsigned long ) ;
5109 long (*compat_ioctl)(struct tty_struct * , unsigned int , unsigned long ) ;
5110 void (*set_termios)(struct tty_struct * , struct ktermios * ) ;
5111 void (*throttle)(struct tty_struct * ) ;
5112 void (*unthrottle)(struct tty_struct * ) ;
5113 void (*stop)(struct tty_struct * ) ;
5114 void (*start)(struct tty_struct * ) ;
5115 void (*hangup)(struct tty_struct * ) ;
5116 int (*break_ctl)(struct tty_struct * , int ) ;
5117 void (*flush_buffer)(struct tty_struct * ) ;
5118 void (*set_ldisc)(struct tty_struct * ) ;
5119 void (*wait_until_sent)(struct tty_struct * , int ) ;
5120 void (*send_xchar)(struct tty_struct * , char ) ;
5121 int (*tiocmget)(struct tty_struct * ) ;
5122 int (*tiocmset)(struct tty_struct * , unsigned int , unsigned int ) ;
5123 int (*resize)(struct tty_struct * , struct winsize * ) ;
5124 int (*set_termiox)(struct tty_struct * , struct termiox * ) ;
5125 int (*get_icount)(struct tty_struct * , struct serial_icounter_struct * ) ;
5126 int (*poll_init)(struct tty_driver * , int , char * ) ;
5127 int (*poll_get_char)(struct tty_driver * , int ) ;
5128 void (*poll_put_char)(struct tty_driver * , int , char ) ;
5129 struct file_operations const *proc_fops ;
5130};
5131#line 293 "include/linux/tty_driver.h"
5132struct tty_driver {
5133 int magic ;
5134 struct kref kref ;
5135 struct cdev cdev ;
5136 struct module *owner ;
5137 char const *driver_name ;
5138 char const *name ;
5139 int name_base ;
5140 int major ;
5141 int minor_start ;
5142 int num ;
5143 short type ;
5144 short subtype ;
5145 struct ktermios init_termios ;
5146 int flags ;
5147 struct proc_dir_entry *proc_entry ;
5148 struct tty_driver *other ;
5149 struct tty_struct **ttys ;
5150 struct ktermios **termios ;
5151 void *driver_state ;
5152 struct tty_operations const *ops ;
5153 struct list_head tty_drivers ;
5154};
5155#line 48 "include/linux/pps_kernel.h"
5156struct pps_event_time {
5157 struct timespec ts_real ;
5158};
5159#line 116 "include/linux/pps_kernel.h"
5160struct tty_ldisc_ops {
5161 int magic ;
5162 char *name ;
5163 int num ;
5164 int flags ;
5165 int (*open)(struct tty_struct * ) ;
5166 void (*close)(struct tty_struct * ) ;
5167 void (*flush_buffer)(struct tty_struct * ) ;
5168 ssize_t (*chars_in_buffer)(struct tty_struct * ) ;
5169 ssize_t (*read)(struct tty_struct * , struct file * , unsigned char * , size_t ) ;
5170 ssize_t (*write)(struct tty_struct * , struct file * , unsigned char const * ,
5171 size_t ) ;
5172 int (*ioctl)(struct tty_struct * , struct file * , unsigned int , unsigned long ) ;
5173 long (*compat_ioctl)(struct tty_struct * , struct file * , unsigned int , unsigned long ) ;
5174 void (*set_termios)(struct tty_struct * , struct ktermios * ) ;
5175 unsigned int (*poll)(struct tty_struct * , struct file * , struct poll_table_struct * ) ;
5176 int (*hangup)(struct tty_struct * ) ;
5177 void (*receive_buf)(struct tty_struct * , unsigned char const * , char * , int ) ;
5178 void (*write_wakeup)(struct tty_struct * ) ;
5179 void (*dcd_change)(struct tty_struct * , unsigned int , struct pps_event_time * ) ;
5180 struct module *owner ;
5181 int refcount ;
5182};
5183#line 153 "include/linux/tty_ldisc.h"
5184struct tty_ldisc {
5185 struct tty_ldisc_ops *ops ;
5186 atomic_t users ;
5187};
5188#line 158 "include/linux/tty_ldisc.h"
5189struct tty_buffer {
5190 struct tty_buffer *next ;
5191 char *char_buf_ptr ;
5192 unsigned char *flag_buf_ptr ;
5193 int used ;
5194 int size ;
5195 int commit ;
5196 int read ;
5197 unsigned long data[0U] ;
5198};
5199#line 75 "include/linux/tty.h"
5200struct tty_bufhead {
5201 struct work_struct work ;
5202 spinlock_t lock ;
5203 struct tty_buffer *head ;
5204 struct tty_buffer *tail ;
5205 struct tty_buffer *free ;
5206 int memory_used ;
5207};
5208#line 95
5209struct tty_port;
5210#line 95
5211struct tty_port;
5212#line 96 "include/linux/tty.h"
5213struct tty_port_operations {
5214 int (*carrier_raised)(struct tty_port * ) ;
5215 void (*dtr_rts)(struct tty_port * , int ) ;
5216 void (*shutdown)(struct tty_port * ) ;
5217 void (*drop)(struct tty_port * ) ;
5218 int (*activate)(struct tty_port * , struct tty_struct * ) ;
5219 void (*destruct)(struct tty_port * ) ;
5220};
5221#line 222 "include/linux/tty.h"
5222struct tty_port {
5223 struct tty_struct *tty ;
5224 struct tty_port_operations const *ops ;
5225 spinlock_t lock ;
5226 int blocked_open ;
5227 int count ;
5228 wait_queue_head_t open_wait ;
5229 wait_queue_head_t close_wait ;
5230 wait_queue_head_t delta_msr_wait ;
5231 unsigned long flags ;
5232 unsigned char console : 1 ;
5233 struct mutex mutex ;
5234 struct mutex buf_mutex ;
5235 unsigned char *xmit_buf ;
5236 unsigned int close_delay ;
5237 unsigned int closing_wait ;
5238 int drain_delay ;
5239 struct kref kref ;
5240};
5241#line 244 "include/linux/tty.h"
5242struct tty_struct {
5243 int magic ;
5244 struct kref kref ;
5245 struct device *dev ;
5246 struct tty_driver *driver ;
5247 struct tty_operations const *ops ;
5248 int index ;
5249 struct mutex ldisc_mutex ;
5250 struct tty_ldisc *ldisc ;
5251 struct mutex termios_mutex ;
5252 spinlock_t ctrl_lock ;
5253 struct ktermios *termios ;
5254 struct ktermios *termios_locked ;
5255 struct termiox *termiox ;
5256 char name[64U] ;
5257 struct pid *pgrp ;
5258 struct pid *session ;
5259 unsigned long flags ;
5260 int count ;
5261 struct winsize winsize ;
5262 unsigned char stopped : 1 ;
5263 unsigned char hw_stopped : 1 ;
5264 unsigned char flow_stopped : 1 ;
5265 unsigned char packet : 1 ;
5266 unsigned char low_latency : 1 ;
5267 unsigned char warned : 1 ;
5268 unsigned char ctrl_status ;
5269 unsigned int receive_room ;
5270 struct tty_struct *link ;
5271 struct fasync_struct *fasync ;
5272 struct tty_bufhead buf ;
5273 int alt_speed ;
5274 wait_queue_head_t write_wait ;
5275 wait_queue_head_t read_wait ;
5276 struct work_struct hangup_work ;
5277 void *disc_data ;
5278 void *driver_data ;
5279 struct list_head tty_files ;
5280 unsigned int column ;
5281 unsigned char lnext : 1 ;
5282 unsigned char erasing : 1 ;
5283 unsigned char raw : 1 ;
5284 unsigned char real_raw : 1 ;
5285 unsigned char icanon : 1 ;
5286 unsigned char closing : 1 ;
5287 unsigned char echo_overrun : 1 ;
5288 unsigned short minimum_to_wake ;
5289 unsigned long overrun_time ;
5290 int num_overrun ;
5291 unsigned long process_char_map[4U] ;
5292 char *read_buf ;
5293 int read_head ;
5294 int read_tail ;
5295 int read_cnt ;
5296 unsigned long read_flags[64U] ;
5297 unsigned char *echo_buf ;
5298 unsigned int echo_pos ;
5299 unsigned int echo_cnt ;
5300 int canon_data ;
5301 unsigned long canon_head ;
5302 unsigned int canon_column ;
5303 struct mutex atomic_read_lock ;
5304 struct mutex atomic_write_lock ;
5305 struct mutex output_lock ;
5306 struct mutex echo_lock ;
5307 unsigned char *write_buf ;
5308 int write_cnt ;
5309 spinlock_t read_lock ;
5310 struct work_struct SAK_work ;
5311 struct tty_port *port ;
5312};
5313#line 628 "include/linux/tty.h"
5314struct tc_stats {
5315 __u64 bytes ;
5316 __u32 packets ;
5317 __u32 drops ;
5318 __u32 overlimits ;
5319 __u32 bps ;
5320 __u32 pps ;
5321 __u32 qlen ;
5322 __u32 backlog ;
5323};
5324#line 84 "include/linux/pkt_sched.h"
5325struct tc_sizespec {
5326 unsigned char cell_log ;
5327 unsigned char size_log ;
5328 short cell_align ;
5329 int overhead ;
5330 unsigned int linklayer ;
5331 unsigned int mpu ;
5332 unsigned int mtu ;
5333 unsigned int tsize ;
5334};
5335#line 25 "include/linux/gen_stats.h"
5336struct gnet_stats_basic_packed {
5337 __u64 bytes ;
5338 __u32 packets ;
5339};
5340#line 29 "include/linux/gen_stats.h"
5341struct gnet_stats_rate_est {
5342 __u32 bps ;
5343 __u32 pps ;
5344};
5345#line 39 "include/linux/gen_stats.h"
5346struct gnet_stats_queue {
5347 __u32 qlen ;
5348 __u32 backlog ;
5349 __u32 drops ;
5350 __u32 requeues ;
5351 __u32 overlimits ;
5352};
5353#line 461 "include/linux/rtnetlink.h"
5354struct tcmsg {
5355 unsigned char tcm_family ;
5356 unsigned char tcm__pad1 ;
5357 unsigned short tcm__pad2 ;
5358 int tcm_ifindex ;
5359 __u32 tcm_handle ;
5360 __u32 tcm_parent ;
5361 __u32 tcm_info ;
5362};
5363#line 803 "include/linux/rtnetlink.h"
5364struct gnet_dump {
5365 spinlock_t *lock ;
5366 struct sk_buff *skb ;
5367 struct nlattr *tail ;
5368 int compat_tc_stats ;
5369 int compat_xstats ;
5370 void *xstats ;
5371 int xstats_len ;
5372 struct tc_stats tc_stats ;
5373};
5374#line 65 "include/net/gen_stats.h"
5375struct nla_policy {
5376 u16 type ;
5377 u16 len ;
5378};
5379#line 27 "include/net/rtnetlink.h"
5380struct rtnl_link_ops {
5381 struct list_head list ;
5382 char const *kind ;
5383 size_t priv_size ;
5384 void (*setup)(struct net_device * ) ;
5385 int maxtype ;
5386 struct nla_policy const *policy ;
5387 int (*validate)(struct nlattr ** , struct nlattr ** ) ;
5388 int (*newlink)(struct net * , struct net_device * , struct nlattr ** , struct nlattr ** ) ;
5389 int (*changelink)(struct net_device * , struct nlattr ** , struct nlattr ** ) ;
5390 void (*dellink)(struct net_device * , struct list_head * ) ;
5391 size_t (*get_size)(struct net_device const * ) ;
5392 int (*fill_info)(struct sk_buff * , struct net_device const * ) ;
5393 size_t (*get_xstats_size)(struct net_device const * ) ;
5394 int (*fill_xstats)(struct sk_buff * , struct net_device const * ) ;
5395 int (*get_tx_queues)(struct net * , struct nlattr ** , unsigned int * , unsigned int * ) ;
5396};
5397#line 130
5398struct Qdisc_ops;
5399#line 130
5400struct Qdisc_ops;
5401#line 131
5402struct qdisc_walker;
5403#line 131
5404struct qdisc_walker;
5405#line 132
5406struct tcf_walker;
5407#line 132
5408struct tcf_walker;
5409#line 33 "include/net/sch_generic.h"
5410struct qdisc_size_table {
5411 struct rcu_head rcu ;
5412 struct list_head list ;
5413 struct tc_sizespec szopts ;
5414 int refcnt ;
5415 u16 data[0U] ;
5416};
5417#line 44 "include/net/sch_generic.h"
5418struct Qdisc {
5419 int (*enqueue)(struct sk_buff * , struct Qdisc * ) ;
5420 struct sk_buff *(*dequeue)(struct Qdisc * ) ;
5421 unsigned int flags ;
5422 int padded ;
5423 struct Qdisc_ops const *ops ;
5424 struct qdisc_size_table *stab ;
5425 struct list_head list ;
5426 u32 handle ;
5427 u32 parent ;
5428 atomic_t refcnt ;
5429 struct gnet_stats_rate_est rate_est ;
5430 int (*reshape_fail)(struct sk_buff * , struct Qdisc * ) ;
5431 void *u32_node ;
5432 struct Qdisc *__parent ;
5433 struct netdev_queue *dev_queue ;
5434 struct Qdisc *next_sched ;
5435 struct sk_buff *gso_skb ;
5436 unsigned long state ;
5437 struct sk_buff_head q ;
5438 struct gnet_stats_basic_packed bstats ;
5439 unsigned int __state ;
5440 struct gnet_stats_queue qstats ;
5441 struct rcu_head rcu_head ;
5442 spinlock_t busylock ;
5443 u32 limit ;
5444};
5445#line 120
5446struct tcf_proto;
5447#line 120 "include/net/sch_generic.h"
5448struct Qdisc_class_ops {
5449 struct netdev_queue *(*select_queue)(struct Qdisc * , struct tcmsg * ) ;
5450 int (*graft)(struct Qdisc * , unsigned long , struct Qdisc * , struct Qdisc ** ) ;
5451 struct Qdisc *(*leaf)(struct Qdisc * , unsigned long ) ;
5452 void (*qlen_notify)(struct Qdisc * , unsigned long ) ;
5453 unsigned long (*get)(struct Qdisc * , u32 ) ;
5454 void (*put)(struct Qdisc * , unsigned long ) ;
5455 int (*change)(struct Qdisc * , u32 , u32 , struct nlattr ** , unsigned long * ) ;
5456 int (*delete)(struct Qdisc * , unsigned long ) ;
5457 void (*walk)(struct Qdisc * , struct qdisc_walker * ) ;
5458 struct tcf_proto **(*tcf_chain)(struct Qdisc * , unsigned long ) ;
5459 unsigned long (*bind_tcf)(struct Qdisc * , unsigned long , u32 ) ;
5460 void (*unbind_tcf)(struct Qdisc * , unsigned long ) ;
5461 int (*dump)(struct Qdisc * , unsigned long , struct sk_buff * , struct tcmsg * ) ;
5462 int (*dump_stats)(struct Qdisc * , unsigned long , struct gnet_dump * ) ;
5463};
5464#line 148 "include/net/sch_generic.h"
5465struct Qdisc_ops {
5466 struct Qdisc_ops *next ;
5467 struct Qdisc_class_ops const *cl_ops ;
5468 char id[16U] ;
5469 int priv_size ;
5470 int (*enqueue)(struct sk_buff * , struct Qdisc * ) ;
5471 struct sk_buff *(*dequeue)(struct Qdisc * ) ;
5472 struct sk_buff *(*peek)(struct Qdisc * ) ;
5473 unsigned int (*drop)(struct Qdisc * ) ;
5474 int (*init)(struct Qdisc * , struct nlattr * ) ;
5475 void (*reset)(struct Qdisc * ) ;
5476 void (*destroy)(struct Qdisc * ) ;
5477 int (*change)(struct Qdisc * , struct nlattr * ) ;
5478 void (*attach)(struct Qdisc * ) ;
5479 int (*dump)(struct Qdisc * , struct sk_buff * ) ;
5480 int (*dump_stats)(struct Qdisc * , struct gnet_dump * ) ;
5481 struct module *owner ;
5482};
5483#line 172 "include/net/sch_generic.h"
5484struct tcf_result {
5485 unsigned long class ;
5486 u32 classid ;
5487};
5488#line 178 "include/net/sch_generic.h"
5489struct tcf_proto_ops {
5490 struct tcf_proto_ops *next ;
5491 char kind[16U] ;
5492 int (*classify)(struct sk_buff * , struct tcf_proto const * , struct tcf_result * ) ;
5493 int (*init)(struct tcf_proto * ) ;
5494 void (*destroy)(struct tcf_proto * ) ;
5495 unsigned long (*get)(struct tcf_proto * , u32 ) ;
5496 void (*put)(struct tcf_proto * , unsigned long ) ;
5497 int (*change)(struct tcf_proto * , unsigned long , u32 , struct nlattr ** , unsigned long * ) ;
5498 int (*delete)(struct tcf_proto * , unsigned long ) ;
5499 void (*walk)(struct tcf_proto * , struct tcf_walker * ) ;
5500 int (*dump)(struct tcf_proto * , unsigned long , struct sk_buff * , struct tcmsg * ) ;
5501 struct module *owner ;
5502};
5503#line 203 "include/net/sch_generic.h"
5504struct tcf_proto {
5505 struct tcf_proto *next ;
5506 void *root ;
5507 int (*classify)(struct sk_buff * , struct tcf_proto const * , struct tcf_result * ) ;
5508 __be16 protocol ;
5509 u32 prio ;
5510 u32 classid ;
5511 struct Qdisc *q ;
5512 void *data ;
5513 struct tcf_proto_ops const *ops ;
5514};
5515#line 669 "include/net/sch_generic.h"
5516struct qdisc_walker {
5517 int stop ;
5518 int skip ;
5519 int count ;
5520 int (*fn)(struct Qdisc * , unsigned long , struct qdisc_walker * ) ;
5521};
5522#line 66 "include/net/irda/qos.h"
5523struct __anonstruct_qos_value_t_219 {
5524 __u32 value ;
5525 __u16 bits ;
5526};
5527#line 66 "include/net/irda/qos.h"
5528typedef struct __anonstruct_qos_value_t_219 qos_value_t;
5529#line 67 "include/net/irda/qos.h"
5530struct qos_info {
5531 magic_t magic ;
5532 qos_value_t baud_rate ;
5533 qos_value_t max_turn_time ;
5534 qos_value_t data_size ;
5535 qos_value_t window_size ;
5536 qos_value_t additional_bofs ;
5537 qos_value_t min_turn_time ;
5538 qos_value_t link_disc_time ;
5539 qos_value_t power ;
5540};
5541#line 93 "include/net/irda/irqueue.h"
5542struct irlap_cb;
5543#line 93
5544struct irlap_cb;
5545#line 187 "include/net/irda/irda_device.h"
5546struct __anonstruct_iobuff_t_222 {
5547 int state ;
5548 int in_frame ;
5549 __u8 *head ;
5550 __u8 *data ;
5551 int len ;
5552 int truesize ;
5553 __u16 fcs ;
5554 struct sk_buff *skb ;
5555};
5556#line 187 "include/net/irda/irda_device.h"
5557typedef struct __anonstruct_iobuff_t_222 iobuff_t;
5558#line 285 "include/net/irda/irda_device.h"
5559struct sir_fsm {
5560 struct semaphore sem ;
5561 struct delayed_work work ;
5562 unsigned int state ;
5563 unsigned int substate ;
5564 int param ;
5565 int result ;
5566};
5567#line 30 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/net/irda/sir-dev.h"
5568struct sir_dev;
5569#line 30
5570struct sir_dev;
5571#line 31 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/net/irda/sir-dev.h"
5572struct dongle_driver {
5573 struct module *owner ;
5574 char const *driver_name ;
5575 IRDA_DONGLE type ;
5576 int (*open)(struct sir_dev * ) ;
5577 int (*close)(struct sir_dev * ) ;
5578 int (*reset)(struct sir_dev * ) ;
5579 int (*set_speed)(struct sir_dev * , unsigned int ) ;
5580 struct list_head dongle_list ;
5581};
5582#line 82 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/net/irda/sir-dev.h"
5583struct sir_driver {
5584 struct module *owner ;
5585 char const *driver_name ;
5586 int qos_mtt_bits ;
5587 int (*chars_in_buffer)(struct sir_dev * ) ;
5588 void (*wait_until_sent)(struct sir_dev * ) ;
5589 int (*set_speed)(struct sir_dev * , unsigned int ) ;
5590 int (*set_dtr_rts)(struct sir_dev * , int , int ) ;
5591 int (*do_write)(struct sir_dev * , unsigned char const * , size_t ) ;
5592 int (*start_dev)(struct sir_dev * ) ;
5593 int (*stop_dev)(struct sir_dev * ) ;
5594};
5595#line 152 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/net/irda/sir-dev.h"
5596struct sir_dev {
5597 struct net_device *netdev ;
5598 struct irlap_cb *irlap ;
5599 struct qos_info qos ;
5600 char hwname[32U] ;
5601 struct sir_fsm fsm ;
5602 atomic_t enable_rx ;
5603 int raw_tx ;
5604 spinlock_t tx_lock ;
5605 u32 new_speed ;
5606 u32 flags ;
5607 unsigned int speed ;
5608 iobuff_t tx_buff ;
5609 iobuff_t rx_buff ;
5610 struct sk_buff *tx_skb ;
5611 struct dongle_driver const *dongle_drv ;
5612 struct sir_driver const *drv ;
5613 void *priv ;
5614};
5615#line 2 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5616void ldv_spin_lock(void) ;
5617#line 3
5618void ldv_spin_unlock(void) ;
5619#line 4
5620int ldv_spin_trylock(void) ;
5621#line 26 "include/linux/export.h"
5622extern struct module __this_module ;
5623#line 220 "include/linux/slub_def.h"
5624extern void *kmem_cache_alloc(struct kmem_cache * , gfp_t ) ;
5625#line 223
5626void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
5627#line 11 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5628void ldv_check_alloc_flags(gfp_t flags ) ;
5629#line 12
5630void ldv_check_alloc_nonatomic(void) ;
5631#line 14
5632struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) ;
5633#line 591 "include/linux/skbuff.h"
5634extern struct sk_buff *skb_clone(struct sk_buff * , gfp_t ) ;
5635#line 595
5636struct sk_buff *ldv_skb_clone_22(struct sk_buff *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
5637#line 599
5638struct sk_buff *ldv_skb_clone_28(struct sk_buff *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
5639#line 601
5640extern struct sk_buff *skb_copy(struct sk_buff const * , gfp_t ) ;
5641#line 605
5642struct sk_buff *ldv_skb_copy_24(struct sk_buff const *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
5643#line 610
5644extern int pskb_expand_head(struct sk_buff * , int , int , gfp_t ) ;
5645#line 615
5646int ldv_pskb_expand_head_27(struct sk_buff *ldv_func_arg1 , int ldv_func_arg2 , int ldv_func_arg3 ,
5647 gfp_t ldv_func_arg4 ) ;
5648#line 1690
5649extern struct sk_buff *__netdev_alloc_skb(struct net_device * , unsigned int , gfp_t ) ;
5650#line 1694
5651struct sk_buff *ldv___netdev_alloc_skb_25(struct net_device *ldv_func_arg1 , unsigned int ldv_func_arg2 ,
5652 gfp_t ldv_func_arg3 ) ;
5653#line 1698
5654struct sk_buff *ldv___netdev_alloc_skb_26(struct net_device *ldv_func_arg1 , unsigned int ldv_func_arg2 ,
5655 gfp_t ldv_func_arg3 ) ;
5656#line 90 "include/net/irda/qos.h"
5657extern void irda_qos_bits_to_value(struct qos_info * ) ;
5658#line 105 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/drivers/net/irda/sir-dev.h"
5659extern int irda_register_dongle(struct dongle_driver * ) ;
5660#line 106
5661extern int irda_unregister_dongle(struct dongle_driver * ) ;
5662#line 118
5663extern int sirdev_set_dtr_rts(struct sir_dev * , int , int ) ;
5664#line 57 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5665static int esi_open(struct sir_dev *dev ) ;
5666#line 58
5667static int esi_close(struct sir_dev *dev ) ;
5668#line 59
5669static int esi_change_speed(struct sir_dev *dev , unsigned int speed ) ;
5670#line 60
5671static int esi_reset(struct sir_dev *dev ) ;
5672#line 62 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5673static struct dongle_driver esi =
5674#line 62
5675 {& __this_module, "JetEye PC ESI-9680 PC", (IRDA_DONGLE )1, & esi_open, & esi_close,
5676 & esi_reset, & esi_change_speed, {(struct list_head *)0, (struct list_head *)0}};
5677#line 72 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5678static int esi_sir_init(void)
5679{ int tmp ;
5680
5681 {
5682 {
5683#line 74
5684 tmp = irda_register_dongle(& esi);
5685 }
5686#line 74
5687 return (tmp);
5688}
5689}
5690#line 77 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5691static void esi_sir_cleanup(void)
5692{
5693
5694 {
5695 {
5696#line 79
5697 irda_unregister_dongle(& esi);
5698 }
5699#line 80
5700 return;
5701}
5702}
5703#line 82 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5704static int esi_open(struct sir_dev *dev )
5705{ struct qos_info *qos ;
5706 unsigned long __cil_tmp3 ;
5707 unsigned long __cil_tmp4 ;
5708 unsigned long __cil_tmp5 ;
5709 unsigned long __cil_tmp6 ;
5710 unsigned long __cil_tmp7 ;
5711 unsigned long __cil_tmp8 ;
5712 unsigned long __cil_tmp9 ;
5713 unsigned long __cil_tmp10 ;
5714 __u16 __cil_tmp11 ;
5715 unsigned int __cil_tmp12 ;
5716 unsigned int __cil_tmp13 ;
5717 unsigned long __cil_tmp14 ;
5718 unsigned long __cil_tmp15 ;
5719 unsigned long __cil_tmp16 ;
5720
5721 {
5722 {
5723#line 84
5724 __cil_tmp3 = (unsigned long )dev;
5725#line 84
5726 __cil_tmp4 = __cil_tmp3 + 16;
5727#line 84
5728 qos = (struct qos_info *)__cil_tmp4;
5729#line 87
5730 sirdev_set_dtr_rts(dev, 0, 1);
5731#line 89
5732 __cil_tmp5 = 4 + 4;
5733#line 89
5734 __cil_tmp6 = (unsigned long )qos;
5735#line 89
5736 __cil_tmp7 = __cil_tmp6 + __cil_tmp5;
5737#line 89
5738 __cil_tmp8 = 4 + 4;
5739#line 89
5740 __cil_tmp9 = (unsigned long )qos;
5741#line 89
5742 __cil_tmp10 = __cil_tmp9 + __cil_tmp8;
5743#line 89
5744 __cil_tmp11 = *((__u16 *)__cil_tmp10);
5745#line 89
5746 __cil_tmp12 = (unsigned int )__cil_tmp11;
5747#line 89
5748 __cil_tmp13 = __cil_tmp12 & 38U;
5749#line 89
5750 *((__u16 *)__cil_tmp7) = (__u16 )__cil_tmp13;
5751#line 90
5752 __cil_tmp14 = 44 + 4;
5753#line 90
5754 __cil_tmp15 = (unsigned long )qos;
5755#line 90
5756 __cil_tmp16 = __cil_tmp15 + __cil_tmp14;
5757#line 90
5758 *((__u16 *)__cil_tmp16) = (__u16 )1U;
5759#line 91
5760 irda_qos_bits_to_value(qos);
5761 }
5762#line 95
5763 return (0);
5764}
5765}
5766#line 98 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5767static int esi_close(struct sir_dev *dev )
5768{
5769
5770 {
5771 {
5772#line 101
5773 sirdev_set_dtr_rts(dev, 0, 0);
5774 }
5775#line 103
5776 return (0);
5777}
5778}
5779#line 113 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5780static int esi_change_speed(struct sir_dev *dev , unsigned int speed )
5781{ int ret ;
5782 int dtr ;
5783 int rts ;
5784 unsigned long __cil_tmp6 ;
5785 unsigned long __cil_tmp7 ;
5786
5787 {
5788#line 115
5789 ret = 0;
5790#line 119
5791 if ((int )speed == 19200) {
5792#line 119
5793 goto case_19200;
5794 } else
5795#line 123
5796 if ((int )speed == 115200) {
5797#line 123
5798 goto case_115200;
5799 } else
5800#line 130
5801 if ((int )speed == 9600) {
5802#line 130
5803 goto case_9600;
5804 } else {
5805 {
5806#line 126
5807 goto switch_default;
5808#line 118
5809 if (0) {
5810 case_19200:
5811#line 120
5812 dtr = 1;
5813#line 121
5814 rts = 0;
5815#line 122
5816 goto ldv_37658;
5817 case_115200:
5818#line 124
5819 rts = 1;
5820#line 124
5821 dtr = rts;
5822#line 125
5823 goto ldv_37658;
5824 switch_default:
5825#line 127
5826 ret = -22;
5827#line 128
5828 speed = 9600U;
5829 case_9600:
5830#line 131
5831 dtr = 0;
5832#line 132
5833 rts = 1;
5834#line 133
5835 goto ldv_37658;
5836 } else {
5837 switch_break: ;
5838 }
5839 }
5840 }
5841 ldv_37658:
5842 {
5843#line 137
5844 sirdev_set_dtr_rts(dev, dtr, rts);
5845#line 138
5846 __cil_tmp6 = (unsigned long )dev;
5847#line 138
5848 __cil_tmp7 = __cil_tmp6 + 528;
5849#line 138
5850 *((unsigned int *)__cil_tmp7) = speed;
5851 }
5852#line 140
5853 return (ret);
5854}
5855}
5856#line 149 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5857static int esi_reset(struct sir_dev *dev )
5858{ unsigned long __cil_tmp2 ;
5859 unsigned long __cil_tmp3 ;
5860
5861 {
5862 {
5863#line 151
5864 sirdev_set_dtr_rts(dev, 0, 0);
5865#line 161
5866 sirdev_set_dtr_rts(dev, 0, 1);
5867#line 162
5868 __cil_tmp2 = (unsigned long )dev;
5869#line 162
5870 __cil_tmp3 = __cil_tmp2 + 528;
5871#line 162
5872 *((unsigned int *)__cil_tmp3) = 9600U;
5873 }
5874#line 164
5875 return (0);
5876}
5877}
5878#line 192
5879extern void ldv_check_final_state(void) ;
5880#line 195
5881extern void ldv_check_return_value(int ) ;
5882#line 198
5883extern void ldv_initialize(void) ;
5884#line 201
5885extern int __VERIFIER_nondet_int(void) ;
5886#line 204 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5887int LDV_IN_INTERRUPT ;
5888#line 207 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
5889void main(void)
5890{ struct sir_dev *var_group1 ;
5891 int res_esi_open_2 ;
5892 unsigned int var_esi_change_speed_4_p1 ;
5893 int ldv_s_esi_dongle_driver ;
5894 int tmp ;
5895 int tmp___0 ;
5896 int tmp___1 ;
5897
5898 {
5899 {
5900#line 252
5901 ldv_s_esi_dongle_driver = 0;
5902#line 235
5903 LDV_IN_INTERRUPT = 1;
5904#line 244
5905 ldv_initialize();
5906#line 250
5907 tmp = esi_sir_init();
5908 }
5909#line 250
5910 if (tmp != 0) {
5911#line 251
5912 goto ldv_final;
5913 } else {
5914
5915 }
5916#line 256
5917 goto ldv_37704;
5918 ldv_37703:
5919 {
5920#line 260
5921 tmp___0 = __VERIFIER_nondet_int();
5922 }
5923#line 262
5924 if (tmp___0 == 0) {
5925#line 262
5926 goto case_0;
5927 } else
5928#line 281
5929 if (tmp___0 == 1) {
5930#line 281
5931 goto case_1;
5932 } else
5933#line 297
5934 if (tmp___0 == 2) {
5935#line 297
5936 goto case_2;
5937 } else
5938#line 313
5939 if (tmp___0 == 3) {
5940#line 313
5941 goto case_3;
5942 } else {
5943 {
5944#line 329
5945 goto switch_default;
5946#line 260
5947 if (0) {
5948 case_0: ;
5949#line 265
5950 if (ldv_s_esi_dongle_driver == 0) {
5951 {
5952#line 270
5953 res_esi_open_2 = esi_open(var_group1);
5954#line 271
5955 ldv_check_return_value(res_esi_open_2);
5956 }
5957#line 272
5958 if (res_esi_open_2 != 0) {
5959#line 273
5960 goto ldv_module_exit;
5961 } else {
5962
5963 }
5964#line 274
5965 ldv_s_esi_dongle_driver = ldv_s_esi_dongle_driver + 1;
5966 } else {
5967
5968 }
5969#line 280
5970 goto ldv_37698;
5971 case_1: ;
5972#line 284
5973 if (ldv_s_esi_dongle_driver == 1) {
5974 {
5975#line 289
5976 esi_close(var_group1);
5977#line 290
5978 ldv_s_esi_dongle_driver = 0;
5979 }
5980 } else {
5981
5982 }
5983#line 296
5984 goto ldv_37698;
5985 case_2:
5986 {
5987#line 305
5988 esi_reset(var_group1);
5989 }
5990#line 312
5991 goto ldv_37698;
5992 case_3:
5993 {
5994#line 321
5995 esi_change_speed(var_group1, var_esi_change_speed_4_p1);
5996 }
5997#line 328
5998 goto ldv_37698;
5999 switch_default: ;
6000#line 329
6001 goto ldv_37698;
6002 } else {
6003 switch_break: ;
6004 }
6005 }
6006 }
6007 ldv_37698: ;
6008 ldv_37704:
6009 {
6010#line 256
6011 tmp___1 = __VERIFIER_nondet_int();
6012 }
6013#line 256
6014 if (tmp___1 != 0) {
6015#line 258
6016 goto ldv_37703;
6017 } else
6018#line 256
6019 if (ldv_s_esi_dongle_driver != 0) {
6020#line 258
6021 goto ldv_37703;
6022 } else {
6023#line 260
6024 goto ldv_37705;
6025 }
6026 ldv_37705: ;
6027 ldv_module_exit:
6028 {
6029#line 341
6030 esi_sir_cleanup();
6031 }
6032 ldv_final:
6033 {
6034#line 344
6035 ldv_check_final_state();
6036 }
6037#line 347
6038 return;
6039}
6040}
6041#line 5 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast-assert.h"
6042void ldv_blast_assert(void)
6043{
6044
6045 {
6046 ERROR: ;
6047#line 6
6048 goto ERROR;
6049}
6050}
6051#line 6 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast.h"
6052extern int __VERIFIER_nondet_int(void) ;
6053#line 368 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6054int ldv_spin = 0;
6055#line 372 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6056void ldv_check_alloc_flags(gfp_t flags )
6057{
6058
6059 {
6060#line 375
6061 if (ldv_spin != 0) {
6062#line 375
6063 if (flags != 32U) {
6064 {
6065#line 375
6066 ldv_blast_assert();
6067 }
6068 } else {
6069
6070 }
6071 } else {
6072
6073 }
6074#line 378
6075 return;
6076}
6077}
6078#line 378
6079extern struct page *ldv_some_page(void) ;
6080#line 381 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6081struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags )
6082{ struct page *tmp ;
6083
6084 {
6085#line 384
6086 if (ldv_spin != 0) {
6087#line 384
6088 if (flags != 32U) {
6089 {
6090#line 384
6091 ldv_blast_assert();
6092 }
6093 } else {
6094
6095 }
6096 } else {
6097
6098 }
6099 {
6100#line 386
6101 tmp = ldv_some_page();
6102 }
6103#line 386
6104 return (tmp);
6105}
6106}
6107#line 390 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6108void ldv_check_alloc_nonatomic(void)
6109{
6110
6111 {
6112#line 393
6113 if (ldv_spin != 0) {
6114 {
6115#line 393
6116 ldv_blast_assert();
6117 }
6118 } else {
6119
6120 }
6121#line 396
6122 return;
6123}
6124}
6125#line 397 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6126void ldv_spin_lock(void)
6127{
6128
6129 {
6130#line 400
6131 ldv_spin = 1;
6132#line 401
6133 return;
6134}
6135}
6136#line 404 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6137void ldv_spin_unlock(void)
6138{
6139
6140 {
6141#line 407
6142 ldv_spin = 0;
6143#line 408
6144 return;
6145}
6146}
6147#line 411 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6148int ldv_spin_trylock(void)
6149{ int is_lock ;
6150
6151 {
6152 {
6153#line 416
6154 is_lock = __VERIFIER_nondet_int();
6155 }
6156#line 418
6157 if (is_lock != 0) {
6158#line 421
6159 return (0);
6160 } else {
6161#line 426
6162 ldv_spin = 1;
6163#line 428
6164 return (1);
6165 }
6166}
6167}
6168#line 595 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6169void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 )
6170{
6171
6172 {
6173 {
6174#line 601
6175 ldv_check_alloc_flags(ldv_func_arg2);
6176#line 603
6177 kmem_cache_alloc(ldv_func_arg1, ldv_func_arg2);
6178 }
6179#line 604
6180 return ((void *)0);
6181}
6182}
6183#line 660 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6184struct sk_buff *ldv_skb_clone_22(struct sk_buff *ldv_func_arg1 , gfp_t ldv_func_arg2 )
6185{ struct sk_buff *tmp ;
6186
6187 {
6188 {
6189#line 666
6190 ldv_check_alloc_flags(ldv_func_arg2);
6191#line 668
6192 tmp = skb_clone(ldv_func_arg1, ldv_func_arg2);
6193 }
6194#line 668
6195 return (tmp);
6196}
6197}
6198#line 682 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6199struct sk_buff *ldv_skb_copy_24(struct sk_buff const *ldv_func_arg1 , gfp_t ldv_func_arg2 )
6200{ struct sk_buff *tmp ;
6201
6202 {
6203 {
6204#line 688
6205 ldv_check_alloc_flags(ldv_func_arg2);
6206#line 690
6207 tmp = skb_copy(ldv_func_arg1, ldv_func_arg2);
6208 }
6209#line 690
6210 return (tmp);
6211}
6212}
6213#line 693 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6214struct sk_buff *ldv___netdev_alloc_skb_25(struct net_device *ldv_func_arg1 , unsigned int ldv_func_arg2 ,
6215 gfp_t ldv_func_arg3 )
6216{ struct sk_buff *tmp ;
6217
6218 {
6219 {
6220#line 700
6221 ldv_check_alloc_flags(ldv_func_arg3);
6222#line 702
6223 tmp = __netdev_alloc_skb(ldv_func_arg1, ldv_func_arg2, ldv_func_arg3);
6224 }
6225#line 702
6226 return (tmp);
6227}
6228}
6229#line 705 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6230struct sk_buff *ldv___netdev_alloc_skb_26(struct net_device *ldv_func_arg1 , unsigned int ldv_func_arg2 ,
6231 gfp_t ldv_func_arg3 )
6232{ struct sk_buff *tmp ;
6233
6234 {
6235 {
6236#line 712
6237 ldv_check_alloc_flags(ldv_func_arg3);
6238#line 714
6239 tmp = __netdev_alloc_skb(ldv_func_arg1, ldv_func_arg2, ldv_func_arg3);
6240 }
6241#line 714
6242 return (tmp);
6243}
6244}
6245#line 717 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6246int ldv_pskb_expand_head_27(struct sk_buff *ldv_func_arg1 , int ldv_func_arg2 , int ldv_func_arg3 ,
6247 gfp_t ldv_func_arg4 )
6248{ int tmp ;
6249
6250 {
6251 {
6252#line 725
6253 ldv_check_alloc_flags(ldv_func_arg4);
6254#line 727
6255 tmp = pskb_expand_head(ldv_func_arg1, ldv_func_arg2, ldv_func_arg3, ldv_func_arg4);
6256 }
6257#line 727
6258 return (tmp);
6259}
6260}
6261#line 730 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/12680/dscv_tempdir/dscv/ri/43_1a/drivers/net/irda/esi-sir.c.p"
6262struct sk_buff *ldv_skb_clone_28(struct sk_buff *ldv_func_arg1 , gfp_t ldv_func_arg2 )
6263{ struct sk_buff *tmp ;
6264
6265 {
6266 {
6267#line 736
6268 ldv_check_alloc_flags(ldv_func_arg2);
6269#line 738
6270 tmp = skb_clone(ldv_func_arg1, ldv_func_arg2);
6271 }
6272#line 738
6273 return (tmp);
6274}
6275}