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()
2520 spin_lock(&map->owner_lock); in __bpf_prog_map_compatible()2570 spin_unlock(&map->owner_lock); in __bpf_prog_map_compatible()
1010 spin_lock(&map->owner_lock); in bpf_map_show_fdinfo()1015 spin_unlock(&map->owner_lock); in bpf_map_show_fdinfo()1556 spin_lock_init(&map->owner_lock); in map_create_alloc()
334 spinlock_t owner_lock; member