Searched refs:freeze_mutex (Results 1 – 2 of 2) sorted by relevance
788 mutex_lock(&map->freeze_mutex); in bpf_map_mmap()821 mutex_unlock(&map->freeze_mutex); in bpf_map_mmap()1117 mutex_init(&map->freeze_mutex); in map_create()1890 mutex_lock(&map->freeze_mutex); in map_freeze()1906 mutex_unlock(&map->freeze_mutex); in map_freeze()
237 struct mutex freeze_mutex; member