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

Function sys_msync

freebsd/vm/vm_mmap.c:511–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509};
510#endif
511int
512sys_msync(struct thread *td, struct msync_args *uap)
513{
514
515 return (kern_msync(td, (uintptr_t)uap->addr, uap->len, uap->flags));
516}
517
518int
519kern_msync(struct thread *td, uintptr_t addr0, size_t size, int flags)

Callers

nothing calls this directly

Calls 1

kern_msyncFunction · 0.85

Tested by

no test coverage detected