Home
last modified time | relevance | path

Searched refs:mqueue (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/tools/testing/selftests/timers/
D.gitignore7 mqueue-lat
DMakefile8 TEST_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
/linux-4.4.14/Documentation/sysctl/
Dfs.txt276 3. /proc/sys/fs/mqueue - POSIX message queues filesystem
279 The "mqueue" filesystem provides the necessary kernel features to enable the
284 The "mqueue" filesystem contains values for determining/setting the amount of
287 /proc/sys/fs/mqueue/queues_max is a read/write file for setting/getting the
290 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the
295 /proc/sys/fs/mqueue/msgsize_max is a read/write file for setting/getting the
299 /proc/sys/fs/mqueue/msg_default is a read/write file for setting/getting the
303 /proc/sys/fs/mqueue/msgsize_default is a read/write file for setting/getting
/linux-4.4.14/ipc/
DMakefile9 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
/linux-4.4.14/crypto/
Dmcryptd.c555 static struct mcryptd_queue mqueue; variable
567 return mcryptd_create_hash(tmpl, tb, &mqueue); in mcryptd_create()
700 err = mcryptd_init_queue(&mqueue, MCRYPTD_MAX_CPU_QLEN); in mcryptd_init()
708 mcryptd_fini_queue(&mqueue); in mcryptd_init()
717 mcryptd_fini_queue(&mqueue); in mcryptd_exit()
/linux-4.4.14/tools/testing/selftests/
DMakefile14 TARGETS += mqueue
/linux-4.4.14/include/uapi/linux/
DKbuild269 header-y += mqueue.h
/linux-4.4.14/init/
DKconfig252 POSIX message queues are visible as a filesystem called 'mqueue'