Searched refs:freeze_mutex (Results 1 – 4 of 4) sorted by relevance
34 + mutex_lock(&map->freeze_mutex);36 + mutex_unlock(&map->freeze_mutex);48 + mutex_lock(&map->freeze_mutex);50 + mutex_unlock(&map->freeze_mutex);62 mutex_unlock(&map->freeze_mutex);115 mutex_lock(&map->freeze_mutex);
841 struct mutex freeze_mutex;843 + u64 writecnt; /* writable mmap cnt; protected by freeze_mutex */
636 mutex_lock(&map->freeze_mutex); in bpf_map_mmap()669 mutex_unlock(&map->freeze_mutex); in bpf_map_mmap()848 mutex_init(&map->freeze_mutex); in map_create()1568 mutex_lock(&map->freeze_mutex); in map_freeze()1584 mutex_unlock(&map->freeze_mutex); in map_freeze()
175 struct mutex freeze_mutex; member