Searched refs:owner_lock (Results 1 – 4 of 4) sorted by relevance
73 guard(spinlock)(&q->owner_lock); in queue_list_remove()96 spin_lock_init(&q->owner_lock); in queue_new()349 guard(spinlock_irqsave)(&q->owner_lock); in queue_access_lock()359 guard(spinlock_irqsave)(&q->owner_lock); in queue_access_unlock()370 guard(spinlock_irqsave)(&q->owner_lock); in snd_seq_queue_check_access()389 scoped_guard(spinlock_irqsave, &q->owner_lock) { in snd_seq_queue_set_owner()689 scoped_guard(spinlock_irq, &q->owner_lock) { in snd_seq_info_queues_read()
2422 spin_lock(&map->owner_lock); in __bpf_prog_map_compatible()2472 spin_unlock(&map->owner_lock); in __bpf_prog_map_compatible()
1013 spin_lock(&map->owner_lock); in bpf_map_show_fdinfo()1018 spin_unlock(&map->owner_lock); in bpf_map_show_fdinfo()1527 spin_lock_init(&map->owner_lock); in map_create()
329 spinlock_t owner_lock; member