Home
last modified time | relevance | path

Searched refs:freeze_mutex (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dsyscall.c893 mutex_lock(&map->freeze_mutex); in bpf_map_mmap()
926 mutex_unlock(&map->freeze_mutex); in bpf_map_mmap()
1249 mutex_init(&map->freeze_mutex); in map_create()
2022 mutex_lock(&map->freeze_mutex); in map_freeze()
2034 mutex_unlock(&map->freeze_mutex); in map_freeze()
/openbmc/linux/include/linux/
H A Dbpf.h283 struct mutex freeze_mutex; member