Searched refs:map_locked (Results 1 – 5 of 5) sorted by relevance
151 if (emem->map_locked > 0) in terminate_voice()152 emem->map_locked--; in terminate_voice()328 emem->map_locked++; in start_voice()
81 blk->map_locked = 0; in emu10k1_memblk_init()282 if (deleted->map_locked) in snd_emu10k1_memblk_map()346 blk->map_locked = 1; /* do not unmap this block! */ in snd_emu10k1_alloc_pages()
441 bool map_locked; in ntfs_fallocate() local472 map_locked = false; in ntfs_fallocate()484 map_locked = true; in ntfs_fallocate()641 if (map_locked) in ntfs_fallocate()
107 int __percpu *map_locked[HASHTAB_MAP_LOCK_COUNT]; member158 if (unlikely(__this_cpu_inc_return(*(htab->map_locked[hash])) != 1)) { in htab_lock_bucket()159 __this_cpu_dec(*(htab->map_locked[hash])); in htab_lock_bucket()176 __this_cpu_dec(*(htab->map_locked[hash])); in htab_unlock_bucket()526 htab->map_locked[i] = bpf_map_alloc_percpu(&htab->map, in htab_map_alloc()530 if (!htab->map_locked[i]) in htab_map_alloc()597 free_percpu(htab->map_locked[i]); in htab_map_alloc()1551 free_percpu(htab->map_locked[i]); in htab_map_free()
1544 unsigned int map_locked; member