MCPcopy Create free account
hub / github.com/F-Stack/f-stack / umount_huge

Function umount_huge

dpdk/usertools/dpdk-hugepages.py:189–192  ·  view source on GitHub ↗

Unmount the huge TLB file system (if mounted)

(mountpoint)

Source from the content-addressed store, hash-verified

187
188
189def umount_huge(mountpoint):
190 '''Unmount the huge TLB file system (if mounted)'''
191 if mountpoint in get_mountpoints():
192 os.system("umount " + mountpoint)
193
194
195def show_mount():

Callers 1

mainFunction · 0.85

Calls 1

get_mountpointsFunction · 0.70

Tested by

no test coverage detected