Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dmmapmodule.c119 } mmap_state; typedef
121 static mmap_state *
124 mmap_state *state = PyModule_GetState(module); in get_mmap_state()
1512 mmap_state *state = get_mmap_state(module); in mmap_traverse()
1520 mmap_state *state = get_mmap_state(module); in mmap_clear()
1534 mmap_state *state = get_mmap_state(module); in mmap_exec()
1695 .m_size = sizeof(mmap_state),
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h60568 enum pci_mmap_state mmap_state; member