Searched refs:mqueue (Results 1 – 7 of 7) sorted by relevance
253 3. /proc/sys/fs/mqueue - POSIX message queues filesystem256 The "mqueue" filesystem provides the necessary kernel features to enable the261 The "mqueue" filesystem contains values for determining/setting the amount of264 /proc/sys/fs/mqueue/queues_max is a read/write file for setting/getting the267 /proc/sys/fs/mqueue/msg_max is a read/write file for setting/getting the272 /proc/sys/fs/mqueue/msgsize_max is a read/write file for setting/getting the276 /proc/sys/fs/mqueue/msg_default is a read/write file for setting/getting the280 /proc/sys/fs/mqueue/msgsize_default is a read/write file for setting/getting
9 obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
8 TEST_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
555 static struct mcryptd_queue mqueue; variable567 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()
11 TARGETS += mqueue
263 header-y += mqueue.h
252 POSIX message queues are visible as a filesystem called 'mqueue'