Home
last modified time | relevance | path

Searched refs:owner_lock (Results 1 – 5 of 5) 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()
347 guard(spinlock_irqsave)(&q->owner_lock); in queue_access_lock()
357 guard(spinlock_irqsave)(&q->owner_lock); in queue_access_unlock()
368 guard(spinlock_irqsave)(&q->owner_lock); in snd_seq_queue_check_access()
387 scoped_guard(spinlock_irqsave, &q->owner_lock) { in snd_seq_queue_set_owner()
687 scoped_guard(spinlock_irq, &q->owner_lock) { in snd_seq_info_queues_read()
H A Dseq_queue.h37 spinlock_t owner_lock; member
/linux/kernel/bpf/
H A Dcore.c2355 spin_lock(&map->owner_lock); in __bpf_prog_map_compatible()
2403 spin_unlock(&map->owner_lock); in __bpf_prog_map_compatible()
H A Dsyscall.c1015 spin_lock(&map->owner_lock); in bpf_map_show_fdinfo()
1020 spin_unlock(&map->owner_lock); in bpf_map_show_fdinfo()
1532 spin_lock_init(&map->owner_lock); in map_create()
/linux/include/linux/
H A Dbpf.h328 spinlock_t owner_lock; member