Searched refs:idx_lock (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dbpf_local_storage.h115 spinlock_t idx_lock; member in struct:bpf_local_storage_cache
121 .idx_lock = __SPIN_LOCK_UNLOCKED(name.idx_lock), \
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_io.h47 struct semaphore idx_lock; member in struct:hinic_free_db_area
H A Dhinic_hw_io.c57 sema_init(&free_db_area->idx_lock, 1);
65 down(&free_db_area->idx_lock);
71 up(&free_db_area->idx_lock);
82 up(&free_db_area->idx_lock);
93 down(&free_db_area->idx_lock);
102 up(&free_db_area->idx_lock);
/linux-master/drivers/md/bcache/
H A Dwriteback.h42 spinlock_t idx_lock; member in struct:bch_dirty_init_state
H A Dbtree.h234 spinlock_t idx_lock; member in struct:btree_check_state
H A Dwriteback.c925 spin_lock(&state->idx_lock);
928 spin_unlock(&state->idx_lock);
1017 spin_lock_init(&state.idx_lock);
H A Dbtree.c1973 spin_lock(&check_state->idx_lock);
1976 spin_unlock(&check_state->idx_lock);
2070 spin_lock_init(&check_state.idx_lock);
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c644 spin_lock(&cache->idx_lock);
658 spin_unlock(&cache->idx_lock);
666 spin_lock(&cache->idx_lock);
668 spin_unlock(&cache->idx_lock);

Completed in 133 milliseconds