Showing error 1019

User: Jiri Slaby
Error type: Reachable Error Location
Error type description: A specified error location is reachable in some program path
File location: ldv-linux-3.4/43_1a_cilled_safe_ok_nondet_linux-43_1a-drivers--media--rc--keymaps--rc-nebula.ko-ldv_main0_sequence_infinite_withcheck_stateful.cil.out.c
Line in file: 496
Project: SV-COMP 2013
Project version: 2.6.28
Tools: Manual Work
Entered: 2013-01-17 16:57:54 UTC


Source:

  1/* Generated by CIL v. 1.3.7 */
  2/* print_CIL_Input is true */
  3
  4#line 43 "include/asm-generic/int-ll64.h"
  5typedef unsigned char u8;
  6#line 46 "include/asm-generic/int-ll64.h"
  7typedef unsigned short u16;
  8#line 49 "include/asm-generic/int-ll64.h"
  9typedef unsigned int u32;
 10#line 52 "include/asm-generic/int-ll64.h"
 11typedef unsigned long long u64;
 12#line 14 "include/asm-generic/posix_types.h"
 13typedef long __kernel_long_t;
 14#line 15 "include/asm-generic/posix_types.h"
 15typedef unsigned long __kernel_ulong_t;
 16#line 75 "include/asm-generic/posix_types.h"
 17typedef __kernel_ulong_t __kernel_size_t;
 18#line 76 "include/asm-generic/posix_types.h"
 19typedef __kernel_long_t __kernel_ssize_t;
 20#line 27 "include/linux/types.h"
 21typedef unsigned short umode_t;
 22#line 63 "include/linux/types.h"
 23typedef __kernel_size_t size_t;
 24#line 68 "include/linux/types.h"
 25typedef __kernel_ssize_t ssize_t;
 26#line 202 "include/linux/types.h"
 27typedef unsigned int gfp_t;
 28#line 221 "include/linux/types.h"
 29struct __anonstruct_atomic_t_6 {
 30   int counter ;
 31};
 32#line 221 "include/linux/types.h"
 33typedef struct __anonstruct_atomic_t_6 atomic_t;
 34#line 226 "include/linux/types.h"
 35struct __anonstruct_atomic64_t_7 {
 36   long counter ;
 37};
 38#line 226 "include/linux/types.h"
 39typedef struct __anonstruct_atomic64_t_7 atomic64_t;
 40#line 227 "include/linux/types.h"
 41struct list_head {
 42   struct list_head *next ;
 43   struct list_head *prev ;
 44};
 45#line 58 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/page_types.h"
 46struct page;
 47#line 58
 48struct page;
 49#line 327 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/paravirt_types.h"
 50struct arch_spinlock;
 51#line 327
 52struct arch_spinlock;
 53#line 433 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/processor.h"
 54struct kmem_cache;
 55#line 23 "include/asm-generic/atomic-long.h"
 56typedef atomic64_t atomic_long_t;
 57#line 14 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 58typedef u16 __ticket_t;
 59#line 15 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 60typedef u32 __ticketpair_t;
 61#line 16 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 62struct __raw_tickets {
 63   __ticket_t head ;
 64   __ticket_t tail ;
 65};
 66#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 67union __anonunion_ldv_5907_29 {
 68   __ticketpair_t head_tail ;
 69   struct __raw_tickets tickets ;
 70};
 71#line 26 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 72struct arch_spinlock {
 73   union __anonunion_ldv_5907_29 ldv_5907 ;
 74};
 75#line 27 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/spinlock_types.h"
 76typedef struct arch_spinlock arch_spinlock_t;
 77#line 34 "/home/zakharov/launch/inst/current/envs/linux-3.4/linux-3.4/arch/x86/include/asm/rwlock.h"
 78struct lockdep_map;
 79#line 34
 80struct lockdep_map;
 81#line 55 "include/linux/debug_locks.h"
 82struct stack_trace {
 83   unsigned int nr_entries ;
 84   unsigned int max_entries ;
 85   unsigned long *entries ;
 86   int skip ;
 87};
 88#line 26 "include/linux/stacktrace.h"
 89struct lockdep_subclass_key {
 90   char __one_byte ;
 91};
 92#line 53 "include/linux/lockdep.h"
 93struct lock_class_key {
 94   struct lockdep_subclass_key subkeys[8U] ;
 95};
 96#line 59 "include/linux/lockdep.h"
 97struct lock_class {
 98   struct list_head hash_entry ;
 99   struct list_head lock_entry ;
100   struct lockdep_subclass_key *key ;
101   unsigned int subclass ;
102   unsigned int dep_gen_id ;
103   unsigned long usage_mask ;
104   struct stack_trace usage_traces[13U] ;
105   struct list_head locks_after ;
106   struct list_head locks_before ;
107   unsigned int version ;
108   unsigned long ops ;
109   char const   *name ;
110   int name_version ;
111   unsigned long contention_point[4U] ;
112   unsigned long contending_point[4U] ;
113};
114#line 144 "include/linux/lockdep.h"
115struct lockdep_map {
116   struct lock_class_key *key ;
117   struct lock_class *class_cache[2U] ;
118   char const   *name ;
119   int cpu ;
120   unsigned long ip ;
121};
122#line 556 "include/linux/lockdep.h"
123struct raw_spinlock {
124   arch_spinlock_t raw_lock ;
125   unsigned int magic ;
126   unsigned int owner_cpu ;
127   void *owner ;
128   struct lockdep_map dep_map ;
129};
130#line 33 "include/linux/spinlock_types.h"
131struct __anonstruct_ldv_6122_33 {
132   u8 __padding[24U] ;
133   struct lockdep_map dep_map ;
134};
135#line 33 "include/linux/spinlock_types.h"
136union __anonunion_ldv_6123_32 {
137   struct raw_spinlock rlock ;
138   struct __anonstruct_ldv_6122_33 ldv_6122 ;
139};
140#line 33 "include/linux/spinlock_types.h"
141struct spinlock {
142   union __anonunion_ldv_6123_32 ldv_6123 ;
143};
144#line 76 "include/linux/spinlock_types.h"
145typedef struct spinlock spinlock_t;
146#line 445 "include/linux/elf.h"
147struct sock;
148#line 445
149struct sock;
150#line 446
151struct kobject;
152#line 446
153struct kobject;
154#line 447
155enum kobj_ns_type {
156    KOBJ_NS_TYPE_NONE = 0,
157    KOBJ_NS_TYPE_NET = 1,
158    KOBJ_NS_TYPES = 2
159} ;
160#line 453 "include/linux/elf.h"
161struct kobj_ns_type_operations {
162   enum kobj_ns_type type ;
163   void *(*grab_current_ns)(void) ;
164   void const   *(*netlink_ns)(struct sock * ) ;
165   void const   *(*initial_ns)(void) ;
166   void (*drop_ns)(void * ) ;
167};
168#line 57 "include/linux/kobject_ns.h"
169struct attribute {
170   char const   *name ;
171   umode_t mode ;
172   struct lock_class_key *key ;
173   struct lock_class_key skey ;
174};
175#line 98 "include/linux/sysfs.h"
176struct sysfs_ops {
177   ssize_t (*show)(struct kobject * , struct attribute * , char * ) ;
178   ssize_t (*store)(struct kobject * , struct attribute * , char const   * , size_t  ) ;
179   void const   *(*namespace)(struct kobject * , struct attribute  const  * ) ;
180};
181#line 117
182struct sysfs_dirent;
183#line 117
184struct sysfs_dirent;
185#line 182 "include/linux/sysfs.h"
186struct kref {
187   atomic_t refcount ;
188};
189#line 49 "include/linux/kobject.h"
190struct kset;
191#line 49
192struct kobj_type;
193#line 49 "include/linux/kobject.h"
194struct kobject {
195   char const   *name ;
196   struct list_head entry ;
197   struct kobject *parent ;
198   struct kset *kset ;
199   struct kobj_type *ktype ;
200   struct sysfs_dirent *sd ;
201   struct kref kref ;
202   unsigned char state_initialized : 1 ;
203   unsigned char state_in_sysfs : 1 ;
204   unsigned char state_add_uevent_sent : 1 ;
205   unsigned char state_remove_uevent_sent : 1 ;
206   unsigned char uevent_suppress : 1 ;
207};
208#line 107 "include/linux/kobject.h"
209struct kobj_type {
210   void (*release)(struct kobject * ) ;
211   struct sysfs_ops  const  *sysfs_ops ;
212   struct attribute **default_attrs ;
213   struct kobj_ns_type_operations  const  *(*child_ns_type)(struct kobject * ) ;
214   void const   *(*namespace)(struct kobject * ) ;
215};
216#line 115 "include/linux/kobject.h"
217struct kobj_uevent_env {
218   char *envp[32U] ;
219   int envp_idx ;
220   char buf[2048U] ;
221   int buflen ;
222};
223#line 122 "include/linux/kobject.h"
224struct kset_uevent_ops {
225   int (* const  filter)(struct kset * , struct kobject * ) ;
226   char const   *(* const  name)(struct kset * , struct kobject * ) ;
227   int (* const  uevent)(struct kset * , struct kobject * , struct kobj_uevent_env * ) ;
228};
229#line 139 "include/linux/kobject.h"
230struct kset {
231   struct list_head list ;
232   spinlock_t list_lock ;
233   struct kobject kobj ;
234   struct kset_uevent_ops  const  *uevent_ops ;
235};
236#line 88 "include/linux/kmemleak.h"
237struct kmem_cache_cpu {
238   void **freelist ;
239   unsigned long tid ;
240   struct page *page ;
241   struct page *partial ;
242   int node ;
243   unsigned int stat[26U] ;
244};
245#line 55 "include/linux/slub_def.h"
246struct kmem_cache_node {
247   spinlock_t list_lock ;
248   unsigned long nr_partial ;
249   struct list_head partial ;
250   atomic_long_t nr_slabs ;
251   atomic_long_t total_objects ;
252   struct list_head full ;
253};
254#line 66 "include/linux/slub_def.h"
255struct kmem_cache_order_objects {
256   unsigned long x ;
257};
258#line 76 "include/linux/slub_def.h"
259struct kmem_cache {
260   struct kmem_cache_cpu *cpu_slab ;
261   unsigned long flags ;
262   unsigned long min_partial ;
263   int size ;
264   int objsize ;
265   int offset ;
266   int cpu_partial ;
267   struct kmem_cache_order_objects oo ;
268   struct kmem_cache_order_objects max ;
269   struct kmem_cache_order_objects min ;
270   gfp_t allocflags ;
271   int refcount ;
272   void (*ctor)(void * ) ;
273   int inuse ;
274   int align ;
275   int reserved ;
276   char const   *name ;
277   struct list_head list ;
278   struct kobject kobj ;
279   int remote_node_defrag_ratio ;
280   struct kmem_cache_node *node[1024U] ;
281};
282#line 1650 "include/linux/input.h"
283struct rc_map_table {
284   u32 scancode ;
285   u32 keycode ;
286};
287#line 35 "include/media/rc-map.h"
288struct rc_map {
289   struct rc_map_table *scan ;
290   unsigned int size ;
291   unsigned int len ;
292   unsigned int alloc ;
293   u64 rc_type ;
294   char const   *name ;
295   spinlock_t lock ;
296};
297#line 45 "include/media/rc-map.h"
298struct rc_map_list {
299   struct list_head list ;
300   struct rc_map map ;
301};
302#line 2 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
303void ldv_spin_lock(void) ;
304#line 3
305void ldv_spin_unlock(void) ;
306#line 4
307int ldv_spin_trylock(void) ;
308#line 220 "include/linux/slub_def.h"
309extern void *kmem_cache_alloc(struct kmem_cache * , gfp_t  ) ;
310#line 223
311void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) ;
312#line 11 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
313void ldv_check_alloc_flags(gfp_t flags ) ;
314#line 12
315void ldv_check_alloc_nonatomic(void) ;
316#line 14
317struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) ;
318#line 53 "include/media/rc-map.h"
319extern int rc_map_register(struct rc_map_list * ) ;
320#line 54
321extern void rc_map_unregister(struct rc_map_list * ) ;
322#line 31 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
323static struct rc_map_table nebula[55U]  = 
324#line 31 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
325  {      {0U, 11U}, 
326        {1U, 2U}, 
327        {2U, 3U}, 
328        {3U, 4U}, 
329        {4U, 5U}, 
330        {5U, 6U}, 
331        {6U, 7U}, 
332        {7U, 8U}, 
333        {8U, 9U}, 
334        {9U, 10U}, 
335        {10U, 377U}, 
336        {11U, 390U}, 
337        {12U, 389U}, 
338        {13U, 116U}, 
339        {14U, 212U}, 
340        {15U, 392U}, 
341        {16U, 358U}, 
342        {17U, 183U}, 
343        {18U, 184U}, 
344        {19U, 365U}, 
345        {20U, 174U}, 
346        {21U, 139U}, 
347        {22U, 103U}, 
348        {23U, 108U}, 
349        {24U, 105U}, 
350        {25U, 106U}, 
351        {26U, 28U}, 
352        {27U, 402U}, 
353        {28U, 403U}, 
354        {29U, 115U}, 
355        {30U, 114U}, 
356        {31U, 398U}, 
357        {32U, 399U}, 
358        {33U, 400U}, 
359        {34U, 401U}, 
360        {35U, 370U}, 
361        {36U, 185U}, 
362        {37U, 388U}, 
363        {38U, 113U}, 
364        {39U, 168U}, 
365        {40U, 128U}, 
366        {41U, 207U}, 
367        {42U, 208U}, 
368        {43U, 186U}, 
369        {44U, 119U}, 
370        {45U, 207U}, 
371        {46U, 167U}, 
372        {47U, 187U}, 
373        {48U, 78U}, 
374        {49U, 74U}, 
375        {50U, 188U}, 
376        {51U, 189U}, 
377        {52U, 215U}, 
378        {53U, 169U}, 
379        {54U, 376U}};
380#line 89 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
381static struct rc_map_list nebula_map  =    {{(struct list_head *)0, (struct list_head *)0}, {(struct rc_map_table *)(& nebula),
382                                                     55U, 0U, 0U, 0ULL, "rc-nebula",
383                                                     {{{{{0U}}, 0U, 0U, (void *)0,
384                                                        {(struct lock_class_key *)0,
385                                                         {(struct lock_class *)0,
386                                                          (struct lock_class *)0},
387                                                         (char const   *)0, 0, 0UL}}}}}};
388#line 98 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
389static int init_rc_map_nebula(void) 
390{ int tmp ;
391
392  {
393  {
394#line 100
395  tmp = rc_map_register(& nebula_map);
396  }
397#line 100
398  return (tmp);
399}
400}
401#line 103 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
402static void exit_rc_map_nebula(void) 
403{ 
404
405  {
406  {
407#line 105
408  rc_map_unregister(& nebula_map);
409  }
410#line 106
411  return;
412}
413}
414#line 130
415extern void ldv_check_final_state(void) ;
416#line 136
417extern void ldv_initialize(void) ;
418#line 139
419extern int __VERIFIER_nondet_int(void) ;
420#line 142 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
421int LDV_IN_INTERRUPT  ;
422#line 145 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
423void main(void) 
424{ int tmp ;
425  int tmp___0 ;
426  int tmp___1 ;
427
428  {
429  {
430#line 157
431  LDV_IN_INTERRUPT = 1;
432#line 166
433  ldv_initialize();
434#line 172
435  tmp = init_rc_map_nebula();
436  }
437#line 172
438  if (tmp != 0) {
439#line 173
440    goto ldv_final;
441  } else {
442
443  }
444#line 175
445  goto ldv_19081;
446  ldv_19080: 
447  {
448#line 178
449  tmp___0 = __VERIFIER_nondet_int();
450  }
451  {
452#line 180
453  goto switch_default;
454#line 178
455  if (0) {
456    switch_default: /* CIL Label */ ;
457#line 180
458    goto ldv_19079;
459  } else {
460    switch_break: /* CIL Label */ ;
461  }
462  }
463  ldv_19079: ;
464  ldv_19081: 
465  {
466#line 175
467  tmp___1 = __VERIFIER_nondet_int();
468  }
469#line 175
470  if (tmp___1 != 0) {
471#line 176
472    goto ldv_19080;
473  } else {
474#line 178
475    goto ldv_19082;
476  }
477  ldv_19082: ;
478  {
479#line 192
480  exit_rc_map_nebula();
481  }
482  ldv_final: 
483  {
484#line 195
485  ldv_check_final_state();
486  }
487#line 198
488  return;
489}
490}
491#line 5 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast-assert.h"
492void ldv_blast_assert(void) 
493{ 
494
495  {
496  ERROR: ;
497#line 6
498  goto ERROR;
499}
500}
501#line 6 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/kernel-rules/files/engine-blast.h"
502extern int __VERIFIER_nondet_int(void) ;
503#line 219 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
504int ldv_spin  =    0;
505#line 223 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
506void ldv_check_alloc_flags(gfp_t flags ) 
507{ 
508
509  {
510#line 226
511  if (ldv_spin != 0) {
512#line 226
513    if (flags != 32U) {
514      {
515#line 226
516      ldv_blast_assert();
517      }
518    } else {
519
520    }
521  } else {
522
523  }
524#line 229
525  return;
526}
527}
528#line 229
529extern struct page *ldv_some_page(void) ;
530#line 232 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
531struct page *ldv_check_alloc_flags_and_return_some_page(gfp_t flags ) 
532{ struct page *tmp ;
533
534  {
535#line 235
536  if (ldv_spin != 0) {
537#line 235
538    if (flags != 32U) {
539      {
540#line 235
541      ldv_blast_assert();
542      }
543    } else {
544
545    }
546  } else {
547
548  }
549  {
550#line 237
551  tmp = ldv_some_page();
552  }
553#line 237
554  return (tmp);
555}
556}
557#line 241 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
558void ldv_check_alloc_nonatomic(void) 
559{ 
560
561  {
562#line 244
563  if (ldv_spin != 0) {
564    {
565#line 244
566    ldv_blast_assert();
567    }
568  } else {
569
570  }
571#line 247
572  return;
573}
574}
575#line 248 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
576void ldv_spin_lock(void) 
577{ 
578
579  {
580#line 251
581  ldv_spin = 1;
582#line 252
583  return;
584}
585}
586#line 255 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
587void ldv_spin_unlock(void) 
588{ 
589
590  {
591#line 258
592  ldv_spin = 0;
593#line 259
594  return;
595}
596}
597#line 262 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
598int ldv_spin_trylock(void) 
599{ int is_lock ;
600
601  {
602  {
603#line 267
604  is_lock = __VERIFIER_nondet_int();
605  }
606#line 269
607  if (is_lock != 0) {
608#line 272
609    return (0);
610  } else {
611#line 277
612    ldv_spin = 1;
613#line 279
614    return (1);
615  }
616}
617}
618#line 446 "/home/zakharov/launch/work/current--X--drivers/--X--defaultlinux-3.4--X--43_1a--X--cpachecker/linux-3.4/csd_deg_dscv/9176/dscv_tempdir/dscv/ri/43_1a/drivers/media/rc/keymaps/rc-nebula.c.p"
619void *ldv_kmem_cache_alloc_16(struct kmem_cache *ldv_func_arg1 , gfp_t ldv_func_arg2 ) 
620{ 
621
622  {
623  {
624#line 452
625  ldv_check_alloc_flags(ldv_func_arg2);
626#line 454
627  kmem_cache_alloc(ldv_func_arg1, ldv_func_arg2);
628  }
629#line 455
630  return ((void *)0);
631}
632}