Searched refs:freeze_mutex (Results 1 – 2 of 2) sorted by relevance
893 mutex_lock(&map->freeze_mutex); in bpf_map_mmap()912 mutex_unlock(&map->freeze_mutex); in bpf_map_mmap()1258 mutex_init(&map->freeze_mutex); in map_create()2023 mutex_lock(&map->freeze_mutex); in map_freeze()2035 mutex_unlock(&map->freeze_mutex); in map_freeze()
283 struct mutex freeze_mutex; member