Searched refs:freeze_mutex (Results 1 – 2 of 2) sorted by relevance
1070 mutex_lock(&map->freeze_mutex); in bpf_map_mmap()1089 mutex_unlock(&map->freeze_mutex); in bpf_map_mmap()1499 mutex_init(&map->freeze_mutex); in map_create()2211 mutex_lock(&map->freeze_mutex); in map_freeze()2223 mutex_unlock(&map->freeze_mutex); in map_freeze()
313 struct mutex freeze_mutex; member