HomeSort by relevance Sort by last modified time
    Searched defs:madvise (Results 1 - 13 of 13) sorted by null

  /bionic/libc/arch-arm/syscalls/
madvise.S 5 ENTRY(madvise) function
16 END(madvise)
  /bionic/libc/arch-arm64/syscalls/
madvise.S 5 ENTRY(madvise) function
14 END(madvise)
  /bionic/libc/arch-mips/syscalls/
madvise.S 5 ENTRY(madvise) function
19 END(madvise)
  /bionic/libc/arch-mips64/syscalls/
madvise.S 5 ENTRY(madvise) function
25 END(madvise)
  /bionic/libc/arch-x86/syscalls/
madvise.S 5 ENTRY(madvise) function
39 END(madvise)
  /bionic/libc/arch-x86_64/syscalls/
madvise.S 5 ENTRY(madvise) function
15 END(madvise)
  /prebuilts/go/darwin-x86/src/runtime/
stubs2.go 27 func madvise(addr unsafe.Pointer, n uintptr, flags int32) func
os_nacl.go 282 func madvise(addr unsafe.Pointer, n uintptr, flags int32) {} func
os3_solaris.go 21 //go:cgo_import_dynamic libc_madvise madvise "libc.so"
400 func madvise(addr unsafe.Pointer, n uintptr, flags int32) { func
  /prebuilts/go/linux-x86/src/runtime/
stubs2.go 27 func madvise(addr unsafe.Pointer, n uintptr, flags int32) func
os_nacl.go 282 func madvise(addr unsafe.Pointer, n uintptr, flags int32) {} func
os3_solaris.go 21 //go:cgo_import_dynamic libc_madvise madvise "libc.so"
400 func madvise(addr unsafe.Pointer, n uintptr, flags int32) { func
  /external/libdrm/freedreno/
freedreno_priv.h 154 int (*madvise)(struct fd_bo *bo, int willneed); member in struct:fd_bo_funcs

Completed in 303 milliseconds