Searched refs:map_locked (Results 1 – 4 of 4) sorted by relevance
145 if (emem->map_locked > 0) in terminate_voice()146 emem->map_locked--; in terminate_voice()326 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()348 blk->map_locked = 1; /* do not unmap this block! */ in snd_emu10k1_alloc_pages()
106 int __percpu *map_locked[HASHTAB_MAP_LOCK_COUNT]; member168 if (unlikely(__this_cpu_inc_return(*(htab->map_locked[hash])) != 1)) { in htab_lock_bucket()169 __this_cpu_dec(*(htab->map_locked[hash])); in htab_lock_bucket()192 __this_cpu_dec(*(htab->map_locked[hash])); in htab_unlock_bucket()522 htab->map_locked[i] = bpf_map_alloc_percpu(&htab->map, in htab_map_alloc()526 if (!htab->map_locked[i]) in htab_map_alloc()558 free_percpu(htab->map_locked[i]); in htab_map_alloc()1464 free_percpu(htab->map_locked[i]); in htab_map_free()
1551 unsigned int map_locked; member
Completed in 18 milliseconds