Home
last modified time | relevance | path

Searched refs:munlockall (Results 1 – 10 of 10) sorted by relevance

/dragonfly/tools/regression/p1003_1b/
HDmemlock.c68 else if (munlockall() == -1) { in memlock()
82 int munlockall(void) in munlockall() function
/dragonfly/sys/sys/
HDmman.h189 int munlockall(void);
HDsyscall.mk188 munlockall.o \
HDsysunion.h194 struct munlockall_args munlockall; member
/dragonfly/contrib/lvm2/dist/lib/mm/
HDmemlock.c120 if (munlockall()) in _unlock_mem()
/dragonfly/lib/libc/sys/
HDMakefile.inc162 MLINKS+=mlockall.2 munlockall.2
HDSymbol.map189 munlockall;
/dragonfly/contrib/cryptsetup/lib/
HDutils.c667 if (munlockall()) in crypt_memlock_dec()
/dragonfly/contrib/lvm2/dist/daemons/dmeventd/
HDdmeventd.c1755 munlockall(); in main()
/dragonfly/test/interbench/
HDinterbench.c186 if (munlockall() == -1) in set_munlock()