Home
last modified time | relevance | path

Searched refs:raw_res_spin_lock_init (Results 1 – 9 of 9) sorted by relevance

/linux/include/asm-generic/
H A Drqspinlock.h225 #define raw_res_spin_lock_init(lock) ({ *(lock) = (rqspinlock_t)__ARCH_SPIN_LOCK_UNLOCKED; }) macro
227 #define raw_res_spin_lock_init(lock) ({ *(lock) = (rqspinlock_t){0}; }) macro
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_test_rqspinlock.c255 raw_res_spin_lock_init(&lock_a); in bpf_test_rqspinlock_init()
256 raw_res_spin_lock_init(&lock_b); in bpf_test_rqspinlock_init()
257 raw_res_spin_lock_init(&lock_c); in bpf_test_rqspinlock_init()
/linux/kernel/bpf/
H A Dpercpu_freelist.c17 raw_res_spin_lock_init(&head->lock); in pcpu_freelist_init()
H A Dqueue_stack_maps.c82 raw_res_spin_lock_init(&qs->lock); in queue_stack_map_alloc()
H A Dbpf_local_storage.c498 raw_res_spin_lock_init(&storage->lock); in bpf_local_storage_alloc()
800 raw_res_spin_lock_init(&smap->buckets[i].lock); in bpf_local_storage_map_alloc()
H A Dlpm_trie.c598 raw_res_spin_lock_init(&trie->lock); in trie_alloc()
H A Dringbuf.c180 raw_res_spin_lock_init(&rb->spinlock); in bpf_ringbuf_alloc()
H A Darena.c231 raw_res_spin_lock_init(&arena->spinlock); in arena_map_alloc()
H A Dhashtab.c144 raw_res_spin_lock_init(&htab->buckets[i].raw_lock); in htab_init_buckets()