• Home
  • Raw
  • Download

Lines Matching refs:flags

132 	unsigned long flags;  in fill_pool()  local
145 raw_spin_lock_irqsave(&pool_lock, flags); in fill_pool()
157 raw_spin_unlock_irqrestore(&pool_lock, flags); in fill_pool()
175 raw_spin_lock_irqsave(&pool_lock, flags); in fill_pool()
181 raw_spin_unlock_irqrestore(&pool_lock, flags); in fill_pool()
289 unsigned long flags; in free_obj_work() local
293 if (!raw_spin_trylock_irqsave(&pool_lock, flags)) in free_obj_work()
313 raw_spin_unlock_irqrestore(&pool_lock, flags); in free_obj_work()
327 raw_spin_unlock_irqrestore(&pool_lock, flags); in free_obj_work()
340 unsigned long flags; in __free_object() local
343 local_irq_save(flags); in __free_object()
354 local_irq_restore(flags); in __free_object()
414 local_irq_restore(flags); in __free_object()
436 unsigned long flags; in object_cpu_offline() local
445 raw_spin_lock_irqsave(&pool_lock, flags); in object_cpu_offline()
448 raw_spin_unlock_irqrestore(&pool_lock, flags); in object_cpu_offline()
466 unsigned long flags; in debug_objects_oom() local
472 raw_spin_lock_irqsave(&db->lock, flags); in debug_objects_oom()
474 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_objects_oom()
625 unsigned long flags; in __debug_object_init() local
631 raw_spin_lock_irqsave(&db->lock, flags); in __debug_object_init()
635 raw_spin_unlock_irqrestore(&db->lock, flags); in __debug_object_init()
645 raw_spin_unlock_irqrestore(&db->lock, flags); in __debug_object_init()
652 raw_spin_unlock_irqrestore(&db->lock, flags); in __debug_object_init()
699 unsigned long flags; in debug_object_activate() local
708 raw_spin_lock_irqsave(&db->lock, flags); in debug_object_activate()
712 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_activate()
726 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_activate()
731 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_activate()
756 unsigned long flags; in debug_object_deactivate() local
763 raw_spin_lock_irqsave(&db->lock, flags); in debug_object_deactivate()
778 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_deactivate()
784 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_deactivate()
798 unsigned long flags; in debug_object_destroy() local
805 raw_spin_lock_irqsave(&db->lock, flags); in debug_object_destroy()
809 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_destroy()
823 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_destroy()
828 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_destroy()
845 unsigned long flags; in debug_object_free() local
852 raw_spin_lock_irqsave(&db->lock, flags); in debug_object_free()
856 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_free()
865 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_free()
871 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_free()
888 unsigned long flags; in debug_object_assert_init() local
897 raw_spin_lock_irqsave(&db->lock, flags); in debug_object_assert_init()
899 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_assert_init()
929 unsigned long flags; in debug_object_active_state() local
936 raw_spin_lock_irqsave(&db->lock, flags); in debug_object_active_state()
945 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_active_state()
953 raw_spin_unlock_irqrestore(&db->lock, flags); in debug_object_active_state()
961 unsigned long flags, oaddr, saddr, eaddr, paddr, chunks; in __debug_check_no_obj_freed() local
978 raw_spin_lock_irqsave(&db->lock, flags); in __debug_check_no_obj_freed()
988 raw_spin_unlock_irqrestore(&db->lock, flags); in __debug_check_no_obj_freed()
998 raw_spin_unlock_irqrestore(&db->lock, flags); in __debug_check_no_obj_freed()
1166 unsigned long flags; in check_results() local
1171 raw_spin_lock_irqsave(&db->lock, flags); in check_results()
1195 raw_spin_unlock_irqrestore(&db->lock, flags); in check_results()
1215 unsigned long flags; in debug_objects_selftest() local
1217 local_irq_save(flags); in debug_objects_selftest()
1280 local_irq_restore(flags); in debug_objects_selftest()