Searched refs:mqueue (Results 1 – 7 of 7) sorted by relevance
7 mqueue-lat
7 TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
9 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o
552 static struct mcryptd_queue mqueue; variable564 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()
319 3. /proc/sys/fs/mqueue - POSIX message queues filesystem322 The "mqueue" filesystem provides the necessary kernel features to enable the327 The "mqueue" filesystem contains values for determining/setting the amount of330 /proc/sys/fs/mqueue/queues_max is a read/write file for setting/getting the333 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the338 /proc/sys/fs/mqueue/msgsize_max is a read/write file for setting/getting the342 /proc/sys/fs/mqueue/msg_default is a read/write file for setting/getting the346 /proc/sys/fs/mqueue/msgsize_default is a read/write file for setting/getting
25 TARGETS += mqueue
291 POSIX message queues are visible as a filesystem called 'mqueue'