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

Function sys_aio_mlock

freebsd/kern/vfs_aio.c:2208–2213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2206}
2207
2208int
2209sys_aio_mlock(struct thread *td, struct aio_mlock_args *uap)
2210{
2211
2212 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_MLOCK, &aiocb_ops));
2213}
2214
2215static int
2216kern_lio_listio(struct thread *td, int mode, struct aiocb * const *uacb_list,

Callers

nothing calls this directly

Calls 1

aio_aqueueFunction · 0.85

Tested by

no test coverage detected