Searched refs:flags_lock (Results 1 – 2 of 2) sorted by relevance
79 spin_lock_init(&part_uv->flags_lock); in xpc_setup_partitions_uv()97 spin_lock_irqsave(&part_uv->flags_lock, irq_flags); in xpc_teardown_partitions_uv()99 spin_unlock_irqrestore(&part_uv->flags_lock, irq_flags); in xpc_teardown_partitions_uv()457 spin_lock(&part_uv->flags_lock); in xpc_handle_activate_mq_msg_uv()459 spin_unlock(&part_uv->flags_lock); in xpc_handle_activate_mq_msg_uv()575 spin_lock_irqsave(&part_uv->flags_lock, irq_flags); in xpc_handle_activate_mq_msg_uv()577 spin_unlock_irqrestore(&part_uv->flags_lock, irq_flags); in xpc_handle_activate_mq_msg_uv()581 spin_lock_irqsave(&part_uv->flags_lock, irq_flags); in xpc_handle_activate_mq_msg_uv()583 spin_unlock_irqrestore(&part_uv->flags_lock, irq_flags); in xpc_handle_activate_mq_msg_uv()709 spin_lock_irqsave(&part_uv->flags_lock, irq_flags); in xpc_send_activate_IRQ_uv()[all …]
716 spinlock_t flags_lock; /* protect updating of flags */ member