Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/timers/
D.gitignore7 mqueue-lat
DMakefile7 TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
/Linux-v4.19/ipc/
DMakefile9 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o
/Linux-v4.19/crypto/
Dmcryptd.c552 static struct mcryptd_queue mqueue; variable
564 return mcryptd_create_hash(tmpl, tb, &mqueue); in mcryptd_create()
648 err = mcryptd_init_queue(&mqueue, MCRYPTD_MAX_CPU_QLEN); in mcryptd_init()
656 mcryptd_fini_queue(&mqueue); in mcryptd_init()
665 mcryptd_fini_queue(&mqueue); in mcryptd_exit()
/Linux-v4.19/Documentation/sysctl/
Dfs.txt319 3. /proc/sys/fs/mqueue - POSIX message queues filesystem
322 The "mqueue" filesystem provides the necessary kernel features to enable the
327 The "mqueue" filesystem contains values for determining/setting the amount of
330 /proc/sys/fs/mqueue/queues_max is a read/write file for setting/getting the
333 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the
338 /proc/sys/fs/mqueue/msgsize_max is a read/write file for setting/getting the
342 /proc/sys/fs/mqueue/msg_default is a read/write file for setting/getting the
346 /proc/sys/fs/mqueue/msgsize_default is a read/write file for setting/getting
/Linux-v4.19/tools/testing/selftests/
DMakefile25 TARGETS += mqueue
/Linux-v4.19/init/
DKconfig291 POSIX message queues are visible as a filesystem called 'mqueue'