Home
last modified time | relevance | path

Searched refs:DEFAULT_PROCESS_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/lvm2/dist/include/
HDdefaults.h101 # define DEFAULT_PROCESS_PRIORITY -18 macro
/dragonfly/contrib/lvm2/dist/lib/config/
HDdefaults.h101 # define DEFAULT_PROCESS_PRIORITY -18 macro
/dragonfly/contrib/cryptsetup/lib/
HDutils.c637 #define DEFAULT_PROCESS_PRIORITY -18 macro
656 if (setpriority(PRIO_PROCESS, 0, DEFAULT_PROCESS_PRIORITY)) in crypt_memlock_inc()
658 DEFAULT_PROCESS_PRIORITY, strerror(errno)); in crypt_memlock_inc()
/dragonfly/contrib/lvm2/dist/lib/mm/
HDmemlock.c201 DEFAULT_PROCESS_PRIORITY); in memlock_init()