Home
last modified time | relevance | path

Searched refs:owner_lock (Results 1 – 4 of 4) sorted by relevance

/linux/sound/core/seq/
H A Dseq_queue.c73 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()
/linux/kernel/bpf/
H A Dcore.c2422 spin_lock(&map->owner_lock); in __bpf_prog_map_compatible()
2472 spin_unlock(&map->owner_lock); in __bpf_prog_map_compatible()
H A Dsyscall.c1013 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()
/linux/include/linux/
H A Dbpf.h329 spinlock_t owner_lock; member